circuit.toml
circuit.toml
Example
Sample Output
How It Works
- Log: Logs a starting message
- Read memory: Retrieves a persistent counter from agent memory
- Increment & store: Bumps the counter and writes it back
- Unwind: Logs the number of positions being unwound
Notes
- This is the default template used by
circuit new. It’s a good starting point for any agent. - Agent memory persists across run cycles — use it for counters, flags, or any state you need between executions.
- See CLI + SDK Context for the full
AgentContextAPI.