Stable v0.4.0
Amp Sdk
An Elixir SDK for the Amp CLI — programmatic access to Amp's AI coding agent
Stats & Info
- Latest release: v0.4.0
- Recent downloads: 7380
- All-time downloads: 7380
- Maintainers: nshkrdotcom
Installation
Add amp_sdk to your list of dependencies in mix.exs:
def deps do
[
{:amp_sdk, "~> 0.4.0"}
]
endThen run:
mix deps.get