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.3.1.tar.gz
(51.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.3.1.tar.gz.
File metadata
- Download URL: agentoven-0.3.1.tar.gz
- Upload date:
- Size: 51.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4c3754360848e0eea0d4daccfed139e4a44a6437fc3a50bf84bea68ee32a2547
|
|
| MD5 |
eea8c1761bc4baa8c793488af83a6de9
|
|
| BLAKE2b-256 |
b66c122653f4162331a944a2ffa3233f12dfa78c07af9841064c8ccbc80cd4f6
|
File details
Details for the file agentoven-0.3.1-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: agentoven-0.3.1-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 828.6 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2e96db8ea88959a7467290736d0a1c30b8174ea9922c4a3696be0df99898a8c4
|
|
| MD5 |
c47299e5f8b2e934738790f36e1d9c32
|
|
| BLAKE2b-256 |
c23494717e66aa57fff900717c482535f0129c8836b804e4afd898e91434fac9
|