Run a Charm agent locally. UseDocumentation 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 run while developing agent logic, testing input schemas, and checking runtime compatibility before publishing.
Usage
Simple Text Input
JSON Input
Use JSON when yourinterface.input defines multiple fields:
Input File
Use--input-file for repeatable test cases:
Docker Sandbox
Run inside a container to better match the cloud runtime:charmos[runner] and a running Docker daemon.
Mocked Integrations
For agents that require OAuth or skills, local mocks can speed up testing:Debugging
Add--debug for extra logs:
