@jmanuelcorral/openteam 0.25.0 → 0.27.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.es.md +39 -13
- package/README.md +39 -14
- package/dist/certificates/graph-release-certificate.json +2 -2
- package/dist/certificates/graph-shadow-certificate.json +2 -2
- package/dist/certificates/opencode-2.0.5/graph-release-certificate.json +45 -0
- package/dist/certificates/opencode-2.0.5/graph-shadow-certificate.json +39 -0
- package/dist/cli/consoleRuntimeState.d.ts.map +1 -1
- package/dist/cli/consoleServe.d.ts +2 -1
- package/dist/cli/consoleServe.d.ts.map +1 -1
- package/dist/cli/setupAdapters.d.ts.map +1 -1
- package/dist/cli.js +24534 -14551
- package/dist/commands/agents.d.ts.map +1 -1
- package/dist/commands/dispatch.d.ts.map +1 -1
- package/dist/commands/doctor.d.ts.map +1 -1
- package/dist/commands/setup.d.ts +22 -15
- package/dist/commands/setup.d.ts.map +1 -1
- package/dist/commands/upgrade.d.ts +1 -1
- package/dist/commands/upgrade.d.ts.map +1 -1
- package/dist/config/fieldProjection.d.ts +3 -0
- package/dist/config/fieldProjection.d.ts.map +1 -0
- package/dist/config/nativeOpencode.d.ts +5 -0
- package/dist/config/nativeOpencode.d.ts.map +1 -0
- package/dist/config/schema.d.ts +101 -7
- package/dist/config/schema.d.ts.map +1 -1
- package/dist/console/auth.d.ts +5 -0
- package/dist/console/auth.d.ts.map +1 -0
- package/dist/console/conversation.d.ts +8 -1
- package/dist/console/conversation.d.ts.map +1 -1
- package/dist/console/historyBoundary.d.ts +1 -1
- package/dist/console/historyBoundary.d.ts.map +1 -1
- package/dist/console/nativeConversation.d.ts +7 -0
- package/dist/console/nativeConversation.d.ts.map +1 -0
- package/dist/console/opencodeClient.d.ts +3 -0
- package/dist/console/opencodeClient.d.ts.map +1 -1
- package/dist/console/pty.d.ts +4 -0
- package/dist/console/pty.d.ts.map +1 -1
- package/dist/contract/opencode.d.ts +13 -7
- package/dist/contract/opencode.d.ts.map +1 -1
- package/dist/index.d.ts +10 -5
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1796 -327
- package/dist/local/lemonadeResidency.d.ts +2 -14
- package/dist/local/lemonadeResidency.d.ts.map +1 -1
- package/dist/local/llamaSwap.d.ts +5 -0
- package/dist/local/llamaSwap.d.ts.map +1 -0
- package/dist/local/llamaSwapRequestGuard.d.ts +11 -0
- package/dist/local/llamaSwapRequestGuard.d.ts.map +1 -0
- package/dist/local/llamaSwapResidency.d.ts +9 -0
- package/dist/local/llamaSwapResidency.d.ts.map +1 -0
- package/dist/local/modelResidency.d.ts +1 -0
- package/dist/local/modelResidency.d.ts.map +1 -1
- package/dist/local/registry.d.ts.map +1 -1
- package/dist/local/residency.d.ts +16 -0
- package/dist/local/residency.d.ts.map +1 -0
- package/dist/local/types.d.ts +10 -2
- package/dist/local/types.d.ts.map +1 -1
- package/dist/messages/consoleDetail.d.ts +3 -0
- package/dist/messages/consoleDetail.d.ts.map +1 -1
- package/dist/messages/executionSetup.d.ts +22 -3
- package/dist/messages/executionSetup.d.ts.map +1 -1
- package/dist/messages/memoryRuntime.d.ts +6 -0
- package/dist/messages/memoryRuntime.d.ts.map +1 -0
- package/dist/messages/memoryTool.d.ts +1 -1
- package/dist/messages/memoryTool.d.ts.map +1 -1
- package/dist/messages/modelResidency.d.ts +20 -2
- package/dist/messages/modelResidency.d.ts.map +1 -1
- package/dist/messages/nativeHost.d.ts +21 -0
- package/dist/messages/nativeHost.d.ts.map +1 -0
- package/dist/plugin/availability.d.ts +1 -0
- package/dist/plugin/availability.d.ts.map +1 -1
- package/dist/plugin/consoleTool.d.ts +1 -0
- package/dist/plugin/consoleTool.d.ts.map +1 -1
- package/dist/plugin/hooks.d.ts +3 -3
- package/dist/plugin/hooks.d.ts.map +1 -1
- package/dist/plugin/memoryTool.d.ts.map +1 -1
- package/dist/plugin/modelResidency.d.ts +1 -0
- package/dist/plugin/modelResidency.d.ts.map +1 -1
- package/dist/plugin/nativeHost.d.ts +5 -0
- package/dist/plugin/nativeHost.d.ts.map +1 -0
- package/dist/plugin/nativeHostContext.d.ts +228 -0
- package/dist/plugin/nativeHostContext.d.ts.map +1 -0
- package/dist/plugin/nativeInventory.d.ts +5 -0
- package/dist/plugin/nativeInventory.d.ts.map +1 -0
- package/dist/plugin/nativeResidency.d.ts +30 -0
- package/dist/plugin/nativeResidency.d.ts.map +1 -0
- package/dist/plugin/nativeSessions.d.ts +131 -0
- package/dist/plugin/nativeSessions.d.ts.map +1 -0
- package/dist/plugin/orchestrateTool.d.ts.map +1 -1
- package/dist/plugin/reloadTool.d.ts +3 -2
- package/dist/plugin/reloadTool.d.ts.map +1 -1
- package/dist/plugin/runtimeContext.d.ts +42 -0
- package/dist/plugin/runtimeContext.d.ts.map +1 -0
- package/dist/storage/index/memoryRuntime.d.ts.map +1 -1
- package/dist/web/console.d.ts +1 -1
- package/dist/web/console.d.ts.map +1 -1
- package/dist/web/server.d.ts +1 -1
- package/dist/web/server.d.ts.map +1 -1
- package/dist/web/start.d.ts +1 -1
- package/dist/web/start.d.ts.map +1 -1
- package/package.json +6 -3
package/README.es.md
CHANGED
|
@@ -40,28 +40,31 @@ estrecha un agente a `local` bajo el modo global `mixed`.
|
|
|
40
40
|
|
|
41
41
|
## Características
|
|
42
42
|
|
|
43
|
-
- Routing por turno
|
|
44
|
-
- Registro de runtimes locales OpenAI-compatible: Ollama, LM Studio, Lemonade Server y Foundry Local.
|
|
43
|
+
- Routing por turno antes de inferencia: `chat.message` en 1.x o el adaptador nativo de prompt/modelo en 2.0.5.
|
|
44
|
+
- Registro de runtimes locales OpenAI-compatible: Ollama, LM Studio, Lemonade Server, llama-swap y Foundry Local.
|
|
45
45
|
- Perfiles de capacidad desde Models.dev, con cache y fallback curado cuando el catálogo no está disponible.
|
|
46
46
|
- Selección automática **cheapest-capable** por coste, disponibilidad, soporte de tools y contexto dentro del dominio permitido.
|
|
47
47
|
- Presupuestos por sesión, mes y tokens frontier por sesión.
|
|
48
48
|
- Telemetría `CostRecord` JSONL hash-only: guarda `promptHash`, métricas de coste y decisión, nunca prompts crudos.
|
|
49
49
|
- Pines exactos o `"auto"` por agente, fallbacks ordenados opcionales y relevo acotado de modelo para nodos incompletos.
|
|
50
|
-
- Orquestación multiagente con
|
|
51
|
-
-
|
|
50
|
+
- Orquestación multiagente con trabajadores realmente vinculados al padre, modelo explícito y finalización/cancelación acotadas.
|
|
51
|
+
- Inventario local/proveedor bajo demanda antes del routing; se espera a los refrescos pendientes antes de seleccionar modelos residentes.
|
|
52
52
|
- Una [línea de tiempo de agentes](docs/es/guide/agent-timeline.md) solo de
|
|
53
53
|
metadatos, con historial duradero del coordinador y los intentos, cursor
|
|
54
54
|
histórico y avisos de actualización en vivo.
|
|
55
55
|
|
|
56
56
|
## Requisitos
|
|
57
57
|
|
|
58
|
-
- opencode
|
|
58
|
+
- opencode **1.18.19** (legacy) o **2.0.5** (adaptador nativo).
|
|
59
|
+
No se asume compatibilidad con otras versiones
|
|
60
|
+
2.x. Consulta los [límites de compatibilidad](docs/es/compatibility.md#opencode-2-0-5-nativo).
|
|
59
61
|
- Bun `1.3.14` para instalaciones, desarrollo y tests reproducibles.
|
|
60
62
|
- Node.js `^22.22.2 || ^24.15.0 || >=26.0.0` para la CLI y el plugin publicados.
|
|
61
63
|
- Runtimes locales opcionales:
|
|
62
64
|
- Ollama en `http://localhost:11434/v1`.
|
|
63
65
|
- LM Studio en `http://localhost:1234/v1`.
|
|
64
66
|
- Lemonade Server en `http://localhost:13305/api/v1`.
|
|
67
|
+
- llama-swap en `http://localhost:8080/v1`.
|
|
65
68
|
- Foundry Local con puerto dinámico descubierto por CLI en Windows.
|
|
66
69
|
|
|
67
70
|
## Instalación
|
|
@@ -114,7 +117,7 @@ la política del operador en `.opencode/openteam.json`.
|
|
|
114
117
|
## Quickstart: `openteam setup`
|
|
115
118
|
|
|
116
119
|
La forma más rápida de dejar un repositorio listo es `openteam setup`. Detecta
|
|
117
|
-
Ollama, LM Studio, Lemonade Server y Foundry Local —todos opcionales—, permite
|
|
120
|
+
Ollama, LM Studio, Lemonade Server, llama-swap y Foundry Local —todos opcionales—, permite
|
|
118
121
|
elegir modelos locales y el **frontier baseline** (cheapest-capable primero), y
|
|
119
122
|
genera la configuración y los artefactos de agentes/comandos:
|
|
120
123
|
|
|
@@ -143,6 +146,14 @@ lista vacía tampoco permite introducir un ID supuesto. openteam no carga ni
|
|
|
143
146
|
descarga modelos para hacer funcionar una selección. Consulta la
|
|
144
147
|
[política y los límites del servidor](docs/adr/lemonade-active-models.md).
|
|
145
148
|
|
|
149
|
+
**llama-swap también exige modelos activos.** La integración inicial admite
|
|
150
|
+
IDs locales canónicos con estado `ready` verificable y sin perfil de
|
|
151
|
+
enrutamiento activo, en un servidor sin autenticación restringido por la red.
|
|
152
|
+
Los límites declarados de contexto y salida se trasladan durante setup a
|
|
153
|
+
opencode para compactar; el soporte de herramientas desconocido no se inventa.
|
|
154
|
+
Consulta la [guía de llama-swap](docs/es/guide/llama-swap.md), incluidos los
|
|
155
|
+
límites de la comprobación no atómica del cliente.
|
|
156
|
+
|
|
146
157
|
El asistente:
|
|
147
158
|
|
|
148
159
|
1. Sondea runtimes locales y primero pregunta cuáles habilitar. Elegir
|
|
@@ -232,7 +243,7 @@ Para instalar y probar openteam en otro equipo que ya tenga [opencode](https://o
|
|
|
232
243
|
# La opción puntual ya ejecutó setup en el paso anterior.
|
|
233
244
|
```
|
|
234
245
|
|
|
235
|
-
El asistente detecta Ollama / LM Studio / Foundry Local, te deja elegir los modelos locales (locales o en otra máquina de la red) o **ninguno** para funcionar solo con frontier, y el frontier baseline, y escribe la configuración.
|
|
246
|
+
El asistente detecta Ollama / LM Studio / Lemonade Server / llama-swap / Foundry Local, te deja elegir los modelos locales (locales o en otra máquina de la red) o **ninguno** para funcionar solo con frontier, y el frontier baseline, y escribe la configuración.
|
|
236
247
|
|
|
237
248
|
3. **Autentica el provider frontier** que hayas elegido:
|
|
238
249
|
|
|
@@ -348,9 +359,9 @@ ejecutas desde un subdirectorio verás "provider not configured" y debes hacer
|
|
|
348
359
|
| `router.localDefault` | `ModelRef \| null` | `null` | Modelo local principal. No configurado por defecto — ningún modelo local se enruta hasta que configures uno con `openteam setup` o manualmente. |
|
|
349
360
|
| `local.runtimes` | `LocalRuntime[]` | `[]` | Runtimes locales a sondear. Vacío por defecto — ningún runtime está configurado hasta que ejecutes `openteam setup` o añadas una entrada manualmente. |
|
|
350
361
|
| `local.runtimes[].id` | `string` | requerido | Identidad de instancia, única dentro del array. Libre (`lmstudio-a`, `lemonade-lan`) para que dos máquinas del mismo tipo sean distintas; si se omite `kind`, debe ser en sí mismo un tipo de runtime (retrocompatibilidad). |
|
|
351
|
-
| `local.runtimes[].kind` | `"ollama" \| "lmstudio" \| "foundry-local" \| "lemonade"` opcional | migra desde `id` | Tipo de runtime que selecciona el adaptador. Opcional: si falta, se usa `id` como tipo, así toda config previa sigue funcionando sin cambios. |
|
|
362
|
+
| `local.runtimes[].kind` | `"ollama" \| "lmstudio" \| "foundry-local" \| "lemonade" \| "llama-swap"` opcional | migra desde `id` | Tipo de runtime que selecciona el adaptador. Opcional: si falta, se usa `id` como tipo, así toda config previa sigue funcionando sin cambios. |
|
|
352
363
|
| `local.runtimes[].enabled` | `boolean` | `true` | Habilita o deshabilita ese runtime. |
|
|
353
|
-
| `local.runtimes[].baseURL` | URL opcional | según runtime/config | Endpoint OpenAI-compatible (`/v1` para Ollama/LM Studio, `/api/v1` para Lemonade); Foundry Local puede omitirlo si usa discovery. |
|
|
364
|
+
| `local.runtimes[].baseURL` | URL opcional | según runtime/config | Endpoint OpenAI-compatible (`/v1` para Ollama/LM Studio/llama-swap, `/api/v1` para Lemonade); Foundry Local puede omitirlo si usa discovery. |
|
|
354
365
|
| `local.runtimes[].discovery` | `"cli" \| "sdk" \| "manual"` opcional | sin default por item | Discovery de Foundry Local; el registry usa CLI si está configurado y no es `manual`. |
|
|
355
366
|
| `local.runtimes[].defaultModel` | `ModelRef` | requerido | Modelo por defecto de ese runtime. |
|
|
356
367
|
| `local.runtimes[].maxConcurrency` | entero positivo opcional | `4` | Límite de generaciones concurrentes de esta instancia (su número real de slots). Se aplica por instancia. |
|
|
@@ -920,6 +931,20 @@ foundry service status
|
|
|
920
931
|
|
|
921
932
|
openteam extrae el puerto de la salida del CLI y normaliza el endpoint a `http://localhost:<PORT>/v1`.
|
|
922
933
|
|
|
934
|
+
### llama-swap
|
|
935
|
+
|
|
936
|
+
Prepara el modelo en llama-swap antes de ejecutar setup. Estas consultas solo
|
|
937
|
+
leen el catálogo, la disponibilidad y el perfil activo:
|
|
938
|
+
|
|
939
|
+
```powershell
|
|
940
|
+
Invoke-RestMethod -Uri "http://localhost:8080/v1/models" -Method Get
|
|
941
|
+
Invoke-RestMethod -Uri "http://localhost:8080/running" -Method Get
|
|
942
|
+
Invoke-RestMethod -Uri "http://localhost:8080/api/profiles" -Method Get
|
|
943
|
+
```
|
|
944
|
+
|
|
945
|
+
Consulta la [guía de llama-swap](docs/es/guide/llama-swap.md) para la selección
|
|
946
|
+
de modelos listos, límites de contexto/salida y transportes soportados.
|
|
947
|
+
|
|
923
948
|
### Telemetría
|
|
924
949
|
|
|
925
950
|
```powershell
|
|
@@ -1007,15 +1032,16 @@ Gates no negociables:
|
|
|
1007
1032
|
|
|
1008
1033
|
## Compatibilidad
|
|
1009
1034
|
|
|
1010
|
-
Consulta [docs/compatibility.md](docs/compatibility.md). Resumen verificado el `2026-
|
|
1035
|
+
Consulta [docs/es/compatibility.md](docs/es/compatibility.md). Resumen verificado el `2026-09-18`:
|
|
1011
1036
|
|
|
1012
1037
|
| Superficie | Versión / contrato |
|
|
1013
1038
|
| --- | --- |
|
|
1014
|
-
| openteam | `0.
|
|
1039
|
+
| openteam | `0.27.0`; versión actual del paquete |
|
|
1040
|
+
| Host opencode | `1.18.19` legacy; soporte nativo exacto `2.0.5` |
|
|
1015
1041
|
| `@opencode-ai/plugin` | `1.18.19` |
|
|
1016
1042
|
| `@opencode-ai/sdk` | `1.18.19` |
|
|
1017
|
-
| Hook de routing | `chat.message
|
|
1018
|
-
| Subsesiones |
|
|
1043
|
+
| Hook de routing | `chat.message` legacy; `prompt` + `session.switchModel` nativos; nunca `chat.params` |
|
|
1044
|
+
| Subsesiones | SDK legacy o servicio Session nativo con scope; parentesco real y modelo explícito |
|
|
1019
1045
|
|
|
1020
1046
|
## Contribuir
|
|
1021
1047
|
|
package/README.md
CHANGED
|
@@ -46,15 +46,15 @@ or narrow an agent to `local` under global `mixed`, when frontier is prohibited.
|
|
|
46
46
|
|
|
47
47
|
## Features
|
|
48
48
|
|
|
49
|
-
- Per-turn routing
|
|
50
|
-
- Registration of OpenAI-compatible local runtimes: **Ollama**, **LM Studio**, **Lemonade Server** and **Foundry Local**.
|
|
49
|
+
- Per-turn routing before inference: legacy `chat.message` or the native 2.0.5 prompt/model boundary.
|
|
50
|
+
- Registration of OpenAI-compatible local runtimes: **Ollama**, **LM Studio**, **Lemonade Server**, **llama-swap** and **Foundry Local**.
|
|
51
51
|
- Capability profiles from [Models.dev](https://models.dev), with cache and a curated fallback when the catalog is unavailable.
|
|
52
52
|
- **Cheapest-capable** automatic selection by cost, availability, tool support, and context requirements inside the allowed domain.
|
|
53
53
|
- Budgets per session, per month and per frontier tokens per session.
|
|
54
54
|
- Hash-only `CostRecord` JSONL telemetry: stores `promptHash`, cost/decision metrics — **never raw prompts**.
|
|
55
55
|
- Per-agent exact pins or `"auto"`, optional ordered fallbacks, and bounded cross-model handoff for an incomplete node.
|
|
56
|
-
- Multi-agent orchestration with
|
|
57
|
-
-
|
|
56
|
+
- Multi-agent orchestration with genuinely parented workers, explicit model selection and bounded completion/cancellation.
|
|
57
|
+
- Lazy local/provider inventory before routing; session-event refreshes are awaited before selecting resident models.
|
|
58
58
|
- A metadata-only [agent timeline](docs/guide/agent-timeline.md) with durable
|
|
59
59
|
coordinator/attempt history, historical cursor inspection, and live
|
|
60
60
|
invalidation hints.
|
|
@@ -63,16 +63,19 @@ or narrow an agent to `local` under global `mixed`, when frontier is prohibited.
|
|
|
63
63
|
|
|
64
64
|
## Requirements
|
|
65
65
|
|
|
66
|
-
- opencode
|
|
66
|
+
- opencode **1.18.19** (legacy) or **2.0.5** (native adapter).
|
|
67
|
+
Other 2.x versions are not assumed compatible. See the
|
|
68
|
+
[host compatibility boundary](docs/compatibility.md#native-opencode-2-0-5).
|
|
67
69
|
- [Bun](https://bun.sh) `1.3.14` for reproducible installs, development, and tests.
|
|
68
70
|
- Node.js `^22.22.2 || ^24.15.0 || >=26.0.0` for the published CLI/plugin.
|
|
69
71
|
- Optional local runtimes:
|
|
70
72
|
- Ollama at `http://localhost:11434/v1`.
|
|
71
73
|
- LM Studio at `http://localhost:1234/v1`.
|
|
72
74
|
- Lemonade Server at `http://localhost:13305/api/v1`.
|
|
75
|
+
- llama-swap at `http://localhost:8080/v1`.
|
|
73
76
|
- Foundry Local with a dynamic port discovered via CLI on Windows.
|
|
74
77
|
|
|
75
|
-
> Local runtimes are **optional**. You can run openteam **frontier-only**, or point it at an Ollama / LM Studio / Lemonade Server running on **another machine on your LAN**.
|
|
78
|
+
> Local runtimes are **optional**. You can run openteam **frontier-only**, or point it at an Ollama / LM Studio / Lemonade Server / llama-swap running on **another machine on your LAN**.
|
|
76
79
|
|
|
77
80
|
## Installation
|
|
78
81
|
|
|
@@ -125,7 +128,7 @@ operator policy in `.opencode/openteam.json`.
|
|
|
125
128
|
## Quickstart: `openteam setup`
|
|
126
129
|
|
|
127
130
|
`openteam setup` detects the installed local runtimes (Ollama, LM Studio,
|
|
128
|
-
Lemonade Server, Foundry Local — all optional), lets you pick local models and
|
|
131
|
+
Lemonade Server, llama-swap, Foundry Local — all optional), lets you pick local models and
|
|
129
132
|
the **frontier baseline** (sorted cheapest-capable first), and writes the
|
|
130
133
|
project configuration and generated agent/command artifacts:
|
|
131
134
|
|
|
@@ -153,6 +156,13 @@ or unverified models are not selectable, and an empty active list does not
|
|
|
153
156
|
allow a guessed model ID. openteam does not load or unload models to make a
|
|
154
157
|
selection work. See the [policy and server-side limits](docs/adr/lemonade-active-models.md).
|
|
155
158
|
|
|
159
|
+
**llama-swap also requires active models.** The initial integration accepts
|
|
160
|
+
canonical local model IDs with verified `ready` state and no active routing
|
|
161
|
+
profile, on an unauthenticated, network-restricted server. Declared context
|
|
162
|
+
and output ceilings feed setup's opencode compaction limits; missing tool
|
|
163
|
+
support is not guessed. See the [llama-swap guide](docs/guide/llama-swap.md)
|
|
164
|
+
for configuration and the non-atomic server-side boundary.
|
|
165
|
+
|
|
156
166
|
The wizard:
|
|
157
167
|
|
|
158
168
|
1. Probes local runtimes, then first asks which ones to enable. Choosing
|
|
@@ -244,7 +254,7 @@ To install and try openteam on another machine that already has [opencode](https
|
|
|
244
254
|
# The one-off option already ran setup in the previous step.
|
|
245
255
|
```
|
|
246
256
|
|
|
247
|
-
The wizard detects Ollama / LM Studio / Foundry Local, lets you pick the local models (local or on another machine on the LAN) or **none** to run frontier-only, and the frontier baseline, then writes the configuration.
|
|
257
|
+
The wizard detects Ollama / LM Studio / Lemonade Server / llama-swap / Foundry Local, lets you pick the local models (local or on another machine on the LAN) or **none** to run frontier-only, and the frontier baseline, then writes the configuration.
|
|
248
258
|
|
|
249
259
|
3. **Authenticate the frontier provider** you chose:
|
|
250
260
|
|
|
@@ -355,9 +365,9 @@ configured" and should `cd` to the project root first.
|
|
|
355
365
|
| `router.localDefault` | `ModelRef \| null` | `null` | Primary local model. Not set by default — no local model is routed until you configure one via `openteam setup` or by hand. |
|
|
356
366
|
| `local.runtimes` | `LocalRuntime[]` | `[]` | Local runtimes to probe. Empty by default — no runtime is configured until you run `openteam setup` or add an entry by hand. |
|
|
357
367
|
| `local.runtimes[].id` | string | required | Instance identity, unique within the array. Free-form (`lmstudio-a`, `lemonade-lan`) so two machines of the same kind are distinct; when `kind` is omitted it must itself be a runtime kind (back-compat). |
|
|
358
|
-
| `local.runtimes[].kind` | `"ollama" \| "lmstudio" \| "foundry-local" \| "lemonade"` optional | migrates from `id` | Runtime kind selecting the adapter. Optional: when absent, `id` is treated as the kind, so pre-existing configs keep working unchanged. |
|
|
368
|
+
| `local.runtimes[].kind` | `"ollama" \| "lmstudio" \| "foundry-local" \| "lemonade" \| "llama-swap"` optional | migrates from `id` | Runtime kind selecting the adapter. Optional: when absent, `id` is treated as the kind, so pre-existing configs keep working unchanged. |
|
|
359
369
|
| `local.runtimes[].enabled` | `boolean` | `true` | Enable or disable that runtime. |
|
|
360
|
-
| `local.runtimes[].baseURL` | optional URL | per runtime/config | OpenAI-compatible endpoint (`/v1` for Ollama/LM Studio, `/api/v1` for Lemonade); Foundry Local may omit it when using discovery. |
|
|
370
|
+
| `local.runtimes[].baseURL` | optional URL | per runtime/config | OpenAI-compatible endpoint (`/v1` for Ollama/LM Studio/llama-swap, `/api/v1` for Lemonade); Foundry Local may omit it when using discovery. |
|
|
361
371
|
| `local.runtimes[].discovery` | `"cli" \| "sdk" \| "manual"` optional | none per item | Foundry Local discovery; the registry uses CLI when configured and not `manual`. |
|
|
362
372
|
| `local.runtimes[].defaultModel` | `ModelRef` | required | Default model for that runtime. |
|
|
363
373
|
| `local.runtimes[].maxConcurrency` | positive integer, optional | `4` | Concurrent-generation cap for this instance (its real slot count). Applied per instance. |
|
|
@@ -873,6 +883,20 @@ foundry service status
|
|
|
873
883
|
|
|
874
884
|
openteam extracts the port from the CLI output and normalizes the endpoint to `http://localhost:<PORT>/v1`.
|
|
875
885
|
|
|
886
|
+
### llama-swap
|
|
887
|
+
|
|
888
|
+
Prepare the intended model with llama-swap before setup. These calls only read
|
|
889
|
+
the catalog, readiness and profile state:
|
|
890
|
+
|
|
891
|
+
```powershell
|
|
892
|
+
Invoke-RestMethod -Uri "http://localhost:8080/v1/models" -Method Get
|
|
893
|
+
Invoke-RestMethod -Uri "http://localhost:8080/running" -Method Get
|
|
894
|
+
Invoke-RestMethod -Uri "http://localhost:8080/api/profiles" -Method Get
|
|
895
|
+
```
|
|
896
|
+
|
|
897
|
+
See the [llama-swap guide](docs/guide/llama-swap.md) for ready-only selection,
|
|
898
|
+
declared context/output limits and supported transport boundaries.
|
|
899
|
+
|
|
876
900
|
### Telemetry
|
|
877
901
|
|
|
878
902
|
openteam writes a hash-only `CostRecord` JSONL log (never raw prompts). Tail the most recent entries:
|
|
@@ -957,15 +981,16 @@ Non-negotiable gates (see [docs/testing-and-quality.md](docs/testing-and-quality
|
|
|
957
981
|
|
|
958
982
|
## Compatibility
|
|
959
983
|
|
|
960
|
-
See [docs/compatibility.md](docs/compatibility.md). Verified summary as of `2026-
|
|
984
|
+
See [docs/compatibility.md](docs/compatibility.md). Verified summary as of `2026-09-18`:
|
|
961
985
|
|
|
962
986
|
| Surface | Version / contract |
|
|
963
987
|
| --- | --- |
|
|
964
|
-
| openteam | `0.
|
|
988
|
+
| openteam | `0.27.0`; current package version |
|
|
989
|
+
| opencode host | `1.18.19` legacy; exact `2.0.5` native support |
|
|
965
990
|
| `@opencode-ai/plugin` | `1.18.19` |
|
|
966
991
|
| `@opencode-ai/sdk` | `1.18.19` |
|
|
967
|
-
| Routing hook | `chat.message`;
|
|
968
|
-
| Child sessions |
|
|
992
|
+
| Routing hook | Legacy `chat.message`; native `prompt` + `session.switchModel`; never `chat.params` |
|
|
993
|
+
| Child sessions | Legacy SDK or native scoped Session service; actual parenting and explicit model |
|
|
969
994
|
|
|
970
995
|
## Contributing
|
|
971
996
|
|
|
@@ -34,12 +34,12 @@
|
|
|
34
34
|
"idempotent": true
|
|
35
35
|
},
|
|
36
36
|
"performance": {
|
|
37
|
-
"p95Millis": 0.
|
|
37
|
+
"p95Millis": 0.4973019999999906,
|
|
38
38
|
"budgetMillis": 50,
|
|
39
39
|
"samples": 100
|
|
40
40
|
}
|
|
41
41
|
},
|
|
42
42
|
"verdict": "pass",
|
|
43
43
|
"failedGates": [],
|
|
44
|
-
"digest": "
|
|
44
|
+
"digest": "9b690d23c4493fbfd8d157387d0f33b53db8fe8cc024c92c60b39b109bc83e3b"
|
|
45
45
|
}
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"rawFindings": 0
|
|
21
21
|
},
|
|
22
22
|
"overhead": {
|
|
23
|
-
"p95Millis": 0.
|
|
23
|
+
"p95Millis": 0.312385000000063,
|
|
24
24
|
"budgetMillis": 25,
|
|
25
25
|
"samples": 1000
|
|
26
26
|
},
|
|
@@ -35,5 +35,5 @@
|
|
|
35
35
|
},
|
|
36
36
|
"verdict": "pass",
|
|
37
37
|
"failedGates": [],
|
|
38
|
-
"digest": "
|
|
38
|
+
"digest": "f751dfd5546d484ac06fdeb6da154ae6364fe04efa1529802b294f32a9f5acaa"
|
|
39
39
|
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 2,
|
|
3
|
+
"certificate": "graph-release",
|
|
4
|
+
"platform": "linux",
|
|
5
|
+
"opencodeVersion": "2.0.5",
|
|
6
|
+
"shadowCertificateDigest": "883dd431b507bc6faeeabf9ea073016a6917c92237805918655e70923315ffe5",
|
|
7
|
+
"evidence": {
|
|
8
|
+
"opencodeVersion": "2.0.5",
|
|
9
|
+
"platform": "linux",
|
|
10
|
+
"shadowCertificateDigest": "883dd431b507bc6faeeabf9ea073016a6917c92237805918655e70923315ffe5",
|
|
11
|
+
"determinism": {
|
|
12
|
+
"runs": 13,
|
|
13
|
+
"allMatch": true
|
|
14
|
+
},
|
|
15
|
+
"crashRecovery": {
|
|
16
|
+
"scenarios": 18,
|
|
17
|
+
"allConverge": true
|
|
18
|
+
},
|
|
19
|
+
"replayEquivalence": {
|
|
20
|
+
"checks": 6,
|
|
21
|
+
"allEquivalent": true
|
|
22
|
+
},
|
|
23
|
+
"privacy": {
|
|
24
|
+
"surfacesScanned": 8,
|
|
25
|
+
"rawFindings": 0
|
|
26
|
+
},
|
|
27
|
+
"contract": {
|
|
28
|
+
"roundTrips": 14,
|
|
29
|
+
"allSettled": true
|
|
30
|
+
},
|
|
31
|
+
"health": {
|
|
32
|
+
"samples": 3,
|
|
33
|
+
"bounded": true,
|
|
34
|
+
"idempotent": true
|
|
35
|
+
},
|
|
36
|
+
"performance": {
|
|
37
|
+
"p95Millis": 0.509454999999889,
|
|
38
|
+
"budgetMillis": 50,
|
|
39
|
+
"samples": 100
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
"verdict": "pass",
|
|
43
|
+
"failedGates": [],
|
|
44
|
+
"digest": "61b110f9ef4b49049d1bb8c0beb818c35fcacf3344af6f4b5963058f5d98dac8"
|
|
45
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 1,
|
|
3
|
+
"certificate": "graph-shadow",
|
|
4
|
+
"opencodeVersion": "2.0.5",
|
|
5
|
+
"evidence": {
|
|
6
|
+
"opencodeVersion": "2.0.5",
|
|
7
|
+
"parity": {
|
|
8
|
+
"runs": 1000,
|
|
9
|
+
"match": 1000,
|
|
10
|
+
"divergent": 0,
|
|
11
|
+
"inconclusive": 0,
|
|
12
|
+
"divergences": []
|
|
13
|
+
},
|
|
14
|
+
"legacy": {
|
|
15
|
+
"observed": 1000,
|
|
16
|
+
"duplicated": 0
|
|
17
|
+
},
|
|
18
|
+
"privacy": {
|
|
19
|
+
"surfacesScanned": 5,
|
|
20
|
+
"rawFindings": 0
|
|
21
|
+
},
|
|
22
|
+
"overhead": {
|
|
23
|
+
"p95Millis": 0.18683999999996104,
|
|
24
|
+
"budgetMillis": 25,
|
|
25
|
+
"samples": 1000
|
|
26
|
+
},
|
|
27
|
+
"provenance": {
|
|
28
|
+
"status": "validated",
|
|
29
|
+
"order": "recomputed",
|
|
30
|
+
"roles": "recomputed",
|
|
31
|
+
"models": "carried",
|
|
32
|
+
"fixes": "recomputed",
|
|
33
|
+
"outcome": "carried"
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
"verdict": "pass",
|
|
37
|
+
"failedGates": [],
|
|
38
|
+
"digest": "44eeb60534a6b735c4be99d185d3239a64ea4f6b737d4de5a83c671373fea913"
|
|
39
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"consoleRuntimeState.d.ts","sourceRoot":"","sources":["../../src/cli/consoleRuntimeState.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"consoleRuntimeState.d.ts","sourceRoot":"","sources":["../../src/cli/consoleRuntimeState.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,eAAO,MAAM,8BAA8B,EAAG,CAAU,CAAC;AACzD,eAAO,MAAM,yBAAyB,qCAAqC,CAAC;AAC5E,eAAO,MAAM,oBAAoB,iBAAiB,CAAC;AACnD,eAAO,MAAM,wBAAwB,gBAAgB,CAAC;AACtD,eAAO,MAAM,gBAAgB,gBAAgB,CAAC;AAE9C,eAAO,MAAM,yBAAyB;;;;;;;;;;kBAY3B,CAAC;AAEZ,eAAO,MAAM,uBAAuB;;;;;;kBAQzB,CAAC;AAEZ,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC;AAC5E,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC;AAExE,MAAM,MAAM,mBAAmB,GAAG;IAChC,SAAS,EAAE,MAAM,CAAC;IAClB,gBAAgB,EAAE,MAAM,CAAC;IACzB,cAAc,EAAE,MAAM,CAAC;IACvB,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,qBAAa,4BAA6B,SAAQ,KAAK;aAEnC,IAAI,EAAE,MAAM;IAD9B,YACkB,IAAI,EAAE,MAAM,EAC5B,MAAM,EAAE,MAAM,EAIf;CACF;AA8BD,wBAAgB,0BAA0B,CACxC,aAAa,EAAE,MAAM,GACpB,mBAAmB,CASrB;AAED,wBAAsB,uBAAuB,CAC3C,IAAI,EAAE,MAAM,GACX,OAAO,CAAC,mBAAmB,GAAG,SAAS,CAAC,CAU1C;AAED,wBAAsB,wBAAwB,CAC5C,IAAI,EAAE,MAAM,EACZ,KAAK,EAAE,mBAAmB,GACzB,OAAO,CAAC,IAAI,CAAC,CAwBf;AAED,wBAAsB,yBAAyB,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAQ3E;AAED,wBAAsB,gCAAgC,CACpD,IAAI,EAAE,MAAM,EACZ,KAAK,EAAE;IAAE,GAAG,EAAE,MAAM,CAAC;IAAC,QAAQ,EAAE,MAAM,CAAA;CAAE,GACvC,OAAO,CAAC,OAAO,CAAC,CAoBlB;AAED,wBAAsB,qBAAqB,CACzC,IAAI,EAAE,MAAM,GACX,OAAO,CAAC,iBAAiB,GAAG,SAAS,CAAC,CAUxC;AAED,wBAAsB,uBAAuB,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAQzE;AAED,wBAAsB,wBAAwB,CAC5C,IAAI,EAAE,MAAM,EACZ,IAAI,EAAE,iBAAiB,GACtB,OAAO,CAAC;IAAE,OAAO,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAA;CAAE,GAAG,MAAM,CAAC,CAgCpD"}
|
|
@@ -30,12 +30,13 @@ export type ConsoleServeDeps = {
|
|
|
30
30
|
log: (message: string) => void;
|
|
31
31
|
/** `OPENCODE_SERVER_PASSWORD` si el servidor opencode la exige. Opcional. */
|
|
32
32
|
serverPassword?: string;
|
|
33
|
+
serverUsername?: string;
|
|
33
34
|
/** Genera el token efímero de la Console. Inyectable en tests. */
|
|
34
35
|
generateToken?: () => string;
|
|
35
36
|
/** Factoría de cliente opencode. Inyectable en tests. */
|
|
36
37
|
createConsoleClient?: (endpoint: string) => ConsoleClient;
|
|
37
38
|
/** Factoría de cliente PTY. Inyectable en tests. */
|
|
38
|
-
createPtyClient?: (endpoint: string) => PtyClient;
|
|
39
|
+
createPtyClient?: (endpoint: string, sessionID: string) => PtyClient;
|
|
39
40
|
/** Inyectable para tests; por defecto `startConsole`. */
|
|
40
41
|
startConsole?: (deps: ConsoleRuntimeDeps) => ConsoleRuntime | Promise<ConsoleRuntime>;
|
|
41
42
|
/** Abre el navegador en la URL dada (opcional; solo con `--open`). */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"consoleServe.d.ts","sourceRoot":"","sources":["../../src/cli/consoleServe.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAEpD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAGvD,OAAO,EACL,KAAK,aAAa,EAEnB,MAAM,2BAA2B,CAAC;AACnC,OAAO,EAAmB,KAAK,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAEjE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AACnD,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,wBAAwB,CAAC;AAErE,OAAO,EACL,KAAK,sBAAsB,EAE5B,MAAM,4BAA4B,CAAC;AACpC,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAO3D,OAAO,KAAK,EAAE,cAAc,EAAE,kBAAkB,EAAE,MAAM,cAAc,CAAC;AAQvE,OAAO,EAEL,KAAK,qBAAqB,EAC3B,MAAM,qBAAqB,CAAC;AAE7B,gEAAgE;AAChE,MAAM,MAAM,gBAAgB,GAAG;IAC7B,UAAU,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,OAAO,CAAC,cAAc,CAAC,CAAC;IACtD,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,yDAAyD;IACzD,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,EAAE,MAAM,CAAC;IACtB,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,+DAA+D;IAC/D,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,qEAAqE;IACrE,OAAO,EAAE,eAAe,CAAC;IACzB,cAAc,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,OAAO,CAAC,SAAS,EAAE,CAAC,CAAC;IACtD,GAAG,EAAE,MAAM,MAAM,CAAC;IAClB,aAAa,CAAC,EAAE,MAAM,OAAO,CAAC,UAAU,GAAG,SAAS,CAAC,CAAC;IACtD,oEAAoE;IACpE,aAAa,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IACnC,GAAG,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,IAAI,CAAC;IAC/B,6EAA6E;IAC7E,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,kEAAkE;IAClE,aAAa,CAAC,EAAE,MAAM,MAAM,CAAC;IAC7B,yDAAyD;IACzD,mBAAmB,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,aAAa,CAAC;IAC1D,oDAAoD;IACpD,eAAe,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,SAAS,CAAC;
|
|
1
|
+
{"version":3,"file":"consoleServe.d.ts","sourceRoot":"","sources":["../../src/cli/consoleServe.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"setupAdapters.d.ts","sourceRoot":"","sources":["../../src/cli/setupAdapters.ts"],"names":[],"mappings":"AAeA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,uBAAuB,CAAC;AACpE,OAAO,KAAK,EACV,eAAe,EAEf,QAAQ,EAET,MAAM,mBAAmB,CAAC;AAE3B,OAAO,EACL,KAAK,QAAQ,EAEd,MAAM,wBAAwB,CAAC;
|
|
1
|
+
{"version":3,"file":"setupAdapters.d.ts","sourceRoot":"","sources":["../../src/cli/setupAdapters.ts"],"names":[],"mappings":"AAeA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,uBAAuB,CAAC;AACpE,OAAO,KAAK,EACV,eAAe,EAEf,QAAQ,EAET,MAAM,mBAAmB,CAAC;AAE3B,OAAO,EACL,KAAK,QAAQ,EAEd,MAAM,wBAAwB,CAAC;AAKhC,OAAO,KAAK,EAAE,gBAAgB,EAAwB,MAAM,gBAAgB,CAAC;AAyB7E,qDAAqD;AACrD,eAAO,MAAM,aAAa,EAAE,QA8E3B,CAAC;AAmCF;;;GAGG;AACH,wBAAgB,0BAA0B,IAAI,MAAM,OAAO,CACzD,sBAAsB,EAAE,CACzB,CAcA;AACD,wBAAgB,YAAY,CAAC,IAAI,EAAE,QAAQ,GAAG,MAAM,OAAO,CAAC,eAAe,EAAE,CAAC,CAiB7E;AAqBD;;;GAGG;AACH,wBAAgB,kBAAkB,CAChC,IAAI,EAAE,QAAQ,GACb,CAAC,IAAI,EAAE,gBAAgB,EAAE,OAAO,EAAE,MAAM,KAAK,OAAO,CAAC,eAAe,CAAC,CAmBvE"}
|