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.0.tar.gz
(48.3 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.0.tar.gz.
File metadata
- Download URL: agentoven-0.3.0.tar.gz
- Upload date:
- Size: 48.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8190bdf42e6206f9af843f61fe9188cca6f7f6cb92700509c2a2f367a6cd8a7c
|
|
| MD5 |
766d0360dbfb344068409b3ef039aa1f
|
|
| BLAKE2b-256 |
2a054cc347ae2fe1ae057a1f54f0bd8ab0a2e5b390825fb944ccdb87789c7458
|
File details
Details for the file agentoven-0.3.0-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: agentoven-0.3.0-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 821.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 |
edae9f9e35722dfe1aac263c6f9695087ea73d9a64f7ce69d5cd7891c6857e84
|
|
| MD5 |
eef8da25eefae92f979149693f842c75
|
|
| BLAKE2b-256 |
0eac0de95e487f86b7742be16bd308084b4c3f31b8b32057f5981d6d9677bbaa
|