Skip to main content

Controller system for Supervaize

Project description

SUPERVAIZER

[[Operate AI Agents with confidence]]

A Python toolkit for building, managing, and connecting AI agents with full Agent-to-Agent (A2A) and Agent Communication Protocol (ACP) support.

Python Version Package Version A2A Protocol ACP Protocol Test Coverage

Description

SUPERVAIZER is a toolkit built for the age of AI interoperability. At its core, it implements Google's Agent-to-Agent (A2A) protocol and IBM's Agent Communication Protocol (ACP), enabling seamless discovery and interaction between agents across different systems and platforms.

With comprehensive support for the A2A/ACP protocols, specification, SUPERVAIZER allows you to:

  • Enhance the capabilities of your agents, making them automatically discoverable by other A2A/ACP compatible systems
  • Expose standardized agent capabilities through agent cards
  • Monitor agent health and status through dedicated endpoints
  • Connect your agents to the growing ecosystem of A2A-compatible tools

Beyond A2A interoperability, SUPERVAIZER provides a robust API for agent registration, job control, event handling, telemetry, and more, making it a crucial component for building and managing AI agent systems.

Quick Start

Kickstart a Python agent with the Supervaizer Controller so it's discoverable and operable by Supervaize.

What we'll do

  1. Install Supervaizer in that project
  2. Scaffold the controller and map it to your agent
  3. Configure secrets & env, then start the server 🚀

1. Install Supervaizer

First, navigate to your existing Python AI agent project. This could be built with any framework - LangChain, CrewAI, AutoGen, or your own custom implementation. Supervaizer works as a wrapper around your existing agent, regardless of the underlying framework you're using.

pip install supervaizer

3. Scaffold the controller

Generate a starter controller in your project:

supervaizer scaffold
# Success: Created an example file at supervaizer_control_example.py

This creates supervaizer_control_example.py. You'll customize it to:

  • Define agent parameters (secrets, env, required inputs)
  • Define agent methods (start/stop/status, etc.)
  • Map those methods to your agent's functions

(Optional) 4. Configure your Supervaize account & environment

Create your developer account on the Supervaize platform.

Create your API Key and collect your environment variables:

export SUPERVAIZE_API_KEY=...
export SUPERVAIZE_WORKSPACE_ID=team_1
export SUPERVAIZE_API_URL=https://app.supervaize.com

5. Start the server 🚀

# with the virtual environment active
supervaizer start

Or run directly:

python supervaizer_control.py

Once the server is running, you'll have:

  • API docs: http://127.0.0.1:8000/docs (Swagger) and /redoc
  • A2A discovery: /.well-known/agents.json
  • ACP discovery: /agents

What's next?

  • Add more custom methods (chat, custom) to extend control
  • Turn on A2A / ACP discovery for interoperability
  • Hook your controller into Supervaize to monitor, audit, and operate the agent

For detailed instructions on customizing your controller, see the Controller Setup Guide.

Features

  • Agent Management: Register, update, and control agents
  • Job Control: Create, track, and manage jobs
  • Event Handling: Process and respond to system events
  • Protocol support
    • **A2A Protocol **: Integration with Google's Agent-to-Agent protocol for interoperability
    • **ACP Protocol **: Integration with IBM/BeeAI's Agent Communication Protocol for standardized agent discovery and interaction
  • Server Communication: Interact with SUPERVAIZE servers (see supervaize.com for more info)
  • Web Admin Interface: Easy to use web-based admin dashboard for managing jobs, cases, and system monitoring

Protocol Support

SUPERVAIZER provides comprehensive support for multiple agent communication protocols. See Protocol Documentation for complete details.

Using the CLI

SUPERVAIZER includes a command-line interface to simplify setup and operation. See CLI Documentation for complete details.

Also, check the list of Environment variables.

API Documentation & User Interfaces

SUPERVAIZER provides multiple ways to interact with and explore the API. See REST API Documentation for complete details.

Admin Interface (/admin)

A comprehensive web-based admin interface for managing your SUPERVAIZER instance See Admin documentation

Quick Start

from supervaizer import Server, Agent

# Create server with admin interface
server = Server(
    agents=[your_agents],
    api_key="your-secure-api-key",  # Required for admin interface
    admin_interface=True,  # Enable admin interface (default: True)
)

server.launch()
print(f"Admin Interface: http://localhost:8000/admin/")

Calculating costs

Developers are free to define the cost of the transaction the way they want when updating the cases. Here is a way to easily get an estimate of the cost of an LLM transaction (note that litellm also supports custom pricing. )

from litellm import completion_cost
prompt = "Explain how transformers work."
output = "Transformers use attention mechanisms..."
model = "gpt-4"
cost = completion_cost(model=model, prompt=prompt, completion=output)
print(cost)

A list of costs is maintained here: https://raw.githubusercontent.com/BerriAI/litellm/main/model_prices_and_context_window.json

Documentation

For a full tutorial and example usage, go to doc.supervaize.com

Contributing

We welcome contributions from the community! Whether you're fixing bugs, adding features, improving documentation, or sharing feedback, your contributions help make SUPERVAIZER better for everyone.

Please see our Contributing Guidelines for details on how to get started, coding standards, and the contribution process.

License

This project is licensed under the Mozilla Public License 2.0 License.

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

supervaizer-0.9.7.tar.gz (89.7 kB view details)

Uploaded Source

Built Distribution

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

supervaizer-0.9.7-py3-none-any.whl (118.4 kB view details)

Uploaded Python 3

File details

Details for the file supervaizer-0.9.7.tar.gz.

File metadata

  • Download URL: supervaizer-0.9.7.tar.gz
  • Upload date:
  • Size: 89.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for supervaizer-0.9.7.tar.gz
Algorithm Hash digest
SHA256 8b495dbdb56720ece8335e43760ef4b3c226de1ba4c7a809e1d9253ab8ad8679
MD5 ddf51a14d6ac0fed639d240005119aed
BLAKE2b-256 932dd47ff66b169cf6903e2ca0c11bdec5f3fcae6e0ffba2431b082cdfccac35

See more details on using hashes here.

Provenance

The following attestation bundles were made for supervaizer-0.9.7.tar.gz:

Publisher: publish-pypi.yml on supervaize/supervaizer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file supervaizer-0.9.7-py3-none-any.whl.

File metadata

  • Download URL: supervaizer-0.9.7-py3-none-any.whl
  • Upload date:
  • Size: 118.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for supervaizer-0.9.7-py3-none-any.whl
Algorithm Hash digest
SHA256 2c0c40097af7e3a889f0295433aed07ae97598c409ccfd1862da3437d04973a8
MD5 51d6064a720453a109a48254ad7223bd
BLAKE2b-256 f2a4a8445867956707ad8589ea4a920092a45c1b2f427fa50733719b9403d6d8

See more details on using hashes here.

Provenance

The following attestation bundles were made for supervaizer-0.9.7-py3-none-any.whl:

Publisher: publish-pypi.yml on supervaize/supervaizer

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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