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.6.0.tar.gz
(61.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 agentoven-0.6.0.tar.gz.
File metadata
- Download URL: agentoven-0.6.0.tar.gz
- Upload date:
- Size: 61.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5f87980f042a7db7f9da80a744d51181627c048fc06ff1cfdf79fe3347b1dae8
|
|
| MD5 |
2d2d7bfc8784bba521de495cd2a656ef
|
|
| BLAKE2b-256 |
2db108c268d402513ae5fe2c9e929f8a2837abbbe541da76706bf14123c542d7
|
File details
Details for the file agentoven-0.6.0-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: agentoven-0.6.0-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 1.1 MB
- 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 |
a2e2cb7023f6e2c762f0689a33024edd4abb7ab5f1f6416c4ebb61654e9b8b6d
|
|
| MD5 |
97ec44b7d082564beeb4a912e306136a
|
|
| BLAKE2b-256 |
f0fbd706f7bfd9d89be1a2c34f326dd2317784f413f7f0d51cb9b66ece696b5a
|