Follow the path from a user request through agent delegation, tool execution and the returned result. Read the architecture guide for the control boundaries and integration context.
Scroll the diagram to follow the full workflow.
Filter prompts, jailbreak attempts, PII at the edge — before the manager sees them.
LLM01 • LLM02 • LLM07 • ASI01Verify the manager has authority to delegate; sign the delegation with a short-lived token.
ASI03 • ASI07 • ASI10Re-validate worker's scope, intent, and arguments before any tool runs.
LLM05 • LLM06 • ASI02 • ASI03Egress filter: detect exfil, redact PII, strip injected instructions before output returns.
LLM02 • LLM05 • ASI06 (memory)Worker re-checks the manager's signed token + policy at decision time — no bare trust.
ASI03 • ASI07 • ASI09Key principle: never trust an upstream agent's word. Every control re-validates intent, identity, and scope against signed policy — even when the upstream agent is your own.