No description
Mission I162: Add C header declarations for the two new observability host functions that allow WASM modules to record metrics and report health status to the IXT runtime. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| schemas | ||
| wasm | ||
| 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
├── services.capnp # Runtime service interfaces
├── ipc.capnp # IPC wire protocol (IpcEnvelope, payloads)
└── ipc_services.capnp # Per-service request/response types
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.