| license: apache-2.0 | |
| language: en | |
| tags: | |
| - agentic-ai | |
| - commands | |
| - schemas | |
| - api | |
| - protocol | |
| pretty_name: AIF Command Schemas | |
| size_categories: n<1K | |
| # 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 | | |
| ## 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") | |
| ``` | |