Internal tooling for working with and debugging the Trelent agent orchestrator.
The agent orchestrator runs harnesses like Claude Code and Codex against Docker sandboxes, with dependencies and agent skills defined at build time.
agents.trelent.com: a browser interface for rapid agent experimentation and debugging.packages/cli: a command line interface for similar experimentation from a terminal.
The Rust CLI uses packages/agents-sdk for the opinionated API boundary.
Install the CLI with:
curl -fsSL https://agents.trelent.com/install.sh | shTry the website at agents.trelent.com.