
PyPI lists a2claude 0.2.0 as a June 14, 2026 release that runs Claude Code as an A2A protocol agent server, allowing other agents to delegate coding tasks and receive streamed progress, file diffs, cost information, and session continuity features.
PyPI has published a2claude 0.2.0, a Python package described as a way to run Claude Code as an A2A protocol agent server. According to the PyPI project page, the release was published on June 14, 2026, and is intended to let other agents delegate coding work to Claude Code through the A2A protocol.
The package’s PyPI listing describes a2claude as enabling Claude Code to operate as an agent server rather than only as an interactive coding assistant. In practical terms, that means another A2A-compatible agent could send coding tasks to a Claude Code-backed service and receive structured updates while the work is being performed.
The project’s GitHub repository, published under the name kanywst/a2claude, describes the integration as mapping Claude Code activity onto A2A features. The repository says a2claude supports tool progress, file diffs, cost reporting, session continuity, permission prompts, and push notifications.
Those features are aimed at making coding-agent execution observable to upstream systems. For example, file diffs can show what changed during a task, while streamed tool progress can indicate what Claude Code is doing before a final result is returned. Cost information, as described by the project, would allow a calling agent or orchestration layer to track usage associated with a delegated coding session.
The PyPI 0.2.0 release page also describes the package as a way to run Claude Code as an A2A protocol agent server. The listing does not, by itself, establish production readiness or broad adoption, but it does identify the package’s intended role: bridging Claude Code into agent-to-agent workflows.
A2A, or agent-to-agent, integrations are designed around the idea that software agents can hand off work to one another through a defined protocol rather than through ad hoc scripts or manual prompts. In that context, a2claude positions Claude Code as a coding worker that other agents can call into.
The notable element in the a2claude description is not simply that it wraps a coding tool, but that it advertises operational details such as session continuity, permission prompts, and push notifications. Those are the kinds of controls that matter when a coding agent is asked to edit files, run tools, or continue work across multiple requests.
Session continuity is especially relevant for longer coding tasks, because a caller may need a coding agent to preserve context across multiple interactions. Permission prompts are also important in coding environments, where tool execution and file changes can carry security or reliability implications. The GitHub repository’s description indicates that a2claude maps those prompts into the A2A flow rather than treating them as separate manual steps.
The available public sources establish three core facts. First, PyPI lists a2claude as a Python package and identifies version 0.2.0 as released on June 14, 2026. Second, the PyPI pages describe the package as a way to run Claude Code as an A2A protocol agent server. Third, the GitHub repository describes support for streamed or mapped outputs including tool progress, file diffs, costs, session continuity, permission prompts, and push notifications.
The sources do not provide independent benchmarks, security audits, or adoption metrics. They also do not show that the package is affiliated with Anthropic, the company behind Claude, unless such affiliation is stated elsewhere outside the provided material. Based on the cited PyPI and GitHub descriptions, a2claude should be understood as a third-party package that connects Claude Code-style coding workflows to A2A-compatible agent systems.
For developers experimenting with multi-agent coding setups, the release is worth noting because it packages Claude Code behind a protocol interface that other agents can call. For production users, the next questions would be the usual ones for emerging developer tooling: license terms, maintenance activity, authentication model, permission handling, and how safely file changes and tool execution are controlled in a real environment.
a2claude 0.2.0 brings Claude Code into an A2A server package PyPI has published a2claude 0.2.0, a Python package described as a way to run Claude Code as an A2A protocol agent server.
According to the PyPI project page, the release was published on June 14, 2026, and is intended to let other agents delegate coding work to Claude Code through the A2A protocol.
The package’s PyPI listing describes a2claude as enabling Claude Code to operate as an agent server rather than only as an interactive coding assistant.
Continue reading