Charm runs agents inside managed container images. Choose the smallest image that supports your workload.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.
Configure Runtime Mode
standardfull
Standard Runtime
Usestandard for most Python agents.
Best for:
- text processing,
- API calls,
- lightweight data workflows,
- RAG-style agents,
- simple LangChain/LangGraph/custom agents.
Full Runtime
Usefull when the agent needs browser or multimedia support.
Best for:
- Playwright, Selenium, Puppeteer,
- FFmpeg or audio/video workflows,
- OpenClaw agents,
- browser-rendered output.
Choosing a Mode
Start withstandard. Move to full only when a dependency requires it.
