2026-04-01 23:15:29 +02:00
|
|
|
## Repo boundary
|
|
|
|
|
|
2026-04-01 22:24:14 +00:00
|
|
|
This repo owns **llm-connect** — the multi-provider LLM client library — only.
|
2026-04-01 23:15:29 +02:00
|
|
|
|
2026-04-01 22:24:14 +00:00
|
|
|
It does NOT own:
|
|
|
|
|
|
|
|
|
|
- **API key storage / secret management** → caller's environment (env vars,
|
|
|
|
|
key files, vault). llm-connect resolves keys but does not store them.
|
|
|
|
|
- **Consumer routing logic** → `inter-hub/AgentBridge.hs`, `markitect` etc.
|
|
|
|
|
`RoutingPolicy` (WP-0003) provides primitives; policy data belongs in the consumer.
|
|
|
|
|
- **The Claude Code CLI binary** → installed separately; `ClaudeCodeAdapter`
|
|
|
|
|
shells out to it.
|
|
|
|
|
- **markitect application code** → `markitect.llm` is a shim that re-exports
|
|
|
|
|
from here; all implementation lives in this repo.
|
|
|
|
|
- **State hub / custodian infrastructure** → `the-custodian/state-hub/`
|
|
|
|
|
- **IHF bridge scripts** → `inter-hub/scripts/llm_bridge.py` lives in inter-hub,
|
|
|
|
|
not here. llm-connect is a dependency of that script.
|