Skip to content

v0.5.0

Choose a tag to compare

@Haserjian Haserjian released this 24 Feb 08:07
· 96 commits to main since this release

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 serve or agentmesh-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.