- Agent Mesh module - MeshClient with heartbeat, startHeartbeat, stopHeartbeat, reportMetric, listAgents, getAgent, kill, resume, listEvents
- Mesh module wired as
client.meshproperty (lazy init) - Dashboard URL: mesh.axme.ai
- Fix
mainandtypespaths in package.json (dist/index.js→dist/src/index.js). Importing@axme/axmenow resolves correctly.
listen(address, options)— AsyncGenerator for agent intent stream (SSE)observe(intentId, options)— AsyncGenerator for intent lifecycle eventswaitFor(intentId, options)— wait for terminal intent statesendIntent(payload, options)— convenience wrapper with auto-generated correlation_idapplyScenario(bundle, options)— compile and submit scenario bundlevalidateScenario(bundle, options)— dry-run scenario validationmcpInitialize(),mcpListTools(),mcpCallTool()— MCP protocol support
- Initial alpha release with full AXME API coverage (78 methods)
- SSE streaming, intent lifecycle, inbox, webhooks, admin APIs
- Zero external dependencies (native Node.js fetch)