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