Production-grade deterministic execution fabric for autonomous agents.
- AFMXEngine: SEQUENTIAL / PARALLEL / HYBRID execution modes
- Per-node retry + exponential backoff + circuit breaker + fallback routing
- ToolRouter + AgentDispatcher (complexity / capability / round-robin)
- HookRegistry: PRE/POST node and matrix hooks
- ConcurrencyManager: global semaphore with queue timeout
- RBAC: 5 roles x 16 permissions, InMemory + Redis key stores
- AuditStore: append-only, JSON/CSV/NDJSON export
- StateStore / MatrixStore / CheckpointStore: InMemory + Redis backends
- Framework adapters: LangChain, LangGraph, CrewAI, OpenAI
- Agentability observability integration
- React 18 SPA dashboard: 8 pages, waterfall chart, live stream
- WebSocket real-time event streaming
- Prometheus metrics + webhook notifier
- 290+ tests (18 unit files + 4 integration files)
- Full documentation (14 docs)
License: Apache 2.0