-
-
Notifications
You must be signed in to change notification settings - Fork 205
Running Agents from CCAM
CCAM can expose run-oriented workflows in addition to observing existing sessions. Treat any launch capability as an execution boundary: know which host, directory, provider, and credentials will be used before starting work.
- The target project path is correct and trusted.
- The selected provider is installed and authenticated on the execution host.
- The prompt contains no secrets that should not be persisted in history.
- The expected permissions and tool access are understood.
- An operator knows how to stop or recover the run.
- Monitoring hooks are healthy so the run will be observable.
Watch the session and agent tree rather than repeatedly launching duplicates. If the UI appears frozen, compare the durable session with CLI output before retrying. A second launch can create conflicting edits or duplicate spend.
Confirm the agent's claimed result against the actual project state. CCAM records activity; it does not replace source control review, tests, or deployment approvals. Capture the session ID in a change record when traceability matters.
If a run must be interrupted:
- preserve the latest transcript and working-tree state;
- stop through the narrowest supported control;
- confirm child agents and long-running tools are no longer active;
- record why the stop was necessary;
- resume only after checking for partial changes.
Avoid enabling broad destructive controls merely to recover one run. See Security and Remote Access and MCP Workflows for permission boundaries.
Use the provider CLI directly when you need an interactive permission conversation, a one-off local experiment, or features CCAM does not expose. CCAM should still observe that session once hooks are installed.
Start Here · Localized product Wiki · Repository · Releases · Security · Report an issue
Guidance tracks the current master branch. For a deployed release, consult the repository documentation at that release tag before changing configuration.
CCAM Handbook
Use CCAM
- Read the dashboard
- Sessions and agents
- Kanban and tasks
- Tokens and costs
- Run agents
- Personal settings
Operate CCAM
- Deployment guide
- Hook health
- Security
- Backups and retention
- Prometheus and Grafana
- Remote machines
- Upgrades and rollback
- Incident runbooks
Automate and extend
- CLI patterns
- MCP workflows
- Alerts and webhooks
- Dynamic workflows
- Skills and plugins
- Safe config explorer
- Integration patterns
Help