feat: add Codex and OpenCode routers with multi-provider support and updated configurations

This commit is contained in:
Musa 2026-02-25 10:16:09 -08:00
parent 69d650a4e5
commit 5d35a3ae18
No known key found for this signature in database
8 changed files with 347 additions and 4 deletions

View file

@ -16,6 +16,8 @@ This directory contains demos showcasing Plano's capabilities as an AI-native pr
| [Preference-Based Routing](llm_routing/preference_based_routing/) | Routes prompts to LLMs based on user-defined preferences and task type (e.g. code generation vs. understanding) |
| [Model Alias Routing](llm_routing/model_alias_routing/) | Maps semantic aliases (`arch.summarize.v1`) to provider-specific models for centralized governance |
| [Claude Code Router](llm_routing/claude_code_router/) | Extends Claude Code with multi-provider access and preference-aligned routing for coding tasks |
| [Codex Router](llm_routing/codex_router/) | Extends Codex CLI with multi-provider access and preference-aligned routing for coding tasks |
| [OpenCode Router](llm_routing/opencode_router/) | Extends OpenCode CLI with multi-provider access and preference-aligned routing for coding tasks |
## Agent Orchestration