AI Agent Orchestration Platform · View 14 of 32 · 3 · Data
Decisions
- Context assembly is a centralised service, not something each agent implements — otherwise every agent invents its own truncation bug
- Retrieved content is fenced as untrusted before the model sees it, and fenced content never carries tool-calling authority
- Provenance is attached per block and survives into the trace, so any claim in an answer is attributable to a source
Numbers
- Output reservation is 25 percent of the window by default, configurable per agent
- Rolling summarisation uses the cheapest capable model; summarisation cost is tracked separately so it cannot hide in the run total
- Context strategies are declared per agent and versioned with the agent spec
Risks
- Compression is lossy by definition; agents in hallucination-sensitive workflows disable summarisation and fail loudly on overflow instead
- PII redaction is reversible by token, which means the mapping table is itself sensitive and lives in the tenant Key Vault