AIF Agent Specifications
Structured agent definitions, capability manifests, and skill contracts for the AIF platform.
Contents
- Agent Definitions: Name, role, capabilities, constraints
- Capability Manifests: What each agent can and cannot do
- Skill Contracts: Input/output schemas for composable skills
- Dependency Maps: Inter-agent communication patterns
Schema
{
"agent_id": "string",
"name": "string",
"role": "planner|engineer|verifier|executor|reviewer",
"capabilities": ["string"],
"skills": ["string"],
"constraints": {"max_tokens": "int", "allowed_tools": ["string"]},
"version": "string"
}
Usage
from datasets import load_dataset
ds = load_dataset("FrostyJay7813/aif-agent-specifications")
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐ Ask for provider support