Get started
Quickstart
Install crate, build your first agent, push it to CrateHub.
Install the CLI
curl -sSfL https://get.agentcrate.ai | shOr via Homebrew:
brew install agentcrate/tap/crateVerify:
crate --versionInitialize an agent
crate init my-agent
cd my-agentThis scaffolds an Agentfile you can edit.
Build
crate build .Push to CrateHub
crate login
crate push my-namespace/my-agent:0.1.0Your agent is now live at cratehub.ai/my-namespace/my-agent.