charm.yaml, and an adapter-specific entry point. The CLI uses those files to run your agent locally, validate it, package it, and publish it to Charm Store.
Planned Flow
- Install the Charm CLI.
- Create or clone a starter agent.
- Run the agent locally.
- Validate
charm.yaml. - Publish the agent.
- Open it in Charm Store.
Pages
Recommended First Template
Start with the Python template if you are new to Charm:openclaw, research-agent, and others—see Starter Templates), or read these configuration guides (not separate charm init template IDs):
- Interactive Agent for real-time chat-style apps.
- Daemon Agent for always-on background agents.
- OAuth integration for agents that need user-authorized external accounts.
