A developer-friendly Python package for building AI agent-to-agent (A2A) communication with ease.
Project description
nexus-a2a
A developer-friendly Python package for building AI agent-to-agent (A2A) communication with ease.
Install
pip install nexus-a2a
Quick start
from nexus_a2a import agent, AgentNetwork
@agent(name="researcher", skills=["search"])
class ResearchAgent:
async def run(self, task):
return f"Result for: {task}"
Status
🚧 Active development — v0.1.0 alpha
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
nexus_a2a-0.1.0.tar.gz
(34.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
nexus_a2a-0.1.0-py3-none-any.whl
(13.7 kB
view details)
File details
Details for the file nexus_a2a-0.1.0.tar.gz.
File metadata
- Download URL: nexus_a2a-0.1.0.tar.gz
- Upload date:
- Size: 34.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
779220e6cc68cce4bbca225b01ab62876c457a477ed343dcd354775404f87bd6
|
|
| MD5 |
41701590609abd1b2261d0a6a51d0b6e
|
|
| BLAKE2b-256 |
3dc36e0ae0a3bad53a191887ff6de5d07182e0bb15a6ca5d0844dc6569c339e9
|
File details
Details for the file nexus_a2a-0.1.0-py3-none-any.whl.
File metadata
- Download URL: nexus_a2a-0.1.0-py3-none-any.whl
- Upload date:
- Size: 13.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dc405f88489aecb48c2b97ce8ea24642533a5675a41c3e54e06826a067fbed55
|
|
| MD5 |
8802b2eaeba8b10e86f3ad470ae8cacb
|
|
| BLAKE2b-256 |
c131fcbc3927ece94620e241b9d8d36b9ee13bf8328652baee0666524f391585
|