agent-afk 5.39.0 → 5.40.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/dist/agent/providers/shared/first-byte-timeout.d.ts +11 -0
- package/dist/cli.mjs +403 -403
- package/dist/config/env.d.ts +1 -0
- package/dist/index.mjs +152 -152
- package/dist/telegram.mjs +202 -202
- package/package.json +1 -1
package/dist/config/env.d.ts
CHANGED
|
@@ -28,6 +28,7 @@ export declare const env: {
|
|
|
28
28
|
readonly AFK_MAX_TOOL_USE_ITERATIONS: string | undefined;
|
|
29
29
|
readonly AFK_MEMORY_EVIDENCE_GATE: string | undefined;
|
|
30
30
|
readonly AFK_MODEL: string | undefined;
|
|
31
|
+
readonly AFK_MODEL_TTFB_TIMEOUT_MS: string | undefined;
|
|
31
32
|
readonly AFK_MODEL_LARGE: string | undefined;
|
|
32
33
|
readonly AFK_MODEL_LARGE_API_KEY: string | undefined;
|
|
33
34
|
readonly AFK_MODEL_LARGE_BASE_URL: string | undefined;
|