@jmanuelcorral/openteam 0.24.1 → 0.26.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 +42 -10
- package/README.md +37 -8
- package/dist/certificates/graph-release-certificate.json +2 -2
- package/dist/certificates/graph-shadow-certificate.json +2 -2
- package/dist/cli/setupAdapters.d.ts.map +1 -1
- package/dist/cli.js +1200 -384
- 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 +20 -15
- package/dist/commands/setup.d.ts.map +1 -1
- package/dist/config/schema.d.ts +101 -7
- package/dist/config/schema.d.ts.map +1 -1
- package/dist/console/assets.d.ts.map +1 -1
- package/dist/console/conversation.d.ts +5 -1
- package/dist/console/conversation.d.ts.map +1 -1
- package/dist/console/credentials.d.ts +4 -0
- package/dist/console/credentials.d.ts.map +1 -0
- package/dist/console/inspector.d.ts +1 -1
- package/dist/console/inspector.d.ts.map +1 -1
- package/dist/console/refresh.d.ts +1 -1
- package/dist/console/refresh.d.ts.map +1 -1
- package/dist/console/render.d.ts.map +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +657 -128
- 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 +8 -5
- 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/plugin/availability.d.ts.map +1 -1
- package/dist/plugin/memoryTool.d.ts.map +1 -1
- package/dist/plugin/modelResidency.d.ts.map +1 -1
- package/dist/storage/index/memoryRuntime.d.ts.map +1 -1
- package/dist/web/conversationRoute.d.ts +2 -2
- package/dist/web/conversationRoute.d.ts.map +1 -1
- package/dist/web/server.d.ts +1 -1
- package/dist/web/server.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1,22 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { ResidencyReadOptions } from "./residency";
|
|
2
2
|
import type { FetchLike } from "./types";
|
|
3
|
-
export
|
|
4
|
-
readonly code: ModelResidencyFailure;
|
|
5
|
-
readonly statusCode = 400;
|
|
6
|
-
readonly isRetryable = false;
|
|
7
|
-
constructor(code: ModelResidencyFailure);
|
|
8
|
-
}
|
|
9
|
-
export type ResidencyReadOptions = {
|
|
10
|
-
signal?: AbortSignal;
|
|
11
|
-
headers?: HeadersInit;
|
|
12
|
-
timeoutMs?: number;
|
|
13
|
-
scheduleTimeout?: (callback: () => void, ms: number) => () => void;
|
|
14
|
-
};
|
|
3
|
+
export { ModelResidencyError, type ResidencyReadOptions, withResidencyDeadline, } from "./residency";
|
|
15
4
|
export type LemonadeResidency = {
|
|
16
5
|
readonly loaded: boolean | undefined;
|
|
17
6
|
readonly metadata: Readonly<Record<string, unknown>>;
|
|
18
7
|
};
|
|
19
8
|
export declare function lemonadeBaseURL(value: string): string;
|
|
20
|
-
export declare function withResidencyDeadline<T>(operation: (signal: AbortSignal) => Promise<T>, options: ResidencyReadOptions): Promise<T>;
|
|
21
9
|
export declare function readLemonadeResidency(baseURL: string, fetch: FetchLike, options?: ResidencyReadOptions): Promise<ReadonlyMap<string, LemonadeResidency>>;
|
|
22
10
|
//# sourceMappingURL=lemonadeResidency.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lemonadeResidency.d.ts","sourceRoot":"","sources":["../../src/local/lemonadeResidency.ts"],"names":[],"mappings":"AACA,OAAO,
|
|
1
|
+
{"version":3,"file":"lemonadeResidency.d.ts","sourceRoot":"","sources":["../../src/local/lemonadeResidency.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAC;AAExD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEzC,OAAO,EACL,mBAAmB,EACnB,KAAK,oBAAoB,EACzB,qBAAqB,GACtB,MAAM,aAAa,CAAC;AAErB,MAAM,MAAM,iBAAiB,GAAG;IAC9B,QAAQ,CAAC,MAAM,EAAE,OAAO,GAAG,SAAS,CAAC;IACrC,QAAQ,CAAC,QAAQ,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC;CACtD,CAAC;AAsMF,wBAAgB,eAAe,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAkBrD;AAmCD,wBAAsB,qBAAqB,CACzC,OAAO,EAAE,MAAM,EACf,KAAK,EAAE,SAAS,EAChB,OAAO,GAAE,oBAAyB,GACjC,OAAO,CAAC,WAAW,CAAC,MAAM,EAAE,iBAAiB,CAAC,CAAC,CAoBjD"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { RuntimeAdapter } from "./types";
|
|
2
|
+
export declare const LLAMA_SWAP_DEFAULT_BASE_URL = "http://localhost:8080/v1";
|
|
3
|
+
export { llamaSwapBaseURL } from "./llamaSwapResidency";
|
|
4
|
+
export declare function createLlamaSwapAdapter(): RuntimeAdapter;
|
|
5
|
+
//# sourceMappingURL=llamaSwap.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"llamaSwap.d.ts","sourceRoot":"","sources":["../../src/local/llamaSwap.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAGV,cAAc,EAGf,MAAM,SAAS,CAAC;AAEjB,eAAO,MAAM,2BAA2B,6BAA6B,CAAC;AAEtE,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAYxD,wBAAgB,sBAAsB,IAAI,cAAc,CAkDvD"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { type ResidencyReadOptions } from "./residency";
|
|
2
|
+
import type { FetchLike } from "./types";
|
|
3
|
+
export type LlamaSwapGuardOptions = Omit<ResidencyReadOptions, "signal" | "headers"> & {
|
|
4
|
+
baseURL: string;
|
|
5
|
+
fetch: FetchLike;
|
|
6
|
+
healthFetch?: FetchLike;
|
|
7
|
+
modelIDs?: ReadonlySet<string> | (() => ReadonlySet<string> | Promise<ReadonlySet<string>>);
|
|
8
|
+
};
|
|
9
|
+
/** One fresh metadata check per provider transport invocation, never per cache entry. */
|
|
10
|
+
export declare function createLlamaSwapGuardedFetch(options: LlamaSwapGuardOptions): FetchLike;
|
|
11
|
+
//# sourceMappingURL=llamaSwapRequestGuard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"llamaSwapRequestGuard.d.ts","sourceRoot":"","sources":["../../src/local/llamaSwapRequestGuard.ts"],"names":[],"mappings":"AACA,OAAO,EAEL,KAAK,oBAAoB,EAE1B,MAAM,aAAa,CAAC;AACrB,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEzC,MAAM,MAAM,qBAAqB,GAAG,IAAI,CACtC,oBAAoB,EACpB,QAAQ,GAAG,SAAS,CACrB,GAAG;IACF,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,SAAS,CAAC;IACjB,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB,QAAQ,CAAC,EACL,WAAW,CAAC,MAAM,CAAC,GACnB,CAAC,MAAM,WAAW,CAAC,MAAM,CAAC,GAAG,OAAO,CAAC,WAAW,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC;CAChE,CAAC;AAoCF,yFAAyF;AACzF,wBAAgB,2BAA2B,CACzC,OAAO,EAAE,qBAAqB,GAC7B,SAAS,CA8EX"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { type ResidencyReadOptions } from "./residency";
|
|
2
|
+
import type { FetchLike, LocalModelInfo } from "./types";
|
|
3
|
+
export type LlamaSwapResidency = {
|
|
4
|
+
readonly loaded: boolean | undefined;
|
|
5
|
+
};
|
|
6
|
+
export declare function llamaSwapBaseURL(value: string): string;
|
|
7
|
+
export declare function readLlamaSwapCatalog(baseURL: string, fetch: FetchLike, options?: ResidencyReadOptions): Promise<LocalModelInfo[]>;
|
|
8
|
+
export declare function readLlamaSwapResidency(baseURL: string, fetch: FetchLike, options?: ResidencyReadOptions): Promise<ReadonlyMap<string, LlamaSwapResidency>>;
|
|
9
|
+
//# sourceMappingURL=llamaSwapResidency.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"llamaSwapResidency.d.ts","sourceRoot":"","sources":["../../src/local/llamaSwapResidency.ts"],"names":[],"mappings":"AACA,OAAO,EAEL,KAAK,oBAAoB,EAE1B,MAAM,aAAa,CAAC;AACrB,OAAO,KAAK,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAEzD,MAAM,MAAM,kBAAkB,GAAG;IAC/B,QAAQ,CAAC,MAAM,EAAE,OAAO,GAAG,SAAS,CAAC;CACtC,CAAC;AA6FF,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAuBtD;AAsRD,wBAAsB,oBAAoB,CACxC,OAAO,EAAE,MAAM,EACf,KAAK,EAAE,SAAS,EAChB,OAAO,GAAE,oBAAyB,GACjC,OAAO,CAAC,cAAc,EAAE,CAAC,CAQ3B;AAED,wBAAsB,sBAAsB,CAC1C,OAAO,EAAE,MAAM,EACf,KAAK,EAAE,SAAS,EAChB,OAAO,GAAE,oBAAyB,GACjC,OAAO,CAAC,WAAW,CAAC,MAAM,EAAE,kBAAkB,CAAC,CAAC,CAiBlD"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { LocalModelInfo, LocalRuntimeKind } from "./types";
|
|
2
|
+
export declare function runtimeRequiresModelResidency(kind: LocalRuntimeKind): boolean;
|
|
2
3
|
/** Applies to normalized discovery, not Lemonade's raw `loaded` flag. */
|
|
3
4
|
export declare function hasRequiredModelResidency(kind: LocalRuntimeKind, model: Pick<LocalModelInfo, "loaded"> | undefined): boolean;
|
|
4
5
|
//# sourceMappingURL=modelResidency.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"modelResidency.d.ts","sourceRoot":"","sources":["../../src/local/modelResidency.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAEhE,yEAAyE;AACzE,wBAAgB,yBAAyB,CACvC,IAAI,EAAE,gBAAgB,EACtB,KAAK,EAAE,IAAI,CAAC,cAAc,EAAE,QAAQ,CAAC,GAAG,SAAS,GAChD,OAAO,CAET"}
|
|
1
|
+
{"version":3,"file":"modelResidency.d.ts","sourceRoot":"","sources":["../../src/local/modelResidency.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAEhE,wBAAgB,6BAA6B,CAAC,IAAI,EAAE,gBAAgB,GAAG,OAAO,CAE7E;AAED,yEAAyE;AACzE,wBAAgB,yBAAyB,CACvC,IAAI,EAAE,gBAAgB,EACtB,KAAK,EAAE,IAAI,CAAC,cAAc,EAAE,QAAQ,CAAC,GAAG,SAAS,GAChD,OAAO,CAET"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"registry.d.ts","sourceRoot":"","sources":["../../src/local/registry.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,YAAY,EAAoB,MAAM,kBAAkB,CAAC;AACvE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"registry.d.ts","sourceRoot":"","sources":["../../src/local/registry.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,YAAY,EAAoB,MAAM,kBAAkB,CAAC;AACvE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAOtD,OAAO,KAAK,EACV,KAAK,EACL,SAAS,EACT,cAAc,EACd,gBAAgB,EAChB,oBAAoB,EACpB,cAAc,EACd,gBAAgB,EAEjB,MAAM,SAAS,CAAC;AAEjB,MAAM,MAAM,sBAAsB,GAAG;IACnC,KAAK,EAAE,SAAS,CAAC;IACjB,KAAK,EAAE,KAAK,CAAC;IACb,gBAAgB,CAAC,EAAE,gBAAgB,CAAC;IACpC,QAAQ,CAAC,EAAE,OAAO,CAAC,MAAM,CAAC,gBAAgB,EAAE,cAAc,CAAC,CAAC,CAAC;CAC9D,CAAC;AAEF,qBAAa,eAAe;IAC1B,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAA2C;IACpE,OAAO,CAAC,QAAQ,CAAC,KAAK,CAAQ;IAC9B,OAAO,CAAC,QAAQ,CAAC,KAAK,CAAY;IAClC,OAAO,CAAC,QAAQ,CAAC,gBAAgB,CAA+B;IAEhE,YAAY,OAAO,EAAE,sBAAsB,EAY1C;IAEK,KAAK,CACT,QAAQ,EAAE,SAAS,YAAY,EAAE,GAChC,OAAO,CAAC,oBAAoB,EAAE,CAAC,CA+BjC;IAED,OAAO,CAAC,kBAAkB;CAuB3B;AAED,wBAAgB,2BAA2B,CACzC,SAAS,EAAE,SAAS,oBAAoB,EAAE,GACzC,cAAc,EAAE,CAWlB;AAED;;;;;;GAMG;AACH,wBAAgB,mBAAmB,CACjC,SAAS,EAAE,SAAS,oBAAoB,EAAE,GACzC,OAAO,CAET;AAED;;;;;;GAMG;AACH,wBAAgB,mBAAmB,CACjC,SAAS,EAAE,SAAS,oBAAoB,EAAE,GACzC,GAAG,CAAC,cAAc,CAAC,CAQrB;AAED;;;;;;;;;;;;GAYG;AACH,wBAAgB,2BAA2B,CACzC,SAAS,EAAE,SAAS,oBAAoB,EAAE,GACzC,GAAG,CAAC,cAAc,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,CAiB7C"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { type ModelResidencyFailure } from "../messages/modelResidency";
|
|
2
|
+
export declare class ModelResidencyError extends Error {
|
|
3
|
+
readonly code: ModelResidencyFailure;
|
|
4
|
+
readonly statusCode = 400;
|
|
5
|
+
readonly isRetryable = false;
|
|
6
|
+
constructor(code: ModelResidencyFailure, runtimeLabel?: string, detail?: string);
|
|
7
|
+
}
|
|
8
|
+
export type ResidencyReadOptions = {
|
|
9
|
+
signal?: AbortSignal;
|
|
10
|
+
headers?: HeadersInit;
|
|
11
|
+
timeoutMs?: number;
|
|
12
|
+
runtimeLabel?: string;
|
|
13
|
+
scheduleTimeout?: (callback: () => void, ms: number) => () => void;
|
|
14
|
+
};
|
|
15
|
+
export declare function withResidencyDeadline<T>(operation: (signal: AbortSignal) => Promise<T>, options: ResidencyReadOptions): Promise<T>;
|
|
16
|
+
//# sourceMappingURL=residency.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"residency.d.ts","sourceRoot":"","sources":["../../src/local/residency.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,qBAAqB,EAE3B,MAAM,4BAA4B,CAAC;AAEpC,qBAAa,mBAAoB,SAAQ,KAAK;IAK1C,QAAQ,CAAC,IAAI,EAAE,qBAAqB;IAJtC,QAAQ,CAAC,UAAU,OAAO;IAC1B,QAAQ,CAAC,WAAW,SAAS;IAE7B,YACW,IAAI,EAAE,qBAAqB,EACpC,YAAY,SAAa,EACzB,MAAM,CAAC,EAAE,MAAM,EAIhB;CACF;AAED,MAAM,MAAM,oBAAoB,GAAG;IACjC,MAAM,CAAC,EAAE,WAAW,CAAC;IACrB,OAAO,CAAC,EAAE,WAAW,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,eAAe,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,IAAI,EAAE,EAAE,EAAE,MAAM,KAAK,MAAM,IAAI,CAAC;CACpE,CAAC;AAEF,wBAAsB,qBAAqB,CAAC,CAAC,EAC3C,SAAS,EAAE,CAAC,MAAM,EAAE,WAAW,KAAK,OAAO,CAAC,CAAC,CAAC,EAC9C,OAAO,EAAE,oBAAoB,GAC5B,OAAO,CAAC,CAAC,CAAC,CAoCZ"}
|
package/dist/local/types.d.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* talk to (#214). The kind selects the adapter (`createLMStudioAdapter`, …) and
|
|
4
4
|
* its default base URL; it is NOT an instance identity.
|
|
5
5
|
*/
|
|
6
|
-
export type LocalRuntimeKind = "ollama" | "lmstudio" | "foundry-local" | "lemonade";
|
|
6
|
+
export type LocalRuntimeKind = "ollama" | "lmstudio" | "foundry-local" | "lemonade" | "llama-swap";
|
|
7
7
|
/**
|
|
8
8
|
* Instance identity of a configured local runtime (#214). Free-form and unique
|
|
9
9
|
* within `local.runtimes`, so two machines of the same {@link LocalRuntimeKind}
|
|
@@ -32,7 +32,15 @@ export type LocalModelInfo = {
|
|
|
32
32
|
* budget directly; it computed a safe lower bound from the runtime's loaded
|
|
33
33
|
* total context and slot count.
|
|
34
34
|
*/
|
|
35
|
-
contextWindowProvenance?: "derived-conservative";
|
|
35
|
+
contextWindowProvenance?: "declared" | "derived-conservative";
|
|
36
|
+
/**
|
|
37
|
+
* Maximum output tokens the runtime explicitly DECLARES for this model.
|
|
38
|
+
*
|
|
39
|
+
* Optional and never guessed. This is a server-advertised ceiling openteam
|
|
40
|
+
* may clamp to; it is not a measured throughput or slot-derived estimate.
|
|
41
|
+
*/
|
|
42
|
+
maxOutputTokens?: number;
|
|
43
|
+
maxOutputTokensProvenance?: "declared";
|
|
36
44
|
/**
|
|
37
45
|
* Whether the runtime currently has this model RESIDENT and serving, as
|
|
38
46
|
* opposed to merely downloaded to disk.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/local/types.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,MAAM,MAAM,gBAAgB,GACxB,QAAQ,GACR,UAAU,GACV,eAAe,GACf,UAAU,CAAC;
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/local/types.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,MAAM,MAAM,gBAAgB,GACxB,QAAQ,GACR,UAAU,GACV,eAAe,GACf,UAAU,GACV,YAAY,CAAC;AAEjB;;;;;;;GAOG;AACH,MAAM,MAAM,cAAc,GAAG,MAAM,CAAC;AAEpC,MAAM,MAAM,cAAc,GAAG;IAC3B,OAAO,EAAE,MAAM,CAAC;IAChB,aAAa,EAAE,OAAO,GAAG,SAAS,CAAC;IACnC;;;;;;;OAOG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;;;;;OAMG;IACH,uBAAuB,CAAC,EAAE,UAAU,GAAG,sBAAsB,CAAC;IAC9D;;;;;OAKG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,yBAAyB,CAAC,EAAE,UAAU,CAAC;IACvC;;;;;;;;OAQG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB;;;;;;;OAOG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG;IACjC,EAAE,EAAE,cAAc,CAAC;IACnB,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,OAAO,CAAC;IACnB,MAAM,EAAE,cAAc,EAAE,CAAC;IACzB,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,MAAM,MAAM,SAAS,GAAG,OAAO,KAAK,CAAC;AAErC,MAAM,MAAM,KAAK,GAAG,MAAM,MAAM,CAAC;AAEjC,MAAM,MAAM,sBAAsB,GAC9B,MAAM,GACN;IAAE,OAAO,EAAE,MAAM,CAAA;CAAE,GACnB;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IAAC,QAAQ,CAAC,EAAE,MAAM,GAAG,OAAO,CAAA;CAAE,CAAC;AAEjE,MAAM,MAAM,gBAAgB,GAAG,MAAM,OAAO,CAAC,sBAAsB,CAAC,CAAC;AAErE,MAAM,MAAM,wBAAwB,GAAG;IACrC,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,SAAS,CAAC;IACjB,SAAS,CAAC,EAAE,gBAAgB,CAAC;CAC9B,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG,wBAAwB,GAAG;IAC3D,QAAQ,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG;IAC3B,EAAE,EAAE,gBAAgB,CAAC;IACrB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,UAAU,CAAC,OAAO,EAAE,wBAAwB,GAAG,OAAO,CAAC,cAAc,EAAE,CAAC,CAAC;IACzE,KAAK,CAAC,OAAO,EAAE,mBAAmB,GAAG,OAAO,CAAC,oBAAoB,CAAC,CAAC;CACpE,CAAC"}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
export declare const consoleDetailMessages: {
|
|
2
2
|
readonly follow: "Follow new activity";
|
|
3
3
|
readonly metadataOnly: "Lifecycle and telemetry stay metadata-only.";
|
|
4
|
+
readonly logsDescription: "Current recorded conversations load automatically. Lifecycle and telemetry remain metadata-only; credentials are masked.";
|
|
5
|
+
readonly credentialMasked: "[credential masked]";
|
|
6
|
+
readonly offscreen: "Messages load automatically when this conversation is visible.";
|
|
4
7
|
readonly filter: "Filter sessions";
|
|
5
8
|
readonly incoming: "New activity available — show updates";
|
|
6
9
|
readonly refreshError: "Live updates unavailable; retrying.";
|
|
@@ -21,7 +24,7 @@ export declare const consoleDetailMessages: {
|
|
|
21
24
|
readonly partialMetadata: "Some current session titles are unavailable or outside the bounded batch; fallback labels remain.";
|
|
22
25
|
readonly rootCurrent: "Current whole orchestrator session; may contain multiple batches. Not a historical or batch-only transcript.";
|
|
23
26
|
readonly recovered: "Read-only association verified from current opencode history; not an immutable lifecycle event.";
|
|
24
|
-
readonly rootUnlinked: "Orchestrator session not recorded.
|
|
27
|
+
readonly rootUnlinked: "Orchestrator session not recorded. A bounded, read-only relationship search is attempted when visible.";
|
|
25
28
|
readonly rootUnavailable: "Orchestrator session unavailable: no unique, verifiable relationship was found in local history.";
|
|
26
29
|
readonly rootAmbiguous: "Orchestrator session unavailable: conflicting or copied relationships are ambiguous.";
|
|
27
30
|
readonly searchIncomplete: "Orchestrator association search incomplete or exceeded its bounded budget. No session was guessed.";
|
|
@@ -34,9 +37,9 @@ export declare const consoleDetailMessages: {
|
|
|
34
37
|
readonly arguments: "Arguments";
|
|
35
38
|
readonly result: "Result";
|
|
36
39
|
readonly loading: "Loading local conversation…";
|
|
37
|
-
readonly current: "Present-day session, not a timeline reconstruction
|
|
38
|
-
readonly historical: "Historical cursor: conversation content is hidden to avoid showing future mutable text. Return to live
|
|
39
|
-
readonly disabled: "Content is disabled
|
|
40
|
+
readonly current: "Present-day whole session, not a timeline reconstruction or per-attempt transcript. Visible messages update automatically while live.";
|
|
41
|
+
readonly historical: "Historical cursor: conversation content is hidden to avoid showing future mutable text. Return to live to read current messages.";
|
|
42
|
+
readonly disabled: "Content is disabled by console.sessionHistory.contentEnabled: false. Lifecycle and telemetry remain metadata-only.";
|
|
40
43
|
readonly unavailable: "Conversation unavailable. Start an operator-owned local opencode serve against the same workspace and user history, configure console.sessionHistory.endpoint, then retry. No inference was requested.";
|
|
41
44
|
readonly empty: "No readable user messages, assistant output or tool calls remain in this session.";
|
|
42
45
|
readonly invalid: "This attempt has no recorded session in the selected run, or its history is incomplete.";
|
|
@@ -46,7 +49,7 @@ export declare const consoleDetailMessages: {
|
|
|
46
49
|
readonly invalidEndpoint: "Expected a loopback HTTP origin without credentials, path, query or fragment.";
|
|
47
50
|
readonly readFailed: "Local session history could not be read.";
|
|
48
51
|
readonly oversized: "Conversation exceeds the local size limit (4 MiB). No content was loaded.";
|
|
49
|
-
readonly truncated: "Conversation display is truncated by local safety limits
|
|
52
|
+
readonly truncated: "Conversation display is truncated by local safety limits. The newest bounded message window is shown; older messages or oversized fields may be omitted, not empty history.";
|
|
50
53
|
readonly truncatedMarker: "\n[truncated]";
|
|
51
54
|
readonly terminalGap: "Live collection was interrupted; events during the gap are unavailable. This is not complete session history.";
|
|
52
55
|
readonly terminalTrimmed: "Older live output was discarded by the local display limit.";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"consoleDetail.d.ts","sourceRoot":"","sources":["../../src/messages/consoleDetail.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,qBAAqB;aAChC,MAAM,EAAE,qBAAqB;aAC7B,YAAY,EAAE,6CAA6C;aAC3D,MAAM,EAAE,iBAAiB;aACzB,QAAQ,EAAE,uCAAuC;aACjD,YAAY,EAAE,qCAAqC;aACnD,mBAAmB,EAAE,8BAA8B;aACnD,OAAO,EAAE,sBAAsB;aAC/B,KAAK,EAAE,8BAA8B;aACrC,KAAK,EAAE,kCAAkC;aACzC,YAAY,EAAE,cAAc;aAC5B,MAAM,EAAE,QAAQ;aAChB,OAAO,EAAE,SAAS;aAClB,UAAU,EAAE,aAAa;aACzB,cAAc,EAAE,iBAAiB;aACjC,aAAa,EAAE,gBAAgB;aAC/B,WAAW,EAAE,cAAc;aAC3B,GAAG,EAAE,KAAK;aACV,WAAW,EAAE,cAAc;aAC3B,eAAe,EAAE,iDAAiD;aAClE,eAAe,EACb,mGAAmG;aACrG,WAAW,EACT,8GAA8G;aAChH,SAAS,EACP,iGAAiG;aACnG,YAAY,EACV,
|
|
1
|
+
{"version":3,"file":"consoleDetail.d.ts","sourceRoot":"","sources":["../../src/messages/consoleDetail.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,qBAAqB;aAChC,MAAM,EAAE,qBAAqB;aAC7B,YAAY,EAAE,6CAA6C;aAC3D,eAAe,EACb,0HAA0H;aAC5H,gBAAgB,EAAE,qBAAqB;aACvC,SAAS,EAAE,gEAAgE;aAC3E,MAAM,EAAE,iBAAiB;aACzB,QAAQ,EAAE,uCAAuC;aACjD,YAAY,EAAE,qCAAqC;aACnD,mBAAmB,EAAE,8BAA8B;aACnD,OAAO,EAAE,sBAAsB;aAC/B,KAAK,EAAE,8BAA8B;aACrC,KAAK,EAAE,kCAAkC;aACzC,YAAY,EAAE,cAAc;aAC5B,MAAM,EAAE,QAAQ;aAChB,OAAO,EAAE,SAAS;aAClB,UAAU,EAAE,aAAa;aACzB,cAAc,EAAE,iBAAiB;aACjC,aAAa,EAAE,gBAAgB;aAC/B,WAAW,EAAE,cAAc;aAC3B,GAAG,EAAE,KAAK;aACV,WAAW,EAAE,cAAc;aAC3B,eAAe,EAAE,iDAAiD;aAClE,eAAe,EACb,mGAAmG;aACrG,WAAW,EACT,8GAA8G;aAChH,SAAS,EACP,iGAAiG;aACnG,YAAY,EACV,wGAAwG;aAC1G,eAAe,EACb,kGAAkG;aACpG,aAAa,EACX,sFAAsF;aACxF,gBAAgB,EACd,oGAAoG;aACtG,MAAM,EAAE,kBAAkB;aAC1B,SAAS,EAAE,yBAAyB;aACpC,KAAK,EAAE,sBAAsB;aAC7B,SAAS,EAAE,mCAAmC;aAC9C,QAAQ,EAAE,0CAA0C;aACpD,OAAO,EAAE,yBAAyB;aAClC,SAAS,EAAE,WAAW;aACtB,MAAM,EAAE,QAAQ;aAChB,OAAO,EAAE,6BAA6B;aACtC,OAAO,EACL,uIAAuI;aACzI,UAAU,EACR,kIAAkI;aACpI,QAAQ,EACN,oHAAoH;aACtH,WAAW,EACT,wMAAwM;aAC1M,KAAK,EACH,mFAAmF;aACrF,OAAO,EACL,yFAAyF;aAC3F,YAAY,EAAE,6BAA6B;aAC3C,OAAO,EAAE,iCAAiC;aAC1C,SAAS,EAAE,wCAAwC;aACnD,eAAe,EACb,+EAA+E;aACjF,UAAU,EAAE,0CAA0C;aACtD,SAAS,EACP,2EAA2E;aAC7E,SAAS,EACP,6KAA6K;aAC/K,eAAe,EAAE,eAAe;aAChC,WAAW,EACT,+GAA+G;aACjH,eAAe,EACb,6DAA6D;CACvD,CAAC"}
|
|
@@ -23,6 +23,23 @@ export declare const executionSetupMessages: {
|
|
|
23
23
|
readonly localOnlyNote: (model: string) => string;
|
|
24
24
|
readonly localOnlyTitle: "Local execution";
|
|
25
25
|
readonly localRequiredError: "local execution requires an enabled local runtime";
|
|
26
|
+
readonly llamaSwap: {
|
|
27
|
+
readonly label: "llama-swap";
|
|
28
|
+
readonly noLoadedModels: "llama-swap has no canonical models verified as ready with no active routing profile. Keep the intended model ready through the operator's existing runtime controls, then rerun setup; manual IDs cannot bypass admission.";
|
|
29
|
+
readonly modelNotLoaded: (model: string) => string;
|
|
30
|
+
readonly probeRequired: "llama-swap setup requires a fresh read-only residency probe before writing configuration. Manual model IDs cannot bypass this requirement.";
|
|
31
|
+
readonly probeFailed: "llama-swap readiness could not be verified. Check the configured /v1/models catalog and origin /running and /api/profiles endpoints; authenticated runtimes are not supported.";
|
|
32
|
+
readonly endpointMismatch: "llama-swap endpoint/provider mapping differs from the selected runtime. Reconcile the configured origin or /v1 URL and provider; no configuration was written.";
|
|
33
|
+
readonly modelIdentityUnknown: (model: string) => string;
|
|
34
|
+
readonly declaredLimits: "llama-swap context and output limits are operator-declared metadata, not measured per-slot capacities. Missing output metadata uses openteam's client policy default, not a guessed model cap. Unknown context remains 0 and disables automatic compaction. Tool support remains unknown without evidence.";
|
|
35
|
+
readonly declaredLimitsTitle: "Declared llama-swap limits";
|
|
36
|
+
readonly outputReduction: (model: string, previous: number, ceiling: number) => string;
|
|
37
|
+
readonly outputReductionTitle: "Declared output ceiling";
|
|
38
|
+
readonly outputChanged: (model: string, ceiling: number) => string;
|
|
39
|
+
};
|
|
40
|
+
readonly residencyV2Title: "Resident runtime transport compatibility";
|
|
41
|
+
readonly residencyV2Restriction: (providers: readonly string[]) => string;
|
|
42
|
+
readonly retainedResidencyProviderUnprotected: (providerID: string) => string;
|
|
26
43
|
readonly lemonadeDetectedHint: (loaded: number, advertised: number) => string;
|
|
27
44
|
readonly lemonadeNoLoadedModels: "Lemonade has no text models verified as loaded and ready. Keep the intended model active in Lemonade and rerun setup; inactive or unknown models cannot be selected or entered manually.";
|
|
28
45
|
readonly lemonadeModelNotLoaded: (model: string) => string;
|
|
@@ -40,8 +57,8 @@ export declare const executionSetupMessages: {
|
|
|
40
57
|
readonly lemonadeInventory: (instanceID: string, providerID: string, models: readonly {
|
|
41
58
|
modelID: string;
|
|
42
59
|
loaded?: boolean;
|
|
43
|
-
}[]) => string;
|
|
44
|
-
readonly lemonadeAgentResidency: (agent: string, model: string, state: "not-loaded" | "residency-unknown") => string;
|
|
60
|
+
}[], runtime?: string) => string;
|
|
61
|
+
readonly lemonadeAgentResidency: (agent: string, model: string, state: "not-loaded" | "residency-unknown", runtime?: string) => string;
|
|
45
62
|
readonly mixedPrimaryQuestion: "Primary coordinator model";
|
|
46
63
|
readonly mixedPrimaryLocal: (model: string) => string;
|
|
47
64
|
readonly mixedPrimaryFrontier: "Choose a frontier model";
|
|
@@ -139,6 +156,8 @@ export declare const executionPolicyMessages: {
|
|
|
139
156
|
readonly primaryLocalMismatchRemedy: (sourceFile: string) => string;
|
|
140
157
|
};
|
|
141
158
|
export declare const doctorMessages: {
|
|
159
|
+
readonly defaultRuntimeSlots: (slots: number) => string;
|
|
160
|
+
readonly llamaSwapConcurrency: " llama-swap does not report per-model slots; openteam uses the configured runtime-wide concurrency limit. No per-model capacity was inferred.";
|
|
142
161
|
readonly localModelLimits: {
|
|
143
162
|
readonly section: " local model limits:";
|
|
144
163
|
readonly healthy: " ✓ enabled local provider models declare valid output and context limits in opencode.json.";
|
|
@@ -155,7 +174,7 @@ export declare const doctorMessages: {
|
|
|
155
174
|
readonly invalidInput: "invalid limit.input (expected a positive integer token count)";
|
|
156
175
|
readonly outputExceedsContext: "limit.output is greater than or equal to limit.context, so the configured context leaves no usable input window";
|
|
157
176
|
readonly outputExceedsInput: "limit.input is less than or equal to the reserved output budget, so compaction would have no usable input threshold";
|
|
158
|
-
readonly outputRemedy: " remedy: re-run `openteam setup` to write openteam's 8 192
|
|
177
|
+
readonly outputRemedy: " remedy: re-run `openteam setup` to write openteam's local output policy (at most 8 192 tokens, narrowed by declared runtime ceilings and smaller context/input budgets), then re-run `openteam doctor`.";
|
|
159
178
|
readonly unconfiguredLimitRemedy: " remedy: the optional limit block may remain absent; to configure explicit limits, manually add a complete limit object in opencode.json with positive output and non-negative context (0 means unknown), because setup fills an absent limit block only for models the runtime currently discovers. Then re-run `openteam doctor`.";
|
|
160
179
|
readonly detectedContextRemedy: " remedy: re-run `openteam setup` while the runtime is reachable to copy the detected usable context budget, then re-run `openteam doctor`.";
|
|
161
180
|
readonly unknownContextRemedy: " remedy: re-run `openteam setup` to write the required context:0 sentinel; automatic compaction remains disabled until a positive context is configured.";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"executionSetup.d.ts","sourceRoot":"","sources":["../../src/messages/executionSetup.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,sBAAsB;aACjC,UAAU,EACR,qEAAqE;aACvE,eAAe,EACb,+EAA+E;aACjF,gBAAgB,EAAE,iCAAiC;aACnD,eAAe,EAAE,uCAAuC;aACxD,qBAAqB,EAAE,qBAAqB;aAC5C,oBAAoB;iBAClB,KAAK;qBACH,KAAK,EAAE,yDAAyD;qBAChE,IAAI,EAAE,6CAA6C;;iBAErD,QAAQ;qBACN,KAAK,EAAE,gDAAgD;qBACvD,IAAI,EAAE,kCAAkC;;iBAE1C,KAAK;qBACH,KAAK,EAAE,sDAAsD;qBAC7D,IAAI,EAAE,qEAAqE;;;aAG/E,gBAAgB;aAKhB,iBAAiB,EAAE,oBAAoB;aACvC,aAAa,UAAU,MAAM,KAAG,MAAM;aAMtC,cAAc,EAAE,iBAAiB;aACjC,kBAAkB,EAAE,mDAAmD;aACvE,oBAAoB,WAAW,MAAM,cAAc,MAAM,KAAG,MAAM;aAElE,sBAAsB,EACpB,0LAA0L;aAC5L,sBAAsB,UAAU,MAAM,KAAG,MAAM;aAE/C,qBAAqB,EACnB,sLAAsL;aACxL,mBAAmB,EACjB,6NAA6N;aAC/N,wBAAwB,EACtB,wKAAwK;aAC1K,4BAA4B,UAAU,MAAM,KAAG,MAAM;aAErD,4BAA4B,EAAE,+BAA+B;aAC7D,gCAAgC,EAC9B,6KAA6K;aAC/K,mCAAmC,eAAe,MAAM,KAAG,MAAM;aAEjE,yBAAyB,eAAe,MAAM,KAAG,MAAM;aAEvD,yBAAyB,EACvB,2OAA2O;aAC7O,eAAe,EAAE,kCAAkC;aACnD,qBAAqB,cAAc,SAAS,MAAM,EAAE,KAAG,MAAM;aAE7D,iBAAiB,eACH,MAAM,cACN,MAAM,UACV,SAAS;QAAE,OAAO,EAAE,MAAM,CAAC;QAAC,MAAM,CAAC,EAAE,OAAO,CAAA;KAAE,EAAE,
|
|
1
|
+
{"version":3,"file":"executionSetup.d.ts","sourceRoot":"","sources":["../../src/messages/executionSetup.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export declare const memoryRuntimeMessages: {
|
|
2
|
+
readonly providerUnavailable: "[openteam] Semantic memory requires exactly one enabled local runtime matching the configured embeddings provider. No embedding request was sent.";
|
|
3
|
+
readonly unavailable: "[openteam] Semantic memory initialization failed; recall and memory injection are unavailable.";
|
|
4
|
+
readonly rejectedLines: (count: number) => string;
|
|
5
|
+
};
|
|
6
|
+
//# sourceMappingURL=memoryRuntime.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"memoryRuntime.d.ts","sourceRoot":"","sources":["../../src/messages/memoryRuntime.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,qBAAqB;aAChC,mBAAmB,EACjB,mJAAmJ;aACrJ,WAAW,EACT,gGAAgG;aAClG,aAAa,UAAU,MAAM,KAAG,MAAM;CAE9B,CAAC"}
|
|
@@ -8,7 +8,7 @@ export declare const memoryToolMessages: {
|
|
|
8
8
|
readonly scribeOnly: (actualRoleID: string) => string;
|
|
9
9
|
readonly disabled: "openteam memory: semantic memory is disabled; nothing was recorded.";
|
|
10
10
|
readonly frontierDomainRefusal: 'openteam memory: refused — memory extraction requires local model execution, but router.executionMode is "frontier". Set router.executionMode to "local" or "mixed" and configure a reachable local runtime.';
|
|
11
|
-
readonly localRuntimeUnavailable: "openteam memory: memory extraction requires a local runtime that is reachable and will not fall back to a frontier provider. Configure Ollama, LM Studio, Lemonade, or Foundry Local and run `openteam doctor`.";
|
|
11
|
+
readonly localRuntimeUnavailable: "openteam memory: memory extraction requires a local runtime that is reachable and will not fall back to a frontier provider. Configure Ollama, LM Studio, Lemonade, llama-swap, or Foundry Local and run `openteam doctor`.";
|
|
12
12
|
readonly localRuntimeBaseURLMissing: "openteam memory: refused — no local runtime with a base URL is configured and enabled; memory extraction is local-only.";
|
|
13
13
|
readonly extractionFailure: (reason: string) => string;
|
|
14
14
|
readonly noRecords: "openteam memory: no records were extracted; nothing was recorded.";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"memoryTool.d.ts","sourceRoot":"","sources":["../../src/messages/memoryTool.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,kBAAkB;aAC7B,eAAe,EACb,wRAAwR;aAC1R,mBAAmB,EAAE,wDAAwD;aAC7E,sBAAsB,EAAE,yCAAyC;aACjE,yBAAyB,EAAE,kBAAkB;aAC7C,iBAAiB,EACf,8DAA8D;aAChE,eAAe,YAAY,MAAM,KAAG,MAAM;aAE1C,UAAU,iBAAiB,MAAM,KAAG,MAAM;aAE1C,QAAQ,EACN,qEAAqE;aACvE,qBAAqB,EACnB,8MAA8M;aAChN,uBAAuB,EACrB,
|
|
1
|
+
{"version":3,"file":"memoryTool.d.ts","sourceRoot":"","sources":["../../src/messages/memoryTool.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,kBAAkB;aAC7B,eAAe,EACb,wRAAwR;aAC1R,mBAAmB,EAAE,wDAAwD;aAC7E,sBAAsB,EAAE,yCAAyC;aACjE,yBAAyB,EAAE,kBAAkB;aAC7C,iBAAiB,EACf,8DAA8D;aAChE,eAAe,YAAY,MAAM,KAAG,MAAM;aAE1C,UAAU,iBAAiB,MAAM,KAAG,MAAM;aAE1C,QAAQ,EACN,qEAAqE;aACvE,qBAAqB,EACnB,8MAA8M;aAChN,uBAAuB,EACrB,6NAA6N;aAC/N,0BAA0B,EACxB,yHAAyH;aAC3H,iBAAiB,WAAW,MAAM,KAAG,MAAM;aAE3C,SAAS,EACP,mEAAmE;aACrE,cAAc,UAAU,MAAM,WAAW,MAAM,KAAG,MAAM;CAEhD,CAAC"}
|
|
@@ -2,6 +2,7 @@ declare const reasons: {
|
|
|
2
2
|
readonly unknown: "fresh residency metadata is unavailable, malformed, or ambiguous";
|
|
3
3
|
readonly inactive: "the requested model is not verified as resident and serving";
|
|
4
4
|
readonly identity: "the requested model identity can be rewritten or is ambiguous";
|
|
5
|
+
readonly "authentication-unsupported": "authentication is required but unsupported by this integration";
|
|
5
6
|
readonly destination: "the request destination does not match its configured runtime";
|
|
6
7
|
readonly transport: "this provider execution path cannot enforce the residency guard";
|
|
7
8
|
readonly request: "this is not a supported, explicit model inference request";
|
|
@@ -11,9 +12,26 @@ declare const reasons: {
|
|
|
11
12
|
};
|
|
12
13
|
export type ModelResidencyFailure = keyof typeof reasons;
|
|
13
14
|
export declare const modelResidencyMessages: {
|
|
14
|
-
readonly blocked: (reason: ModelResidencyFailure) => string;
|
|
15
|
-
readonly providerDisabled: (providerID: string) => string;
|
|
15
|
+
readonly blocked: (reason: ModelResidencyFailure, runtimeLabel?: string, detail?: string) => string;
|
|
16
|
+
readonly providerDisabled: (providerID: string, runtimeLabel?: string) => string;
|
|
16
17
|
readonly extractionRuntimeUnavailable: "[openteam] Memory extraction requires one enabled local runtime matching the configured extraction provider.";
|
|
18
|
+
readonly extractionRuntimeUnavailableFor: (runtimeLabel: string) => string;
|
|
19
|
+
};
|
|
20
|
+
export declare const llamaSwapResidencyMessages: {
|
|
21
|
+
readonly catalogModelDetail: (id: string, detail: string) => string;
|
|
22
|
+
readonly invalidCatalogField: (field: string) => string;
|
|
23
|
+
readonly catalogEntryMustExposeStringId: "catalog entries must expose a string id";
|
|
24
|
+
readonly catalogModelIdsMustBeNonEmptyTrimmedStrings: "catalog model ids must be non-empty, trimmed strings";
|
|
25
|
+
readonly expectedDataArray: (path: string) => string;
|
|
26
|
+
readonly duplicateCanonicalModelId: (modelID: string, path: string) => string;
|
|
27
|
+
readonly httpFailure: (path: string, status: number) => string;
|
|
28
|
+
readonly unverifiableResponse: (path: string) => string;
|
|
29
|
+
readonly expectedProfilesArray: (path: string) => string;
|
|
30
|
+
readonly activeProfileRewrite: (profile: string) => string;
|
|
31
|
+
readonly invalidActiveProfileValue: (path: string) => string;
|
|
32
|
+
readonly expectedRunningArray: (path: string) => string;
|
|
33
|
+
readonly malformedRunningEvidence: (path: string) => string;
|
|
34
|
+
readonly duplicateRunningEvidence: (path: string, modelID: string) => string;
|
|
17
35
|
};
|
|
18
36
|
export {};
|
|
19
37
|
//# sourceMappingURL=modelResidency.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"modelResidency.d.ts","sourceRoot":"","sources":["../../src/messages/modelResidency.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,OAAO;aACX,OAAO,EAAE,kEAAkE;aAC3E,QAAQ,EAAE,6DAA6D;aACvE,QAAQ,EAAE,+DAA+D;aACzE,WAAW,EAAE,+DAA+D;aAC5E,SAAS,EAAE,iEAAiE;aAC5E,OAAO,EAAE,2DAA2D;aACpE,SAAS,EAAE,8DAA8D;aACzE,OAAO,EAAE,yCAAyC;aAClD,aAAa,EAAE,8CAA8C;CACrD,CAAC;AAEX,MAAM,MAAM,qBAAqB,GAAG,MAAM,OAAO,OAAO,CAAC;AAEzD,eAAO,MAAM,sBAAsB;aACjC,OAAO,
|
|
1
|
+
{"version":3,"file":"modelResidency.d.ts","sourceRoot":"","sources":["../../src/messages/modelResidency.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,OAAO;aACX,OAAO,EAAE,kEAAkE;aAC3E,QAAQ,EAAE,6DAA6D;aACvE,QAAQ,EAAE,+DAA+D;aACzE,4BAA4B,EAC1B,gEAAgE;aAClE,WAAW,EAAE,+DAA+D;aAC5E,SAAS,EAAE,iEAAiE;aAC5E,OAAO,EAAE,2DAA2D;aACpE,SAAS,EAAE,8DAA8D;aACzE,OAAO,EAAE,yCAAyC;aAClD,aAAa,EAAE,8CAA8C;CACrD,CAAC;AAEX,MAAM,MAAM,qBAAqB,GAAG,MAAM,OAAO,OAAO,CAAC;AAEzD,eAAO,MAAM,sBAAsB;aACjC,OAAO,WACG,qBAAqB,kCAEpB,MAAM,KACd,MAAM;aAIT,gBAAgB,eAAe,MAAM,4BAA8B,MAAM;aAEzE,4BAA4B,EAC1B,8GAA8G;aAChH,+BAA+B,iBAAiB,MAAM,KAAG,MAAM;CAEvD,CAAC;AAEX,eAAO,MAAM,0BAA0B;aACrC,kBAAkB,OAAO,MAAM,UAAU,MAAM,KAAG,MAAM;aAExD,mBAAmB,UAAU,MAAM,KAAG,MAAM;aAE5C,8BAA8B,EAAE,yCAAyC;aACzE,2CAA2C,EACzC,sDAAsD;aACxD,iBAAiB,SAAS,MAAM,KAAG,MAAM;aAEzC,yBAAyB,YAAY,MAAM,QAAQ,MAAM,KAAG,MAAM;aAElE,WAAW,SAAS,MAAM,UAAU,MAAM,KAAG,MAAM;aAEnD,oBAAoB,SAAS,MAAM,KAAG,MAAM;aAE5C,qBAAqB,SAAS,MAAM,KAAG,MAAM;aAE7C,oBAAoB,YAAY,MAAM,KAAG,MAAM;aAE/C,yBAAyB,SAAS,MAAM,KAAG,MAAM;aAEjD,oBAAoB,SAAS,MAAM,KAAG,MAAM;aAE5C,wBAAwB,SAAS,MAAM,KAAG,MAAM;aAEhD,wBAAwB,SAAS,MAAM,WAAW,MAAM,KAAG,MAAM;CAEzD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"availability.d.ts","sourceRoot":"","sources":["../../src/plugin/availability.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,uBAAuB,CAAC;AACpE,OAAO,EAAoB,KAAK,cAAc,EAAE,MAAM,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"availability.d.ts","sourceRoot":"","sources":["../../src/plugin/availability.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,uBAAuB,CAAC;AACpE,OAAO,EAAoB,KAAK,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAKzE,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AAM3D,OAAO,KAAK,EAAE,cAAc,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAEtE,MAAM,MAAM,oBAAoB,GAAG,MAAM,cAAc,EAAE,CAAC;AAE1D,MAAM,MAAM,eAAe,GAAG,cAAc,GAAG;IAC7C,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,MAAM,MAAM,wBAAwB,GAAG;IACrC,MAAM,EAAE,eAAe,EAAE,CAAC;IAC1B,QAAQ,EAAE,sBAAsB,EAAE,CAAC;CACpC,CAAC;AAEF,KAAK,aAAa,GAAG;IACnB,KAAK,CACH,QAAQ,EAAE,cAAc,CAAC,OAAO,CAAC,CAAC,UAAU,CAAC,GAC5C,OAAO,CAAC,oBAAoB,EAAE,CAAC,CAAC;CACpC,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG;IAC9B,GAAG,IAAI,cAAc,EAAE,CAAC;IACxB,WAAW,IAAI,sBAAsB,EAAE,CAAC;IACxC,kFAAkF;IAClF,iBAAiB,CAAC,GAAG,EAAE,cAAc,GAAG,MAAM,GAAG,SAAS,CAAC;IAC3D,OAAO,IAAI,OAAO,CAAC,IAAI,CAAC,CAAC;CAC1B,CAAC;AAEF,MAAM,MAAM,wBAAwB,GAAG;IACrC,MAAM,EAAE,cAAc,CAAC;IACvB,QAAQ,EAAE,aAAa,CAAC;IACxB,uBAAuB,CAAC,EAAE,SAAS,eAAe,EAAE,CAAC;IACrD,yBAAyB,CAAC,EAAE,SAAS,sBAAsB,EAAE,CAAC;IAC9D,uBAAuB,CAAC,EAAE,MAAM,OAAO,CAAC,wBAAwB,CAAC,CAAC;IAClE,cAAc,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;CAC3C,CAAC;AAgPF,wBAAgB,iBAAiB,CAC/B,SAAS,EAAE,oBAAoB,EAAE,EACjC,MAAM,EAAE,cAAc,EACtB,gBAAgB,CAAC,EAAE,SAAS,eAAe,EAAE,GAC5C,cAAc,EAAE,CAqElB;AAED,wBAAgB,uBAAuB,CACrC,OAAO,EAAE,wBAAwB,GAChC,iBAAiB,CAoEnB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"memoryTool.d.ts","sourceRoot":"","sources":["../../src/plugin/memoryTool.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,cAAc,EAAQ,MAAM,qBAAqB,CAAC;AAChE,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,EACL,KAAK,YAAY,EAEjB,KAAK,cAAc,EAEpB,MAAM,kBAAkB,CAAC;AAI1B,OAAO,EAEL,KAAK,oBAAoB,EAE1B,MAAM,4BAA4B,CAAC;
|
|
1
|
+
{"version":3,"file":"memoryTool.d.ts","sourceRoot":"","sources":["../../src/plugin/memoryTool.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,cAAc,EAAQ,MAAM,qBAAqB,CAAC;AAChE,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,EACL,KAAK,YAAY,EAEjB,KAAK,cAAc,EAEpB,MAAM,kBAAkB,CAAC;AAI1B,OAAO,EAEL,KAAK,oBAAoB,EAE1B,MAAM,4BAA4B,CAAC;AAIpC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAMhD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACtD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAC3D,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AA0B9D,MAAM,MAAM,cAAc,GAAG;IAC3B,MAAM,EAAE,cAAc,CAAC;IACvB,OAAO,EAAE,eAAe,CAAC;IACzB,yEAAyE;IACzE,GAAG,EAAE,MAAM,MAAM,CAAC;IAClB,yEAAyE;IACzE,qBAAqB,EAAE,CACrB,OAAO,EAAE,YAAY,EACrB,MAAM,CAAC,EAAE,WAAW,KACjB,OAAO,CAAC,OAAO,CAAC,CAAC;IACtB,uDAAuD;IACvD,KAAK,EAAE,SAAS,CAAC;IACjB,uFAAuF;IACvF,uBAAuB,CAAC,EAAE,CACxB,KAAK,EAAE,cAAc,KAClB,qBAAqB,GAAG,OAAO,CAAC,qBAAqB,CAAC,CAAC;IAC5D,gBAAgB,CAAC,EAAE,IAAI,CAAC,oBAAoB,EAAE,QAAQ,GAAG,SAAS,CAAC,CAAC;IACpE,IAAI,CAAC,EAAE,CAAC,OAAO,CAAC,EAAE,OAAO,KAAK,IAAI,CAAC;CACpC,CAAC;AAeF,sDAAsD;AACtD,eAAO,MAAM,wBAAwB;;;;;;;;;;kBAY1B,CAAC;AAEZ;;;;;GAKG;AACH,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,cAAc,GAAG,cAAc,CAiMrE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"modelResidency.d.ts","sourceRoot":"","sources":["../../src/plugin/modelResidency.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAS,MAAM,qBAAqB,CAAC;AAGzD,OAAO,EAGL,KAAK,cAAc,EACpB,MAAM,kBAAkB,CAAC;AAG1B,OAAO,EAGL,KAAK,oBAAoB,EAC1B,MAAM,4BAA4B,CAAC;
|
|
1
|
+
{"version":3,"file":"modelResidency.d.ts","sourceRoot":"","sources":["../../src/plugin/modelResidency.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAS,MAAM,qBAAqB,CAAC;AAGzD,OAAO,EAGL,KAAK,cAAc,EACpB,MAAM,kBAAkB,CAAC;AAG1B,OAAO,EAGL,KAAK,oBAAoB,EAC1B,MAAM,4BAA4B,CAAC;AAOpC,OAAO,KAAK,EAAE,SAAS,EAAoB,MAAM,gBAAgB,CAAC;AAKlE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAYtD,KAAK,OAAO,GAAG,IAAI,CAAC,oBAAoB,EAAE,QAAQ,GAAG,SAAS,CAAC,GAAG;IAChE,KAAK,EAAE,SAAS,CAAC;IACjB,iBAAiB,CAAC,EAAE,CAAC,GAAG,EAAE,cAAc,KAAK,MAAM,GAAG,SAAS,CAAC;IAChE,mBAAmB,CAAC,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IAC1C,IAAI,CAAC,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,IAAI,CAAC;IACjC;;;;;OAKG;IACH,OAAO,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,MAAM,GAAG,SAAS,CAAC;CAChD,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG;IAClC,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,SAAS,CAAC;CAClB,CAAC;AAiJF;;;GAGG;AACH,wBAAgB,yBAAyB,CACvC,MAAM,EAAE,cAAc,EACtB,OAAO,EAAE,OAAO;;;;;;;;;;;;;;;yBA8MY,cAAc,KAAG,qBAAqB;EA8FnE;AAED,MAAM,MAAM,mBAAmB,GAAG,UAAU,CAAC,OAAO,yBAAyB,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"memoryRuntime.d.ts","sourceRoot":"","sources":["../../../src/storage/index/memoryRuntime.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAEhF,OAAO,EAAE,mBAAmB,EAAE,KAAK,QAAQ,EAAE,MAAM,wBAAwB,CAAC;
|
|
1
|
+
{"version":3,"file":"memoryRuntime.d.ts","sourceRoot":"","sources":["../../../src/storage/index/memoryRuntime.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAEhF,OAAO,EAAE,mBAAmB,EAAE,KAAK,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAM5E,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AACnD,OAAO,EAAE,uBAAuB,EAAE,MAAM,aAAa,CAAC;AAEtD,OAAO,EAEL,KAAK,WAAW,EAEjB,MAAM,eAAe,CAAC;AAEvB;;;;;GAKG;AACH,MAAM,MAAM,aAAa,GAAG;IAC1B,KAAK,EAAE,WAAW,CAAC;IACnB,QAAQ,EAAE,QAAQ,CAAC;IACnB,GAAG,EAAE,MAAM,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,QAAQ,EAAE,oBAAoB,CAAC;CAChC,CAAC;AAEF,MAAM,MAAM,sBAAsB,GAAG;IACnC,OAAO,EAAE,eAAe,CAAC;IACzB,KAAK,CAAC,EAAE,OAAO,UAAU,CAAC,KAAK,CAAC;IAChC,GAAG,CAAC,EAAE,MAAM,MAAM,CAAC;IACnB,0DAA0D;IAC1D,YAAY,CAAC,EAAE,OAAO,uBAAuB,CAAC;IAC9C,+DAA+D;IAC/D,cAAc,CAAC,EAAE,OAAO,mBAAmB,CAAC;IAC5C,6DAA6D;IAC7D,IAAI,CAAC,EAAE,CAAC,OAAO,CAAC,EAAE,OAAO,KAAK,IAAI,CAAC;CACpC,CAAC;AAEF,MAAM,MAAM,yBAAyB,GAAG;IACtC,4EAA4E;IAC5E,uBAAuB,CAAC,EAAE,OAAO,CAAC;CACnC,CAAC;AAEF;;;;;;;GAOG;AACH,wBAAsB,4BAA4B,CAChD,MAAM,EAAE,cAAc,EACtB,IAAI,EAAE,sBAAsB,EAC5B,OAAO,GAAE,yBAA8B,GACtC,OAAO,CAAC,aAAa,GAAG,SAAS,CAAC,CAiFpC"}
|
|
@@ -5,12 +5,12 @@ export type ConversationRouteDeps = {
|
|
|
5
5
|
token: string;
|
|
6
6
|
enabled: boolean;
|
|
7
7
|
contentEnabled: boolean;
|
|
8
|
-
reader
|
|
8
|
+
reader?: LifecycleHistoryReader;
|
|
9
9
|
resolveEndpoint: (sessionID: string) => Promise<string | undefined>;
|
|
10
10
|
readConversation: ConversationReader;
|
|
11
11
|
observedSessionIDs?: () => Promise<readonly string[]>;
|
|
12
12
|
};
|
|
13
13
|
export type ConversationState = "conversation" | "empty" | "unauthorized" | "unavailable" | "disabled" | "invalid" | "oversized" | "historical";
|
|
14
|
-
/**
|
|
14
|
+
/** Graph identities are derived from recorded attempts; direct reads require a Console-observed identity. */
|
|
15
15
|
export declare function handleConversationRoute(request: IncomingMessage, response: ServerResponse, url: URL, deps: ConversationRouteDeps): Promise<boolean>;
|
|
16
16
|
//# sourceMappingURL=conversationRoute.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"conversationRoute.d.ts","sourceRoot":"","sources":["../../src/web/conversationRoute.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,WAAW,CAAC;AACjE,OAAO,EAEL,KAAK,kBAAkB,EAGxB,MAAM,yBAAyB,CAAC;AAGjC,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,wBAAwB,CAAC;AAIrE,MAAM,MAAM,qBAAqB,GAAG;IAClC,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,OAAO,CAAC;IACjB,cAAc,EAAE,OAAO,CAAC;IACxB,MAAM,EAAE,sBAAsB,CAAC;
|
|
1
|
+
{"version":3,"file":"conversationRoute.d.ts","sourceRoot":"","sources":["../../src/web/conversationRoute.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,WAAW,CAAC;AACjE,OAAO,EAEL,KAAK,kBAAkB,EAGxB,MAAM,yBAAyB,CAAC;AAGjC,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,wBAAwB,CAAC;AAIrE,MAAM,MAAM,qBAAqB,GAAG;IAClC,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,OAAO,CAAC;IACjB,cAAc,EAAE,OAAO,CAAC;IACxB,MAAM,CAAC,EAAE,sBAAsB,CAAC;IAChC,eAAe,EAAE,CAAC,SAAS,EAAE,MAAM,KAAK,OAAO,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACpE,gBAAgB,EAAE,kBAAkB,CAAC;IACrC,kBAAkB,CAAC,EAAE,MAAM,OAAO,CAAC,SAAS,MAAM,EAAE,CAAC,CAAC;CACvD,CAAC;AAEF,MAAM,MAAM,iBAAiB,GACzB,cAAc,GACd,OAAO,GACP,cAAc,GACd,aAAa,GACb,UAAU,GACV,SAAS,GACT,WAAW,GACX,YAAY,CAAC;AAmBjB,6GAA6G;AAC7G,wBAAsB,uBAAuB,CAC3C,OAAO,EAAE,eAAe,EACxB,QAAQ,EAAE,cAAc,EACxB,GAAG,EAAE,GAAG,EACR,IAAI,EAAE,qBAAqB,GAC1B,OAAO,CAAC,OAAO,CAAC,CA4XlB"}
|
package/dist/web/server.d.ts
CHANGED
|
@@ -47,7 +47,7 @@ export type ConsoleServerDeps = {
|
|
|
47
47
|
* defecto (requiere además `?diagnostic=1` en la petición). Off por defecto.
|
|
48
48
|
*/
|
|
49
49
|
diagnosticEnabled?: boolean;
|
|
50
|
-
/** Workspace-validated
|
|
50
|
+
/** Workspace-validated current content defaults on; independent of legacy diagnostics. */
|
|
51
51
|
conversationContentEnabled?: boolean;
|
|
52
52
|
createClient: (endpoint: string) => ConsoleClient;
|
|
53
53
|
readConversation?: ConversationReader;
|
package/dist/web/server.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"server.d.ts","sourceRoot":"","sources":["../../src/web/server.ts"],"names":[],"mappings":"AACA,OAAO,EACL,YAAY,IAAI,gBAAgB,EAIjC,MAAM,WAAW,CAAC;AACnB,OAAO,KAAK,EAAE,aAAa,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AACjE,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAClE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC/D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAEhD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAGtD,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,wBAAwB,CAAC;AACrE,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,wBAAwB,CAAC;AACpE,OAAO,EAAE,KAAK,eAAe,EAAqB,MAAM,eAAe,CAAC;AAaxE,OAAO,EAAsB,KAAK,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAW3E,MAAM,MAAM,iBAAiB,GAAG;IAC9B,iEAAiE;IACjE,YAAY,EAAE,MAAM,OAAO,CAAC,aAAa,CAAC,CAAC;IAC3C,MAAM,EAAE,aAAa,CAAC;IACtB;;;;;OAKG;IACH,gBAAgB,CAAC,EAAE,MAAM,aAAa,CAAC;IACvC;;;OAGG;IACH,SAAS,CAAC,EAAE,eAAe,CAAC;IAC5B,2EAA2E;IAC3E,YAAY,CAAC,EAAE,OAAO,gBAAgB,CAAC;IACvC,sCAAsC;IACtC,GAAG,CAAC,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,IAAI,CAAC;IAChC,8EAA8E;IAC9E,OAAO,CAAC,EAAE;QACR,KAAK,EAAE,MAAM,CAAC;QACd,eAAe,EAAE,OAAO,CAAC;QACzB;;;;;WAKG;QACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;QAC3B,+DAA+D;QAC/D,UAAU,CAAC,EAAE,OAAO,CAAC;QACrB;;;;WAIG;QACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;QAC5B,
|
|
1
|
+
{"version":3,"file":"server.d.ts","sourceRoot":"","sources":["../../src/web/server.ts"],"names":[],"mappings":"AACA,OAAO,EACL,YAAY,IAAI,gBAAgB,EAIjC,MAAM,WAAW,CAAC;AACnB,OAAO,KAAK,EAAE,aAAa,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AACjE,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAClE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC/D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAEhD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAGtD,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,wBAAwB,CAAC;AACrE,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,wBAAwB,CAAC;AACpE,OAAO,EAAE,KAAK,eAAe,EAAqB,MAAM,eAAe,CAAC;AAaxE,OAAO,EAAsB,KAAK,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAW3E,MAAM,MAAM,iBAAiB,GAAG;IAC9B,iEAAiE;IACjE,YAAY,EAAE,MAAM,OAAO,CAAC,aAAa,CAAC,CAAC;IAC3C,MAAM,EAAE,aAAa,CAAC;IACtB;;;;;OAKG;IACH,gBAAgB,CAAC,EAAE,MAAM,aAAa,CAAC;IACvC;;;OAGG;IACH,SAAS,CAAC,EAAE,eAAe,CAAC;IAC5B,2EAA2E;IAC3E,YAAY,CAAC,EAAE,OAAO,gBAAgB,CAAC;IACvC,sCAAsC;IACtC,GAAG,CAAC,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,IAAI,CAAC;IAChC,8EAA8E;IAC9E,OAAO,CAAC,EAAE;QACR,KAAK,EAAE,MAAM,CAAC;QACd,eAAe,EAAE,OAAO,CAAC;QACzB;;;;;WAKG;QACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;QAC3B,+DAA+D;QAC/D,UAAU,CAAC,EAAE,OAAO,CAAC;QACrB;;;;WAIG;QACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;QAC5B,0FAA0F;QAC1F,0BAA0B,CAAC,EAAE,OAAO,CAAC;QACrC,YAAY,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,aAAa,CAAC;QAClD,gBAAgB,CAAC,EAAE,kBAAkB,CAAC;QACtC,eAAe,CAAC,EAAE,MAAM,CAAC;QACzB,eAAe,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,SAAS,CAAC;KACnD,CAAC;IACF;;;OAGG;IACH,UAAU,CAAC,EAAE,gBAAgB,CAAC;IAC9B;;;;;OAKG;IACH,QAAQ,CAAC,EAAE;QACT,QAAQ,EAAE,MAAM,OAAO,CAAC,qBAAqB,GAAG,IAAI,CAAC,CAAC;KACvD,CAAC;IACF,oFAAoF;IACpF,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB;;;;;;;;OAQG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;;;;;;OAOG;IACH,mBAAmB,CAAC,EAAE;QACpB,MAAM,EAAE,sBAAsB,CAAC;KAChC,CAAC;CACH,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG;IAC1B,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,oEAAoE;IACpE,MAAM,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IAC5B;;;;;OAKG;IACH,qBAAqB,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IAC7D,KAAK,EAAE,MAAM,IAAI,CAAC;CACnB,CAAC;AAmIF;;;;;;;;;;;GAWG;AACH,wBAAsB,mBAAmB,CACvC,IAAI,EAAE,iBAAiB,GACtB,OAAO,CAAC,aAAa,CAAC,CAmUxB"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jmanuelcorral/openteam",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.26.0",
|
|
4
4
|
"packageManager": "bun@1.3.14",
|
|
5
5
|
"description": "Cost-aware, local-first routing plugin for opencode with cheapest-capable frontier fallback and multi-agent orchestration.",
|
|
6
6
|
"license": "MIT",
|