Add your description here
Project description
A2A Proxy Server
A proxy server for Google's A2A (Agent-to-Agent) protocol.
Installation
This package requires a two-step installation:
-
First, install the Google A2A package from GitHub:
uv pip install git+https://github.com/djsamseng/A2A.git@prefixPythonPackage#subdirectory=samples/pythonor using pip:
pip install git+https://github.com/djsamseng/A2A.git@prefixPythonPackage#subdirectory=samples/python -
Then, install the a2a-proxy-server package:
uv pip install a2a-proxy-serveror using pip:
pip install a2a-proxy-server
Usage
The ephor-cli provides several commands:
# Show available commands
ephor-cli --help
# Start the A2A proxy server with agents
ephor-cli up --config path/to/agent-config.yml
# Create a new agent configuration file
ephor-cli create-agent --output my-agent.yml
Starting the server
Before starting the A2A proxy server, make sure to set your ANTHROPIC_API_KEY environment variable:
export ANTHROPIC_API_KEY=your_api_key_here
To start the A2A proxy server with one or more agent configurations:
ephor-cli up -c configs/sample-agent.yml -c configs/another-agent.yml
Creating a new agent
The interactive agent creation wizard helps you configure a new agent:
ephor-cli create-agent -o configs/custom-agent.yml
This will guide you through creating a new agent configuration with colored prompts.
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
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 ephor_cli-0.1.3.tar.gz.
File metadata
- Download URL: ephor_cli-0.1.3.tar.gz
- Upload date:
- Size: 35.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4258a89719d9cd1059a0285920661b8d5a0e2027689f2b4a9667dbbdc471ff1a
|
|
| MD5 |
aa0578353517f30c74ab74fa9a05b0b8
|
|
| BLAKE2b-256 |
8d34f56b7eeb2708f8f621ff7c0cb73a2d9c10a1ab8478865cd720c79a7e460a
|
File details
Details for the file ephor_cli-0.1.3-py3-none-any.whl.
File metadata
- Download URL: ephor_cli-0.1.3-py3-none-any.whl
- Upload date:
- Size: 9.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bb2fc73b38d4c79335363221e4796eb34924e482b37fec4c4a8a319897b701d7
|
|
| MD5 |
7e2de901e11e09aead89d7b71a17458c
|
|
| BLAKE2b-256 |
d775b94055ecbbd9ed49272c43e7e3ea6e88a4e5544c67916a567edefda32c9e
|