Skip to main content

A2A (Agent-to-Agent) protocol client + server for AgentForge

Project description

agentforge-a2a

A2A (Agent-to-Agent) protocol support for AgentForge: cross-framework agent invocation over HTTP, with bearer / mTLS auth, run_id chain, and budget propagation.

See docs/features/feat-014-a2a-protocol.md for the design and runbook.

Install

pip install agentforge-a2a
# or, from a scaffolded project:
agentforge add module a2a

Call another agent

from agentforge_a2a import A2APeer, agent_call

peer = A2APeer.from_config({
    "name": "fact-checker",
    "url": "https://internal.fact-checker.example/a2a",
    "auth": {"type": "bearer", "token": "${FACT_CHECKER_TOKEN}"},
})

result = await agent_call(
    "fact-checker:verify",
    {"claim": "The capital of Australia is Sydney."},
    timeout_s=30,
    peers={"fact-checker": peer},
)
print(result.output)

Expose this agent

from agentforge import Agent, EnvBearerAuth
from agentforge_a2a import A2AServer

server = A2AServer(
    agent=Agent(model="anthropic:claude-sonnet-4-6", strategy="react"),
    auth=EnvBearerAuth("A2A_TOKENS"),
    endpoints=["review-pr"],
    host="0.0.0.0",
    port=8080,
)
await server.serve()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

agentforge_a2a-0.4.0.tar.gz (31.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

agentforge_a2a-0.4.0-py3-none-any.whl (25.4 kB view details)

Uploaded Python 3

File details

Details for the file agentforge_a2a-0.4.0.tar.gz.

File metadata

  • Download URL: agentforge_a2a-0.4.0.tar.gz
  • Upload date:
  • Size: 31.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for agentforge_a2a-0.4.0.tar.gz
Algorithm Hash digest
SHA256 366d55c2578e10da358a8a9e632667b67dc68d7f3f3ffdf16607cc5ad8f79755
MD5 ed4a81a7beca3c7727fa80ccc2ad6016
BLAKE2b-256 47e956317d10935a802312b29a6a1acd82536d76e7b5b3d4d46f465769444006

See more details on using hashes here.

Provenance

The following attestation bundles were made for agentforge_a2a-0.4.0.tar.gz:

Publisher: release.yml on Scaffoldic/agentforge-py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file agentforge_a2a-0.4.0-py3-none-any.whl.

File metadata

  • Download URL: agentforge_a2a-0.4.0-py3-none-any.whl
  • Upload date:
  • Size: 25.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for agentforge_a2a-0.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 9b3b5240a0880ac0f9414293f1fab53a010c518e3fbb91961070de4b2af015bc
MD5 a7bea4a243e9895aeacf6fb0790e1ecc
BLAKE2b-256 c505bbb6f13fd357fee96dbfd8bcdcca60bb3c31879d92ad3328665d1c03fa43

See more details on using hashes here.

Provenance

The following attestation bundles were made for agentforge_a2a-0.4.0-py3-none-any.whl:

Publisher: release.yml on Scaffoldic/agentforge-py

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page