Build a production incident-response agent
Combine everything into an agent that investigates a large incident, uses external tools, waits safely for live updates, and proves its recommendations improved. AxFlow owns the fixed phases, AxAgent handles the investigation, and the runtime keeps long context and resumptions under control.
- Create the typed incident and resolution contracts.
- Use a Flow for intake, investigation, approval, and response phases.
- Keep the incident log runtime-only and add a persisted context map.
- Attach recorded MCP tools and an identity-aware event source.
- Observe progress, wake on an authorized resource update, and resume only the owned task continuation.
- Evaluate the baseline, apply an optimization artifact, and compare held-out results.
Recorded MCP fixture
Run the supporting demo locally
npm run example -- python src/examples/python/mcp/task-resume-flow.pyThe browser never receives a provider key. Use the repository environment for provider-backed work and recorded events for deterministic protocol checks.
Architecture check