@amodalai/amodal
v0.3.96
Published
Amodal CLI
Readme
@amodalai/amodal
The developer CLI for building, testing, and deploying Amodal agents.
Install
npm install -g @amodalai/amodalQuick start
amodal init my-agent
cd my-agent
amodal devCommands
| Command | Description |
| ---------------- | -------------------------------------- |
| amodal init | Scaffold a new agent project |
| amodal dev | Start local dev server with hot reload |
| amodal chat | Interactive chat session |
| amodal connect | Manage external service connections |
| amodal eval | Run evaluation suites |
| amodal build | Build agent snapshot |
| amodal deploy | Deploy to platform |
| amodal install | Install a plugin package |
| amodal publish | Publish plugins to marketplace |
| amodal search | Search repo contents |
See amodal --help for the full command list.
