
learn-agent
A collection of notes on building coding agents, derived from the production development of the desktop agent Reina, with each mechanism simplified into a zero-dependency, single-file Node.js demo.
它引入了一种基于每 Token 质量的系统化路由策略,支持显式模型感知发送、独立子智能体分类,且不降级到旧模型。
Quality-per-token model routing for GPT Codex, GPT Work, and Codex CLI.
English
GPT5.6-SOLTELU Model Inverter selects the most appropriate GPT-5.6 model and reasoning effort for the main task and every delegated subtask:
| Work type | Default route |
|---|---|
| Clear, mechanical, inexpensive to retry | Luna Low or Medium |
| Normal implementation and bounded debugging | Terra Medium |
| Subtle cross-module implementation | Terra High or Extra High |
| Architecture, conflicting evidence, security, data, or production risk | Sol High or Extra High |
The objective is not minimum token use. It is the best balance between answer quality, reasoning cost, handoff cost, verification, and avoided rework.
Routing is limited to gpt-5.6-luna, gpt-5.6-terra, and gpt-5.6-sol. It never falls back to GPT-5.5 or another non-5.6 model; it selects another appropriate GPT-5.6 profile or reports the unavailable gate.
Codex is the primary workflow. For nontrivial work, the skill stays in place only when the current model and effort are positively verified to exactly match the selected route. Unknown settings count as a mismatch: when native controls are available, it must create one visible same-directory Codex fork, send the active request with explicit model and thinking, and open that task so the user continues working directly in the selected model.
The current Codex API does not expose an in-place hot swap for a running host task. GPT5.6-SOLTELU Model Inverter uses the closest native equivalent and reports the route honestly. A profile label alone never counts as a model switch; the explicit model-aware send must succeed first.
Every delegated subtask is classified independently. A Sol parent does not force Sol children, and a Luna parent does not prevent a security-critical child from using Sol. Each spawn receives explicit model and reasoning_effort values.
Ultra is never selected automatically. It is available only when the user explicitly requests Ultra in the current task. Hidden max is never used.
git clone https://github.com/AlexAI-MCP/GPT5.6-SOLTELU-Model-Inverter.git
cd GPT5.6-SOLTELU-Model-Inverter
./scripts/install.sh
Use a custom home or preview the destinati
Quality-per-token GPT-5.6 Sol, Terra, and Luna model router for Codex, Work, CLI, and subagents.
根据分类、Topic 和编程语言匹配的相似项目。

A collection of notes on building coding agents, derived from the production development of the desktop agent Reina, with each mechanism simplified into a zero-dependency, single-file Node.js demo.
An AI relationship coach that provides emotional support, relationship science, and actionable strategies through a multidisciplinary knowledge base.
Cindy is an open-source AI agent that runs locally on your machine, integrates multiple AI harnesses and models, and provides memory, skills, and automation to perform real work in your projects and apps.