- Agent Mesh module - heartbeat, start_heartbeat (daemon thread), report_metric, list_agents, get_agent, kill, resume, list_events
- Mesh module wired as
client.meshproperty (lazy init) - Dashboard URL: mesh.axme.ai
- Fix
ResponseNotReadcrash when SSE streaming encounters HTTP 503 error
listen()now accepts optionalstatusparameter to filter intents by lifecycle status- Default SSE stream excludes terminal statuses (COMPLETED, FAILED, CANCELED, TIMED_OUT) — agents no longer receive zombie intents
- Initial alpha release with full AXME API coverage (96 methods)
- SSE streaming (
listen,observe,wait_for) - Scenario API (
apply_scenario,validate_scenario) - MCP protocol support (
mcp_initialize,mcp_list_tools,mcp_call_tool) - Intent lifecycle, inbox, webhooks, admin APIs
- Zero external dependencies beyond httpx