KeiSeiKit-1.0/_blocks/registries
Parfii-bot 3aef8678c0 feat: three-layer agent registries (providers/models/profiles)
Splits agent definition into stable provider + swappable model + role-bound
profile. Adding a new LLM API is one row in providers.toml; new model is
one row in models.toml; agent invocation picks any (provider, model) pair
through agent-profiles.toml default_model_ref.

- providers.toml: 10 providers — anthropic, openai, codex (OAuth), xai,
  deepseek, google, ollama-local, mlx-local, lmstudio-local, litellm-proxy
- models.toml: 11 models with cost_*_per_mtok_micro + context_window +
  verified_at + deprecated_at
- agent-profiles.toml: 18 representative profiles; manifest_path points
  to the canonical .md in ~/.claude/agents/

Three-layer DNA per the new architecture:
  agent-shell::<provider>:<model>:<caps>::<scope8>::<body8>-<nonce8>

This commit only adds registries — kei-model-router still hardcodes
the Claude-only Model enum. Wave 4 will rewire it to read TOML.
2026-05-13 20:51:04 +08:00
..
agent-profiles.toml feat: three-layer agent registries (providers/models/profiles) 2026-05-13 20:51:04 +08:00
models.toml feat: three-layer agent registries (providers/models/profiles) 2026-05-13 20:51:04 +08:00
providers.toml feat: three-layer agent registries (providers/models/profiles) 2026-05-13 20:51:04 +08:00