MAGI
Schemas
Request and response JSON schemas for MAGI.
The OCIP contracts for MAGI live in /Volumes/L1feAI/l1feosx/map/schemas/magi/v1/. Each operation has a request schema and a response schema, generated from the Rust types via schemars.
Index
schemas/magi/v1/
├── index.json
├── operations.trace.request.json
├── operations.trace.response.json
├── operations.attribute.request.json
├── operations.attribute.response.json
├── operations.circuit.request.json
├── operations.circuit.response.jsonMap
| Operation | Request schema | Response schema |
|---|---|---|
trace | schemas/magi/v1/operations.trace.request.json | schemas/magi/v1/operations.trace.response.json |
attribute | schemas/magi/v1/operations.attribute.request.json | schemas/magi/v1/operations.attribute.response.json |
circuit | schemas/magi/v1/operations.circuit.request.json | schemas/magi/v1/operations.circuit.response.json |
Published
https://schemas.multiagentic.dev/magi/v1/operations.<op>.request.json
https://schemas.multiagentic.dev/magi/v1/operations.<op>.response.jsonSee Schemas for generation, versioning, validation.