Advanced
For developers who want to go beyond the public API — understand the execution engine, write custom strategies, and debug at the workflow level.
About AmritaSense: these pages recap AmritaSense concepts inline where the Core needs them, and link to sense.amritabot.com for the full story. Sense-specific material is not duplicated here.
Topics
| Page | Covers |
|---|---|
| AmritaSense Overview | The execution substrate: instructions, VM, DI, stream |
| Workflow Engine | How ChatObject's pipeline is composed and executed |
| Suspend & Resume | Pausing the workflow; the bidirectional stream |
| The Step Loop | The built-in step-driven ReAct loop, event by event |
| Workflow Debugging | Step through the interpreter, breakpoints, middleware |
Prerequisites
- Concepts — especially ChatObject and Agent Strategy
- Agent Engineering for the practical layer
