跳到主要内容
版本:最新版

Proposals

This collection records ideas and design decisions that need more context than a feature guide. The status on each page distinguishes proposed work from experiments, implemented contracts, and decisions that intentionally limit the product scope.

Routing & Selection

How the router understands requests, bounds model choice, and improves selection without taking over serving-layer scheduling.

ProposalCreatedStatusScope
Routing Scope: Per-Query and Capacity-Aware Routing2026-07-14Decision recordKeeps semantic routing per-query and capacity handling in the serving layer.
Router Learning2026-06-20ImplementedOnline adaptation, route protection, and offline recipe improvement.
Prompt Classification Routing2025-10-08ProposalKeyword, regex, embedding, and classifier signal fusion.

Workflows, Memory & Tools

Multi-step execution and contextual capabilities that coordinate models, retrieval, memory, and tools around a routed request.

ProposalCreatedStatusScope
Router Flow Workflows2026-06-30ImplementedBounded static and dynamic multi-model workflows.
Deliberation Algorithms2026-06-17ProposalGrounding-aware multi-model synthesis.
Agentic Memory2026-02-09Proof of conceptCross-session memory retrieval and persistence.
OpenAI RAG Integration2026-01-23ImplementedRetrieval through OpenAI Files and Vector Stores.
Advanced Tool Filtering2026-01-14ImplementedExplainable filtering and reranking of tool candidates.

Safety & Resilience

Failure, eligibility, and response-quality boundaries that keep routing behavior explicit when a model cannot or should not handle a request.

ProposalCreatedStatusScope
Model Execution Fallback2026-08-10ProposalSafe ownership boundary for cross-model fallback.
PRISM2026-03-20ProposalModel qualification and legitimacy checks.
TruthLens2025-12-02ProposalGateway-level hallucination detection and mitigation.

Configuration & Protocols

Shared contracts for authoring router behavior and reaching the routing engine from different client and transport protocols.

ProposalCreatedStatusScope
Unified Config Contract v0.32026-03-17ImplementedOne configuration contract across authoring and deployment surfaces.
Multi-Protocol Adapter Architecture2026-02-18ProposalProtocol-independent access to the routing engine.

Serving Integrations

Layering contracts that connect semantic model choice to infrastructure-owned model serving, replica selection, and execution.

ProposalCreatedStatusScope
vLLM Production Stack Integration2025-10-13ProposalLayered semantic and infrastructure routing.
NVIDIA Dynamo Integration2025-10-09ProposalSemantic routing above Dynamo's worker-level routing.

Statuses describe the document's current role:

  • Proposal: a design that is not presented as fully shipped.
  • Proof of concept: an experiment with explicit production limitations.
  • Implemented: a contract represented in the current repository.
  • Decision record: an architectural choice, including work intentionally kept outside the router.