Configure external clients to consume Loom.
This repository owns client-side integration setup for the Loom runtime. It does not install or implement Loom itself.
Crush
Claude Code
Codex
Cursor
│
▼
loom-client-setup
│
├── endpoint configuration
├── MCP/API configuration
├── authentication
├── diagnostics
└── client-specific integration
│
▼
loom-ai
The first implementation target is Crush, followed by generalized configuration for other compatible clients.
loom-aiowns execution, Intent, Workers, Arbiters, evidence, evaluation, and runtime contracts.loom-setupinstalls/configures the Loom runtime and its infrastructure/model-gateway environment.loom-client-setupconfigures external clients to consume an already configured Loom instance.model-gatewayowns provider/model/resource invocation and selection.
Client setup must not duplicate Loom runtime configuration or provider credentials.
The repository is intentionally minimal while the Loom runtime contracts stabilize. New client integration work should consume Loom through its public MCP/API boundary rather than reaching into Loom internals.
MIT