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")
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Space using FrostyJay7813/aif-agent-specifications 1