Extended Agent-to-Agent communication library with rich message types for reasoning, tools, and structured content
Project description
Extended A2A
Extended Agent-to-Agent communication library with reasoning and tools messages.
Installation
pip install extended_a2a
Usage
from extended_a2a import (
new_agent_reasoning_message,
new_agent_tools_message,
create_agent_tool
)
# Create reasoning message
msg = new_agent_reasoning_message("My analysis shows...")
# Create tools message
tool = create_agent_tool("search", {"query": "test"})
tools_msg = new_agent_tools_message([tool])
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
extended_a2a-0.1.0.tar.gz
(5.4 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
File details
Details for the file extended_a2a-0.1.0.tar.gz.
File metadata
- Download URL: extended_a2a-0.1.0.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f375d42e0c968247e8defa238dff3fe0bcf3ac56451c0aab168dbaf905fb5550
|
|
| MD5 |
74c85ce03fbc41a5c039753c7f3f0dbc
|
|
| BLAKE2b-256 |
1ce25f7d46d8162fdd77f7a35a9f18549c0ad1c0933ad2bf1656e656b713810b
|
File details
Details for the file extended_a2a-0.1.0-py3-none-any.whl.
File metadata
- Download URL: extended_a2a-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
27bf5392af795bf7a99b5a1c0862fcfb0ffc2e3d8d3b44ce44d98c52b9be5b5b
|
|
| MD5 |
9ee3572e20581b590320c5bf69c4d927
|
|
| BLAKE2b-256 |
dbbb92cca1f6f866b05e8219e385d0e4f840c56662a09a3af39eb5d9888744ab
|