No description
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| schemas | ||
| LICENSE | ||
| LICENSE-MIT | ||
| README.md | ||
| test_schemas.sh | ||
IXT Public API Schemas
This repository contains the public, stable, language-agnostic contract for the IXT Framework.
Purpose
Provides the definitive protocol schemas for SDK and module developers. All SDK repositories (ixt-sdk-*) consume their schemas exclusively from this repository.
Structure
schemas/
├── module.capnp # Module interface definitions
├── message_bus.capnp # Message bus protocol
└── runtime.capnp # Runtime API definitions
Versioning
Strictly versioned using Git tags (e.g., v1.0.0, v1.1.0).
License
MIT License - see LICENSE file for details.
This is part of the IXT SDK ecosystem and is fully open source with no restrictions.