AgentOven Python SDK — enterprise agent orchestration
Project description
agentoven
Python SDK for AgentOven — the enterprise agent control plane.
Built with native Rust performance via PyO3.
Install
pip install agentoven
Quick Start
from agentoven import AgentOvenClient, Agent
# Connect to the control plane
client = AgentOvenClient(url="http://localhost:8080")
# Register an agent
agent = Agent(name="my-assistant", description="A helpful AI assistant")
result = client.register_agent(agent)
print(result)
# List all agents
agents = client.list_agents()
for a in agents:
print(a)
# Deploy an agent
client.bake("my-assistant")
# Pause an agent
client.cool("my-assistant")
Features
- Native performance — Rust core compiled to a Python extension
- A2A protocol — built on the Agent-to-Agent open standard
- Multi-framework — works with LangGraph, CrewAI, AutoGen, and more
- Kitchen isolation — workspace-based multi-tenancy
License
MIT
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
agentoven-0.8.5b3.tar.gz
(70.6 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 agentoven-0.8.5b3.tar.gz.
File metadata
- Download URL: agentoven-0.8.5b3.tar.gz
- Upload date:
- Size: 70.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f17e025dafe57b5133d09d55dc51688bc7b769bac8c6767f6be019b5c53deeb6
|
|
| MD5 |
eb3df9a486a3a7e43cfc760837a6e703
|
|
| BLAKE2b-256 |
f8f2809e7dee49ceb0522239098b23396728dc5faeca718af9112efe45b4b1b9
|
File details
Details for the file agentoven-0.8.5b3-cp39-cp39-macosx_11_0_arm64.whl.
File metadata
- Download URL: agentoven-0.8.5b3-cp39-cp39-macosx_11_0_arm64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.9, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
232faf3847b9d5276acd409e9372d9710e87b8db07b5dd5f46ec106c99c20660
|
|
| MD5 |
eb69835841b6824ec2d2c0de0d359680
|
|
| BLAKE2b-256 |
f555eac32c3e42627df5ad1935f3c03b553da2e852a75c21f24d8738c39379ae
|