Skip to main content

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


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.5b4.tar.gz (71.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

agentoven-0.8.5b4-cp39-cp39-macosx_11_0_arm64.whl (1.1 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

File details

Details for the file agentoven-0.8.5b4.tar.gz.

File metadata

  • Download URL: agentoven-0.8.5b4.tar.gz
  • Upload date:
  • Size: 71.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.13.1

File hashes

Hashes for agentoven-0.8.5b4.tar.gz
Algorithm Hash digest
SHA256 6665675b3a2de90378bb9afaa1d86613a77fd4ffd658c352090a697b9ed2a64b
MD5 6553fd33904d333004d38f9372adae04
BLAKE2b-256 4d8173c13b810d5937373f2974d06de698a620edeb3dba1796b8dc60596a412a

See more details on using hashes here.

File details

Details for the file agentoven-0.8.5b4-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for agentoven-0.8.5b4-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ff275463718a1385aff71915e86868087e4a4292f0eb2f9fe8bc409a42ec63d3
MD5 b3f8d4d5f22ce84c3addaccdda394305
BLAKE2b-256 182752a04c868cb0f4be9400594766d77e6cfca82c3a2b9a0bb4ee35ff5d3093

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page