@agentsorg/cli
v0.2.0
Published
agts — Agent Growth & Tooling stack CLI. Companion to the agents desktop app.
Readme
@agentsorg/cli
agts — Agent Growth & Tooling stack CLI. Companion to the agents desktop app.
Install
npm install -g @agentsorg/cliThe binary on PATH is agts. (We originally planned a top-level agts package as a friendly install name, but npm name-squat protection blocked it — too similar to gts, args, auto, nats, antd. The scoped @agentsorg/cli is the only published artifact.)
Usage
agts --help
agts agent list
agts agent new <name>
agts design checkThe CLI talks to the local agents core (the same axum server the desktop app embeds). If the desktop app is running, the CLI piggybacks on its port; otherwise it spins up the core on demand.
Links
- Site: https://agents.org.in
- Repo: https://github.com/AgentsORG/agents
- Issues: https://github.com/AgentsORG/agents/issues
License
MIT
