CoolFace
Datasetpublic

FrostyJay7813/aif-command-schemas

AIF Command Schemas Canonical JSON Schema definitions for all AIF commands, requests, and responses. Schema Categories Category Count Description Agent 3 Agent lifecycle commands Skill 2 Skill management operations Workflow 4 DAG creation, execution, control Policy 3 Governance rule definitions Event 2 Event publication and subscription Execution 3 Task dispatch and monitoring Identity 2 Authentication and authorization… See the full description on the dataset page: https://huggingface.co/datasets/FrostyJay7813/aif-command-schemas.

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes11downloads
Dataset Card

AIF Command Schemas

Canonical JSON Schema definitions for all AIF commands, requests, and responses.

Schema Categories

CategoryCountDescription
Agent3Agent lifecycle commands
Skill2Skill management operations
Workflow4DAG creation, execution, control
Policy3Governance rule definitions
Event2Event publication and subscription
Execution3Task dispatch and monitoring
Identity2Authentication and authorization

Standards

All schemas conform to JSON Schema Draft 2020-12 and follow OpenAPI 3.1.x conventions.

Usage

python
from datasets import load_dataset

ds = load_dataset("FrostyJay7813/aif-command-schemas")