Charm records execution data so builders can debug and improve published agents.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.
What You Can Inspect
- Run status.
- Runtime logs.
- Status events.
- Errors.
- Token or usage metadata when available.
- Revenue and billing events where applicable.
CLI Logs
Use:Studio
Charm Studio provides a web dashboard for run history, usage, debugging, and revenue visibility.Debugging Production Issues
When a cloud run fails:- Confirm the same input works locally.
- Run
charm validate. - Check logs.
- Confirm required environment variables or OAuth connections.
- Test in Docker if the issue looks runtime-specific.
