Add your description here
Project description
Ephor CLI
A command-line tool that lets you create expert agents, test, run and deploy them.
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 ephor-cli package:
uv pip install ephor-clior using pip:
pip install ephor-cli
Usage
The ephor-cli provides several commands:
# Show available commands
ephor-cli --help
# Run a sample agent
ephor-cli run-sample giphy-agent
# Create a new agent configuration file
ephor-cli create-agent --output my-agent.yml
# Run the agent
ephor-cli up --config path/to/agent-config.yml
Running agents
Before running agents, make sure to set your ANTHROPIC_API_KEY environment variable:
export ANTHROPIC_API_KEY=your_api_key_here
To run one or more agents:
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.6.4.tar.gz.
File metadata
- Download URL: ephor_cli-0.6.4.tar.gz
- Upload date:
- Size: 99.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e6026c3ea14acdb16cdac13d5da59774d74fd8e8c83416ca8f7aecf61fb6746d
|
|
| MD5 |
c2956bac22dd56876da327b8eb58faf1
|
|
| BLAKE2b-256 |
ce8dd2828212356e085020356baf9c777fd990f416e7c0fdb59507e31e3e412b
|
File details
Details for the file ephor_cli-0.6.4-py3-none-any.whl.
File metadata
- Download URL: ephor_cli-0.6.4-py3-none-any.whl
- Upload date:
- Size: 63.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fa08c5afb7747058e3edeaa60275592cc6140b38e6025b136ab4833918553a90
|
|
| MD5 |
0e757570bbe506ea798299bdd9cfe608
|
|
| BLAKE2b-256 |
14ed16ae37f32b1f662d64a63e97b1c2450e10f6f7ed5f315b8129fa9573e620
|