v0.5.0
What's New
agentmesh doctor: 6-check preflight diagnostics (git repo, .agentmesh dir, policy, hooks, jq, active episode)- MCP server: 6 coordination tools over Model Context Protocol (stdio transport)
mesh_claim,mesh_release,mesh_check,mesh_status,mesh_episode_start,mesh_episode_end- Install:
pip install 'agentmesh-core[mcp]' - Run:
agentmesh mcp serveoragentmesh-mcp
- Help footer: "New here? Start with: agentmesh init" when invoked with no subcommand
- README: pipx-first install, doctor in quick start, How It Works section
- CI: packaged wheel smoke test catches PyPI/repo drift
Install
pipx install agentmesh-core # recommended
# or
pip install agentmesh-core
# with MCP support:
pip install 'agentmesh-core[mcp]'132 tests passing.