Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
charm init <name> [--template <template>] [--create <file>] [--interactive]
charm init my-agent --template python
charm init my-agent --interactive
charm init . --create charm.yaml
name
.
--template
python
openclaw
slack-bot
--create
--interactive
-i
my-agent/ ├── charm.yaml ├── requirements.txt or pyproject.toml └── src/ └── main.py
cd my-agent charm validate . charm run . --input "Hello"