Shared data models for Agent Control server and SDK
Project description
Agent Control Models
Shared Pydantic models used by the server and SDKs. These models define the API contract for agents, controls, evaluation requests, and responses.
What this package provides
- Strongly typed request/response schemas
- Consistent validation and serialization across server and SDKs
- A single source of truth for model changes
Usage
from agent_control_models import Agent, Step
agent = Agent(agent_name="support-bot", agent_description="Support agent")
step = Step(type="llm", name="chat", input="hello")
Tests
cd models
uv run pytest
Full guide: https://docs.agentcontrol.dev/components/models
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
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 agent_control_models-7.3.0.tar.gz.
File metadata
- Download URL: agent_control_models-7.3.0.tar.gz
- Upload date:
- Size: 22.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c30076e012e183e8cf9543c2b29c550da3ef6a61bda5417626a1f4ce441d1fc6
|
|
| MD5 |
d7e63629a94e76563d924801503786ef
|
|
| BLAKE2b-256 |
1be0b359f72b03a59b8c0e744ad1331995ed6db40b382ad9f80541fd58b1418a
|
File details
Details for the file agent_control_models-7.3.0-py3-none-any.whl.
File metadata
- Download URL: agent_control_models-7.3.0-py3-none-any.whl
- Upload date:
- Size: 25.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7966e97991a0c358503195e680732c23462e7a62978a8435fabe92755580b76d
|
|
| MD5 |
75c3029cd65a05e0d4b416c3a3691eee
|
|
| BLAKE2b-256 |
1880c8db76af48a639e8133e6c008e4427aa5fdbd6d753d66f442a82b55ab1ae
|