This section is the entry point for new builders. Use this path when you want to move from an empty folder to a published Charm agent with the fewest decisions. Charm projects are built around a manifest file,Documentation Index
Fetch the complete documentation index at: https://docs.charmos.io/llms.txt
Use this file to discover all available pages before exploring further.
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:- Interactive Agent for real-time chat-style apps.
- Daemon Agent for always-on background agents.
- OAuth Integration Agent for agents that need user-authorized external accounts.
