- Agent Mesh module - MeshClient with heartbeat, startHeartbeat, stopHeartbeat, reportMetric, listAgents, getAgent, kill, resume, listEvents
- Mesh module wired via
client.getMesh()accessor (thread-safe lazy init) - Dashboard URL: mesh.axme.ai
sendIntent()— convenience wrapper with auto-generated correlation_idapplyScenario()— compile and submit scenario bundlevalidateScenario()— dry-run scenario validationhealth()— gateway health checkmcpInitialize()— MCP protocol handshakemcpListTools()— list available MCP toolsmcpCallTool()— invoke MCP tool
- Initial alpha release with full AXME API coverage (84 methods)
- Intent lifecycle, inbox, webhooks, admin APIs
- Jackson JSON serialization, Java 11+ compatible