Skip to main content

Current status

Extra is under active development. The core is stable and production-usable. Some advanced features are still being finalized.

Implemented

AreaStatus
YAML schema & validation
Compiler (typed graph)
Runtime engine (LangGraph)
Orchestrators as supervisors
Prompt rendering
Resolver plugins
Tool plugins (local Python)
Remote MCP tools
MCP tool tags
Runtime hooks (10 lifecycle points)
MCP auth via before_mcp_request
Execution limits (loop guards)
CLI (validate, inspect, generate, run, serve, chat)
Stateless HTTP API (/invoke, /stream)
Conversation persistence (SQLite/Postgres)
SSE streaming
Embeddable chat widget
Docker image
Anthropic + Amazon Bedrock providers
Langfuse tracing

In progress / planned

AreaStatus
Access control enforcement (protected nodes)🔶 Wired, not fully enforced yet
Per-tool input policies (trusted parameter injection)Planned
Prompt template caching modulePlanned
Structured observability / trace exportPlanned
Additional model providersPlanned
Long-term conversation memoryPlanned
protected: true nodes are structurally supported and the access plugin contract is defined, but the security context gate that passes real caller identity into the filter is not yet implemented. Treat protected-node access as not actively enforced in the current release.