@gotza02/seq-thinking 1.1.2 → 1.1.3
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.md +42 -4
- package/data/agents/1770106504306-dljh9ef.json +68 -0
- package/data/agents/1770106504310-4oarrst.json +58 -0
- package/data/agents/1770106540588-pvitt55.json +68 -0
- package/data/agents/1770106540595-z2ya871.json +58 -0
- package/data/agents/1770106710890-0e2naq1.json +68 -0
- package/data/agents/1770106710893-r076yxx.json +58 -0
- package/data/agents/1770109212161-4ybd0i7.json +68 -0
- package/data/agents/1770109212166-gkhya8h.json +58 -0
- package/data/sessions/1770100622009-5afiuyv.json +499 -0
- package/data/sessions/1770106504312-75zk750.json +107 -0
- package/data/sessions/1770106540597-z8e8soo.json +150 -0
- package/data/sessions/1770106710894-0kxgy5x.json +150 -0
- package/data/sessions/1770109212169-zpddeb9.json +150 -0
- package/dist/__tests__/sequential-thinking.test.js +21 -21
- package/dist/__tests__/sequential-thinking.test.js.map +1 -1
- package/dist/agents/base-agent.d.ts +1 -0
- package/dist/agents/base-agent.d.ts.map +1 -1
- package/dist/agents/base-agent.js +5 -3
- package/dist/agents/base-agent.js.map +1 -1
- package/dist/agents/meta-reasoning-agent.d.ts +3 -54
- package/dist/agents/meta-reasoning-agent.d.ts.map +1 -1
- package/dist/agents/meta-reasoning-agent.js +35 -328
- package/dist/agents/meta-reasoning-agent.js.map +1 -1
- package/dist/agents/synthesizer-agent.d.ts +3 -17
- package/dist/agents/synthesizer-agent.d.ts.map +1 -1
- package/dist/agents/synthesizer-agent.js +41 -139
- package/dist/agents/synthesizer-agent.js.map +1 -1
- package/dist/mcp-server.d.ts.map +1 -1
- package/dist/mcp-server.js +9 -6
- package/dist/mcp-server.js.map +1 -1
- package/dist/real_world_test.d.ts +2 -0
- package/dist/real_world_test.d.ts.map +1 -0
- package/dist/real_world_test.js +78 -0
- package/dist/real_world_test.js.map +1 -0
- package/dist/sequential-thinking.d.ts +5 -5
- package/dist/sequential-thinking.d.ts.map +1 -1
- package/dist/sequential-thinking.js +68 -32
- package/dist/sequential-thinking.js.map +1 -1
- package/dist/swarm-coordinator.d.ts +1 -1
- package/dist/swarm-coordinator.d.ts.map +1 -1
- package/dist/swarm-coordinator.js +39 -13
- package/dist/swarm-coordinator.js.map +1 -1
- package/dist/utils/llm-adapter.d.ts +2 -2
- package/dist/utils/llm-adapter.d.ts.map +1 -1
- package/dist/utils/llm-adapter.js +57 -33
- package/dist/utils/llm-adapter.js.map +1 -1
- package/dist/utils/logger.d.ts +20 -0
- package/dist/utils/logger.d.ts.map +1 -0
- package/dist/utils/logger.js +49 -0
- package/dist/utils/logger.js.map +1 -0
- package/dist/utils/persistence.d.ts.map +1 -1
- package/dist/utils/persistence.js +4 -3
- package/dist/utils/persistence.js.map +1 -1
- package/package.json +1 -1
- package/real_world_test.log +200 -0
- package/real_world_test_dynamic.log +184 -0
- package/real_world_test_real.log +184 -0
- package/src/__tests__/sequential-thinking.test.ts +21 -21
- package/src/agents/base-agent.ts +6 -3
- package/src/agents/meta-reasoning-agent.ts +38 -397
- package/src/agents/synthesizer-agent.ts +48 -165
- package/src/mcp-server.ts +9 -6
- package/src/real_world_test.ts +89 -0
- package/src/sequential-thinking.ts +87 -33
- package/src/swarm-coordinator.ts +41 -13
- package/src/utils/llm-adapter.ts +66 -32
- package/src/utils/logger.ts +56 -0
- package/src/utils/persistence.ts +4 -3
|
@@ -0,0 +1,184 @@
|
|
|
1
|
+
--- Starting Real World Scenario Test ---
|
|
2
|
+
[System] Server Initialized
|
|
3
|
+
|
|
4
|
+
[Step 1] Registering Agents...
|
|
5
|
+
Registered Reasoner: {
|
|
6
|
+
"success": true,
|
|
7
|
+
"agentId": "1770109212161-4ybd0i7",
|
|
8
|
+
"name": "LogicMaster",
|
|
9
|
+
"type": "reasoner",
|
|
10
|
+
"capabilities": [
|
|
11
|
+
"chain_of_thought",
|
|
12
|
+
"tree_of_thought",
|
|
13
|
+
"analogical_reasoning",
|
|
14
|
+
"abductive_reasoning",
|
|
15
|
+
"problem_solving"
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
Registered Critic: {
|
|
19
|
+
"success": true,
|
|
20
|
+
"agentId": "1770109212166-gkhya8h",
|
|
21
|
+
"name": "SafetyCheck",
|
|
22
|
+
"type": "critic",
|
|
23
|
+
"capabilities": [
|
|
24
|
+
"evaluation",
|
|
25
|
+
"validation",
|
|
26
|
+
"feedback",
|
|
27
|
+
"logical_analysis"
|
|
28
|
+
]
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
[Step 2] Initializing Thinking Session...
|
|
32
|
+
Session Created: {
|
|
33
|
+
"success": true,
|
|
34
|
+
"sessionId": "1770109212169-zpddeb9",
|
|
35
|
+
"topic": "Architecting a scalable microservices system",
|
|
36
|
+
"status": "initializing",
|
|
37
|
+
"settings": {
|
|
38
|
+
"maxBranches": 5,
|
|
39
|
+
"maxDepth": 20,
|
|
40
|
+
"confidenceThreshold": 0.6,
|
|
41
|
+
"enableSelfCorrection": true,
|
|
42
|
+
"enableMetaReasoning": true,
|
|
43
|
+
"enableParallelHypotheses": true,
|
|
44
|
+
"adaptiveGranularity": true,
|
|
45
|
+
"granularitySettings": {
|
|
46
|
+
"minStepDetail": 0.1,
|
|
47
|
+
"maxStepDetail": 1,
|
|
48
|
+
"complexityThreshold": 0.7
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
[Step 3] Adding Initial Thought...
|
|
54
|
+
Thought Added: {
|
|
55
|
+
"success": true,
|
|
56
|
+
"thought": {
|
|
57
|
+
"id": "1770109212171-yr9lwtj",
|
|
58
|
+
"stepNumber": 1,
|
|
59
|
+
"thoughtType": "analysis",
|
|
60
|
+
"confidence": {
|
|
61
|
+
"overall": 0.8,
|
|
62
|
+
"components": {
|
|
63
|
+
"logicalConsistency": 0.5,
|
|
64
|
+
"factualAccuracy": 0.5,
|
|
65
|
+
"reasoningQuality": 0.5,
|
|
66
|
+
"evidenceStrength": 0.5
|
|
67
|
+
},
|
|
68
|
+
"uncertaintyBounds": [
|
|
69
|
+
0.3,
|
|
70
|
+
0.7
|
|
71
|
+
],
|
|
72
|
+
"calibrationHistory": []
|
|
73
|
+
},
|
|
74
|
+
"branchId": "main"
|
|
75
|
+
},
|
|
76
|
+
"issuesDetected": [
|
|
77
|
+
{
|
|
78
|
+
"type": "assumption",
|
|
79
|
+
"severity": "low",
|
|
80
|
+
"description": "No explicit assumptions",
|
|
81
|
+
"suggestion": "Document assumptions"
|
|
82
|
+
}
|
|
83
|
+
]
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
[Step 4] Delegating to Swarm (Reasoner)...
|
|
87
|
+
{"timestamp":"2026-02-03T09:00:12.177Z","level":"INFO","message":"LLM Call initiated","provider":"gemini"}
|
|
88
|
+
{"timestamp":"2026-02-03T09:01:12.255Z","level":"ERROR","message":"Execution failed","command":"gemini ask 'You are a logical reasoner. Provide on","error":"Command failed: gemini ask 'You are a logical reasoner. Provide one clear reasoning step.\n\nUser: Based on the current context, generate the next reasoning step. \nCurrent Context: [object Object]\nIteration: 1\nProblem: [object Object]'\nLoaded cached credentials.\n=========================================\nThis is an unexpected error. Please file a bug report using the /bug tool.\nCRITICAL: Unhandled Promise Rejection!\n=========================================\nReason: TypeError: Cannot read properties of undefined (reading 'model')\nStack trace:\nTypeError: Cannot read properties of undefined (reading 'model')\n at ClearcutLogger.logStartSessionEvent (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/telemetry/clearcut-logger/clearcut-logger.js:460:28)\n at logCliConfiguration (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/telemetry/loggers.js:14:46)\n at initializeApp (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/dist/src/core/initializer.js:23:5)\n at process.processTicksAndRejections (node:internal/process/task_queues:103:5)\n at async main (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/dist/src/gemini.js:384:38)\nHook registry initialized with 0 hook entries\nServer 'memory' supports tool updates. Listening for changes...\n(node:13925) [DEP0190] DeprecationWarning: Passing args to a child process with shell option true can lead to security vulnerabilities, as the arguments are not escaped, only concatenated.\n(Use `node --trace-deprecation ...` to show where the warning was created)\nAttempt 1 failed with status 429. Retrying with backoff... GaxiosError: [{\n \"error\": {\n \"code\": 429,\n \"message\": \"No capacity available for model gemini-3-pro-preview on the server\",\n \"errors\": [\n {\n \"message\": \"No capacity available for model gemini-3-pro-preview on the server\",\n \"domain\": \"global\",\n \"reason\": \"rateLimitExceeded\"\n }\n ],\n \"status\": \"RESOURCE_EXHAUSTED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"MODEL_CAPACITY_EXHAUSTED\",\n \"domain\": \"cloudcode-pa.googleapis.com\",\n \"metadata\": {\n \"model\": \"gemini-3-pro-preview\"\n }\n }\n ]\n }\n}\n]\n at Gaxios._request (/data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/gaxios/build/src/gaxios.js:142:23)\n at process.processTicksAndRejections (node:internal/process/task_queues:103:5)\n at async OAuth2Client.requestAsync (/data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/google-auth-library/build/src/auth/oauth2client.js:429:18)\n at async CodeAssistServer.requestStreamingPost (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/code_assist/server.js:169:21)\n at async CodeAssistServer.generateContentStream (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/code_assist/server.js:27:27)\n at async file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/core/loggingContentGenerator.js:132:26\n at async retryWithBackoff (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/utils/retry.js:108:28)\n at async GeminiChat.makeApiCallAndProcessStream (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/core/geminiChat.js:421:32)\n at async GeminiChat.streamWithRetries (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/core/geminiChat.js:253:40)\n at async Turn.run (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/core/turn.js:66:30) {\n config: {\n url: 'https://cloudcode-pa.googleapis.com/v1internal:streamGenerateContent?alt=sse',\n method: 'POST',\n params: { alt: 'sse' },\n headers: {\n 'Content-Type': 'application/json',\n 'User-Agent': 'GeminiCLI/0.26.0/gemini-3-pro-preview (android; arm64) google-api-nodejs-client/9.15.1',\n Authorization: '<<REDACTED> - See `errorRedactor` option in `gaxios` for configuration>.',\n 'x-goog-api-client': 'gl-node/25.3.0'\n },\n responseType: 'stream',\n body: '<<REDACTED> - See `errorRedactor` option in `gaxios` for configuration>.',\n signal: AbortSignal { aborted: false },\n paramsSerializer: [Function: paramsSerializer],\n validateStatus: [Function: validateStatus],\n errorRedactor: [Function: defaultErrorRedactor]\n },\n response: {\n config: {\n url: 'https://cloudcode-pa.googleapis.com/v1internal:streamGenerateContent?alt=sse',\n method: 'POST',\n params: [Object],\n headers: [Object],\n responseType: 'stream',\n body: '<<REDACTED> - See `errorRedactor` option in `gaxios` for configuration>.',\n signal: [AbortSignal],\n paramsSerializer: [Function: paramsSerializer],\n validateStatus: [Function: validateStatus],\n errorRedactor: [Function: defaultErrorRedactor]\n },\n data: '[{\\n' +\n ' \"error\": {\\n' +\n ' \"code\": 429,\\n' +\n ' \"message\": \"No capacity available for model gemini-3-pro-preview on the server\",\\n' +\n ' \"errors\": [\\n' +\n ' {\\n' +\n ' \"message\": \"No capacity available for model gemini-3-pro-preview on the server\",\\n' +\n ' \"domain\": \"global\",\\n' +\n ' \"reason\": \"rateLimitExceeded\"\\n' +\n ' }\\n' +\n ' ],\\n' +\n ' \"status\": \"RESOURCE_EXHAUSTED\",\\n' +\n ' \"details\": [\\n' +\n ' {\\n' +\n ' \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\\n' +\n ' \"reason\": \"MODEL_CAPACITY_EXHAUSTED\",\\n' +\n ' \"domain\": \"cloudcode-pa.googleapis.com\",\\n' +\n ' \"metadata\": {\\n' +\n ' \"model\": \"gemini-3-pro-preview\"\\n' +\n ' }\\n' +\n ' }\\n' +\n ' ]\\n' +\n ' }\\n' +\n '}\\n' +\n ']',\n headers: {\n 'alt-svc': 'h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000',\n 'content-length': '624',\n 'content-type': 'application/json; charset=UTF-8',\n date: 'Tue, 03 Feb 2026 09:00:59 GMT',\n server: 'ESF',\n 'server-timing': 'gfet4t7; dur=2624',\n vary: 'Origin, X-Origin, Referer',\n 'x-cloudaicompanion-trace-id': 'd0f4d263083e9676',\n 'x-content-type-options': 'nosniff',\n 'x-frame-options': 'SAMEORIGIN',\n 'x-xss-protection': '0'\n },\n status: 429,\n statusText: 'Too Many Requests',\n request: {\n responseURL: 'https://cloudcode-pa.googleapis.com/v1internal:streamGenerateContent?alt=sse'\n }\n },\n error: undefined,\n status: 429,\n Symbol(gaxios-gaxios-error): '6.7.1'\n}\n"}
|
|
89
|
+
{"timestamp":"2026-02-03T09:01:12.257Z","level":"INFO","message":"LLM Call initiated","provider":"gemini"}
|
|
90
|
+
{"timestamp":"2026-02-03T09:02:12.335Z","level":"ERROR","message":"Execution failed","command":"gemini ask 'Based on these reasoning steps, provid","error":"Command failed: gemini ask 'Based on these reasoning steps, provide a final conclusion for the problem: \"[object Object]\"\n\nSteps:\nError: Command failed: gemini ask ''You are a logical reasoner. Provide one clear reasoning step.\n\nUser: Based on the current context, generate the next reasoning step. \nCurrent Context: [object Object]\nIteration: 1\nProblem: [object Object]''\nLoaded cached credentials.\n=========================================\nThis is an unexpected error. Please file a bug report using the /bug tool.\nCRITICAL: Unhandled Promise Rejection!\n=========================================\nReason: TypeError: Cannot read properties of undefined (reading ''model'')\nStack trace:\nTypeError: Cannot read properties of undefined (reading ''model'')\n at ClearcutLogger.logStartSessionEvent (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/telemetry/clearcut-logger/clearcut-logger.js:460:28)\n at logCliConfiguration (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/telemetry/loggers.js:14:46)\n at initializeApp (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/dist/src/core/initializer.js:23:5)\n at process.processTicksAndRejections (node:internal/process/task_queues:103:5)\n at async main (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/dist/src/gemini.js:384:38)\nHook registry initialized with 0 hook entries\nServer ''memory'' supports tool updates. Listening for changes...\n(node:13925) [DEP0190] DeprecationWarning: Passing args to a child process with shell option true can lead to security vulnerabilities, as the arguments are not escaped, only concatenated.\n(Use `node --trace-deprecation ...` to show where the warning was created)\nAttempt 1 failed with status 429. Retrying with backoff... GaxiosError: [{\n \"error\": {\n \"code\": 429,\n \"message\": \"No capacity available for model gemini-3-pro-preview on the server\",\n \"errors\": [\n {\n \"message\": \"No capacity available for model gemini-3-pro-preview on the server\",\n \"domain\": \"global\",\n \"reason\": \"rateLimitExceeded\"\n }\n ],\n \"status\": \"RESOURCE_EXHAUSTED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"MODEL_CAPACITY_EXHAUSTED\",\n \"domain\": \"cloudcode-pa.googleapis.com\",\n \"metadata\": {\n \"model\": \"gemini-3-pro-preview\"\n }\n }\n ]\n }\n}\n]\n at Gaxios._request (/data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/gaxios/build/src/gaxios.js:142:23)\n at process.processTicksAndRejections (node:internal/process/task_queues:103:5)\n at async OAuth2Client.requestAsync (/data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/google-auth-library/build/src/auth/oauth2client.js:429:18)\n at async CodeAssistServer.requestStreamingPost (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/code_assist/server.js:169:21)\n at async CodeAssistServer.generateContentStream (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/code_assist/server.js:27:27)\n at async file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/core/loggingContentGenerator.js:132:26\n at async retryWithBackoff (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/utils/retry.js:108:28)\n at async GeminiChat.makeApiCallAndProcessStream (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/core/geminiChat.js:421:32)\n at async GeminiChat.streamWithRetries (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/core/geminiChat.js:253:40)\n at async Turn.run (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/core/turn.js:66:30) {\n config: {\n url: ''https://cloudcode-pa.googleapis.com/v1internal:streamGenerateContent?alt=sse'',\n method: ''POST'',\n params: { alt: ''sse'' },\n headers: {\n ''Content-Type'': ''application/json'',\n ''User-Agent'': ''GeminiCLI/0.26.0/gemini-3-pro-preview (android; arm64) google-api-nodejs-client/9.15.1'',\n Authorization: ''<<REDACTED> - See `errorRedactor` option in `gaxios` for configuration>.'',\n ''x-goog-api-client'': ''gl-node/25.3.0''\n },\n responseType: ''stream'',\n body: ''<<REDACTED> - See `errorRedactor` option in `gaxios` for configuration>.'',\n signal: AbortSignal { aborted: false },\n paramsSerializer: [Function: paramsSerializer],\n validateStatus: [Function: validateStatus],\n errorRedactor: [Function: defaultErrorRedactor]\n },\n response: {\n config: {\n url: ''https://cloudcode-pa.googleapis.com/v1internal:streamGenerateContent?alt=sse'',\n method: ''POST'',\n params: [Object],\n headers: [Object],\n responseType: ''stream'',\n body: ''<<REDACTED> - See `errorRedactor` option in `gaxios` for configuration>.'',\n signal: [AbortSignal],\n paramsSerializer: [Function: paramsSerializer],\n validateStatus: [Function: validateStatus],\n errorRedactor: [Function: defaultErrorRedactor]\n },\n data: ''[{\\n'' +\n '' \"error\": {\\n'' +\n '' \"code\": 429,\\n'' +\n '' \"message\": \"No capacity available for model gemini-3-pro-preview on the server\",\\n'' +\n '' \"errors\": [\\n'' +\n '' {\\n'' +\n '' \"message\": \"No capacity available for model gemini-3-pro-preview on the server\",\\n'' +\n '' \"domain\": \"global\",\\n'' +\n '' \"reason\": \"rateLimitExceeded\"\\n'' +\n '' }\\n'' +\n '' ],\\n'' +\n '' \"status\": \"RESOURCE_EXHAUSTED\",\\n'' +\n '' \"details\": [\\n'' +\n '' {\\n'' +\n '' \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\\n'' +\n '' \"reason\": \"MODEL_CAPACITY_EXHAUSTED\",\\n'' +\n '' \"domain\": \"cloudcode-pa.googleapis.com\",\\n'' +\n '' \"metadata\": {\\n'' +\n '' \"model\": \"gemini-3-pro-preview\"\\n'' +\n '' }\\n'' +\n '' }\\n'' +\n '' ]\\n'' +\n '' }\\n'' +\n ''}\\n'' +\n '']'',\n headers: {\n ''alt-svc'': ''h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000'',\n ''content-length'': ''624'',\n ''content-type'': ''application/json; charset=UTF-8'',\n date: ''Tue, 03 Feb 2026 09:00:59 GMT'',\n server: ''ESF'',\n ''server-timing'': ''gfet4t7; dur=2624'',\n vary: ''Origin, X-Origin, Referer'',\n ''x-cloudaicompanion-trace-id'': ''d0f4d263083e9676'',\n ''x-content-type-options'': ''nosniff'',\n ''x-frame-options'': ''SAMEORIGIN'',\n ''x-xss-protection'': ''0''\n },\n status: 429,\n statusText: ''Too Many Requests'',\n request: {\n responseURL: ''https://cloudcode-pa.googleapis.com/v1internal:streamGenerateContent?alt=sse''\n }\n },\n error: undefined,\n status: 429,\n Symbol(gaxios-gaxios-error): ''6.7.1''\n}\n'\nLoaded cached credentials.\n=========================================\nThis is an unexpected error. Please file a bug report using the /bug tool.\nCRITICAL: Unhandled Promise Rejection!\n=========================================\nReason: TypeError: Cannot read properties of undefined (reading 'model')\nStack trace:\nTypeError: Cannot read properties of undefined (reading 'model')\n at ClearcutLogger.logStartSessionEvent (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/telemetry/clearcut-logger/clearcut-logger.js:460:28)\n at logCliConfiguration (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/telemetry/loggers.js:14:46)\n at initializeApp (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/dist/src/core/initializer.js:23:5)\n at process.processTicksAndRejections (node:internal/process/task_queues:103:5)\n at async main (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/dist/src/gemini.js:384:38)\nHook registry initialized with 0 hook entries\nServer 'memory' supports tool updates. Listening for changes...\nError executing tool run_shell_command: Tool \"run_shell_command\" not found in registry. Tools must use the exact names that are registered. Did you mean one of: \"search_file_content\", \"read_graph\", \"read_file\"?\n"}
|
|
91
|
+
{"timestamp":"2026-02-03T09:02:12.370Z","level":"INFO","message":"LLM Call initiated","provider":"gemini"}
|
|
92
|
+
Swarm Delegation Result: {
|
|
93
|
+
"success": true,
|
|
94
|
+
"swarmResult": {
|
|
95
|
+
"taskId": "1770109212175-8g0jtwf",
|
|
96
|
+
"agentId": "1770109212161-4ybd0i7",
|
|
97
|
+
"success": true,
|
|
98
|
+
"output": {
|
|
99
|
+
"conclusion": "Failed to generate conclusion.",
|
|
100
|
+
"reasoningChain": [
|
|
101
|
+
{
|
|
102
|
+
"step": 1,
|
|
103
|
+
"content": "Error: Command failed: gemini ask 'You are a logical reasoner. Provide one clear reasoning step.\n\nUser: Based on the current context, generate the next reasoning step. \nCurrent Context: [object Object]\nIteration: 1\nProblem: [object Object]'\nLoaded cached credentials.\n=========================================\nThis is an unexpected error. Please file a bug report using the /bug tool.\nCRITICAL: Unhandled Promise Rejection!\n=========================================\nReason: TypeError: Cannot read properties of undefined (reading 'model')\nStack trace:\nTypeError: Cannot read properties of undefined (reading 'model')\n at ClearcutLogger.logStartSessionEvent (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/telemetry/clearcut-logger/clearcut-logger.js:460:28)\n at logCliConfiguration (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/telemetry/loggers.js:14:46)\n at initializeApp (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/dist/src/core/initializer.js:23:5)\n at process.processTicksAndRejections (node:internal/process/task_queues:103:5)\n at async main (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/dist/src/gemini.js:384:38)\nHook registry initialized with 0 hook entries\nServer 'memory' supports tool updates. Listening for changes...\n(node:13925) [DEP0190] DeprecationWarning: Passing args to a child process with shell option true can lead to security vulnerabilities, as the arguments are not escaped, only concatenated.\n(Use `node --trace-deprecation ...` to show where the warning was created)\nAttempt 1 failed with status 429. Retrying with backoff... GaxiosError: [{\n \"error\": {\n \"code\": 429,\n \"message\": \"No capacity available for model gemini-3-pro-preview on the server\",\n \"errors\": [\n {\n \"message\": \"No capacity available for model gemini-3-pro-preview on the server\",\n \"domain\": \"global\",\n \"reason\": \"rateLimitExceeded\"\n }\n ],\n \"status\": \"RESOURCE_EXHAUSTED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"MODEL_CAPACITY_EXHAUSTED\",\n \"domain\": \"cloudcode-pa.googleapis.com\",\n \"metadata\": {\n \"model\": \"gemini-3-pro-preview\"\n }\n }\n ]\n }\n}\n]\n at Gaxios._request (/data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/gaxios/build/src/gaxios.js:142:23)\n at process.processTicksAndRejections (node:internal/process/task_queues:103:5)\n at async OAuth2Client.requestAsync (/data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/google-auth-library/build/src/auth/oauth2client.js:429:18)\n at async CodeAssistServer.requestStreamingPost (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/code_assist/server.js:169:21)\n at async CodeAssistServer.generateContentStream (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/code_assist/server.js:27:27)\n at async file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/core/loggingContentGenerator.js:132:26\n at async retryWithBackoff (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/utils/retry.js:108:28)\n at async GeminiChat.makeApiCallAndProcessStream (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/core/geminiChat.js:421:32)\n at async GeminiChat.streamWithRetries (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/core/geminiChat.js:253:40)\n at async Turn.run (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/core/turn.js:66:30) {\n config: {\n url: 'https://cloudcode-pa.googleapis.com/v1internal:streamGenerateContent?alt=sse',\n method: 'POST',\n params: { alt: 'sse' },\n headers: {\n 'Content-Type': 'application/json',\n 'User-Agent': 'GeminiCLI/0.26.0/gemini-3-pro-preview (android; arm64) google-api-nodejs-client/9.15.1',\n Authorization: '<<REDACTED> - See `errorRedactor` option in `gaxios` for configuration>.',\n 'x-goog-api-client': 'gl-node/25.3.0'\n },\n responseType: 'stream',\n body: '<<REDACTED> - See `errorRedactor` option in `gaxios` for configuration>.',\n signal: AbortSignal { aborted: false },\n paramsSerializer: [Function: paramsSerializer],\n validateStatus: [Function: validateStatus],\n errorRedactor: [Function: defaultErrorRedactor]\n },\n response: {\n config: {\n url: 'https://cloudcode-pa.googleapis.com/v1internal:streamGenerateContent?alt=sse',\n method: 'POST',\n params: [Object],\n headers: [Object],\n responseType: 'stream',\n body: '<<REDACTED> - See `errorRedactor` option in `gaxios` for configuration>.',\n signal: [AbortSignal],\n paramsSerializer: [Function: paramsSerializer],\n validateStatus: [Function: validateStatus],\n errorRedactor: [Function: defaultErrorRedactor]\n },\n data: '[{\\n' +\n ' \"error\": {\\n' +\n ' \"code\": 429,\\n' +\n ' \"message\": \"No capacity available for model gemini-3-pro-preview on the server\",\\n' +\n ' \"errors\": [\\n' +\n ' {\\n' +\n ' \"message\": \"No capacity available for model gemini-3-pro-preview on the server\",\\n' +\n ' \"domain\": \"global\",\\n' +\n ' \"reason\": \"rateLimitExceeded\"\\n' +\n ' }\\n' +\n ' ],\\n' +\n ' \"status\": \"RESOURCE_EXHAUSTED\",\\n' +\n ' \"details\": [\\n' +\n ' {\\n' +\n ' \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\\n' +\n ' \"reason\": \"MODEL_CAPACITY_EXHAUSTED\",\\n' +\n ' \"domain\": \"cloudcode-pa.googleapis.com\",\\n' +\n ' \"metadata\": {\\n' +\n ' \"model\": \"gemini-3-pro-preview\"\\n' +\n ' }\\n' +\n ' }\\n' +\n ' ]\\n' +\n ' }\\n' +\n '}\\n' +\n ']',\n headers: {\n 'alt-svc': 'h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000',\n 'content-length': '624',\n 'content-type': 'application/json; charset=UTF-8',\n date: 'Tue, 03 Feb 2026 09:00:59 GMT',\n server: 'ESF',\n 'server-timing': 'gfet4t7; dur=2624',\n vary: 'Origin, X-Origin, Referer',\n 'x-cloudaicompanion-trace-id': 'd0f4d263083e9676',\n 'x-content-type-options': 'nosniff',\n 'x-frame-options': 'SAMEORIGIN',\n 'x-xss-protection': '0'\n },\n status: 429,\n statusText: 'Too Many Requests',\n request: {\n responseURL: 'https://cloudcode-pa.googleapis.com/v1internal:streamGenerateContent?alt=sse'\n }\n },\n error: undefined,\n status: 429,\n Symbol(gaxios-gaxios-error): '6.7.1'\n}\n",
|
|
104
|
+
"confidence": 0.63,
|
|
105
|
+
"isFinal": true
|
|
106
|
+
}
|
|
107
|
+
],
|
|
108
|
+
"iterations": 1,
|
|
109
|
+
"strategy": "chain_of_thought",
|
|
110
|
+
"problem": "[object Object]"
|
|
111
|
+
},
|
|
112
|
+
"confidence": 0.63,
|
|
113
|
+
"processingTimeMs": 120159,
|
|
114
|
+
"metadata": {
|
|
115
|
+
"tokensUsed": 0,
|
|
116
|
+
"reasoningSteps": 1,
|
|
117
|
+
"intermediateResults": [
|
|
118
|
+
"Error: Command failed: gemini ask 'You are a logical reasoner. Provide one clear reasoning step.\n\nUser: Based on the current context, generate the next reasoning step. \nCurrent Context: [object Object]\nIteration: 1\nProblem: [object Object]'\nLoaded cached credentials.\n=========================================\nThis is an unexpected error. Please file a bug report using the /bug tool.\nCRITICAL: Unhandled Promise Rejection!\n=========================================\nReason: TypeError: Cannot read properties of undefined (reading 'model')\nStack trace:\nTypeError: Cannot read properties of undefined (reading 'model')\n at ClearcutLogger.logStartSessionEvent (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/telemetry/clearcut-logger/clearcut-logger.js:460:28)\n at logCliConfiguration (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/telemetry/loggers.js:14:46)\n at initializeApp (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/dist/src/core/initializer.js:23:5)\n at process.processTicksAndRejections (node:internal/process/task_queues:103:5)\n at async main (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/dist/src/gemini.js:384:38)\nHook registry initialized with 0 hook entries\nServer 'memory' supports tool updates. Listening for changes...\n(node:13925) [DEP0190] DeprecationWarning: Passing args to a child process with shell option true can lead to security vulnerabilities, as the arguments are not escaped, only concatenated.\n(Use `node --trace-deprecation ...` to show where the warning was created)\nAttempt 1 failed with status 429. Retrying with backoff... GaxiosError: [{\n \"error\": {\n \"code\": 429,\n \"message\": \"No capacity available for model gemini-3-pro-preview on the server\",\n \"errors\": [\n {\n \"message\": \"No capacity available for model gemini-3-pro-preview on the server\",\n \"domain\": \"global\",\n \"reason\": \"rateLimitExceeded\"\n }\n ],\n \"status\": \"RESOURCE_EXHAUSTED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"MODEL_CAPACITY_EXHAUSTED\",\n \"domain\": \"cloudcode-pa.googleapis.com\",\n \"metadata\": {\n \"model\": \"gemini-3-pro-preview\"\n }\n }\n ]\n }\n}\n]\n at Gaxios._request (/data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/gaxios/build/src/gaxios.js:142:23)\n at process.processTicksAndRejections (node:internal/process/task_queues:103:5)\n at async OAuth2Client.requestAsync (/data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/google-auth-library/build/src/auth/oauth2client.js:429:18)\n at async CodeAssistServer.requestStreamingPost (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/code_assist/server.js:169:21)\n at async CodeAssistServer.generateContentStream (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/code_assist/server.js:27:27)\n at async file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/core/loggingContentGenerator.js:132:26\n at async retryWithBackoff (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/utils/retry.js:108:28)\n at async GeminiChat.makeApiCallAndProcessStream (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/core/geminiChat.js:421:32)\n at async GeminiChat.streamWithRetries (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/core/geminiChat.js:253:40)\n at async Turn.run (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/core/turn.js:66:30) {\n config: {\n url: 'https://cloudcode-pa.googleapis.com/v1internal:streamGenerateContent?alt=sse',\n method: 'POST',\n params: { alt: 'sse' },\n headers: {\n 'Content-Type': 'application/json',\n 'User-Agent': 'GeminiCLI/0.26.0/gemini-3-pro-preview (android; arm64) google-api-nodejs-client/9.15.1',\n Authorization: '<<REDACTED> - See `errorRedactor` option in `gaxios` for configuration>.',\n 'x-goog-api-client': 'gl-node/25.3.0'\n },\n responseType: 'stream',\n body: '<<REDACTED> - See `errorRedactor` option in `gaxios` for configuration>.',\n signal: AbortSignal { aborted: false },\n paramsSerializer: [Function: paramsSerializer],\n validateStatus: [Function: validateStatus],\n errorRedactor: [Function: defaultErrorRedactor]\n },\n response: {\n config: {\n url: 'https://cloudcode-pa.googleapis.com/v1internal:streamGenerateContent?alt=sse',\n method: 'POST',\n params: [Object],\n headers: [Object],\n responseType: 'stream',\n body: '<<REDACTED> - See `errorRedactor` option in `gaxios` for configuration>.',\n signal: [AbortSignal],\n paramsSerializer: [Function: paramsSerializer],\n validateStatus: [Function: validateStatus],\n errorRedactor: [Function: defaultErrorRedactor]\n },\n data: '[{\\n' +\n ' \"error\": {\\n' +\n ' \"code\": 429,\\n' +\n ' \"message\": \"No capacity available for model gemini-3-pro-preview on the server\",\\n' +\n ' \"errors\": [\\n' +\n ' {\\n' +\n ' \"message\": \"No capacity available for model gemini-3-pro-preview on the server\",\\n' +\n ' \"domain\": \"global\",\\n' +\n ' \"reason\": \"rateLimitExceeded\"\\n' +\n ' }\\n' +\n ' ],\\n' +\n ' \"status\": \"RESOURCE_EXHAUSTED\",\\n' +\n ' \"details\": [\\n' +\n ' {\\n' +\n ' \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\\n' +\n ' \"reason\": \"MODEL_CAPACITY_EXHAUSTED\",\\n' +\n ' \"domain\": \"cloudcode-pa.googleapis.com\",\\n' +\n ' \"metadata\": {\\n' +\n ' \"model\": \"gemini-3-pro-preview\"\\n' +\n ' }\\n' +\n ' }\\n' +\n ' ]\\n' +\n ' }\\n' +\n '}\\n' +\n ']',\n headers: {\n 'alt-svc': 'h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000',\n 'content-length': '624',\n 'content-type': 'application/json; charset=UTF-8',\n date: 'Tue, 03 Feb 2026 09:00:59 GMT',\n server: 'ESF',\n 'server-timing': 'gfet4t7; dur=2624',\n vary: 'Origin, X-Origin, Referer',\n 'x-cloudaicompanion-trace-id': 'd0f4d263083e9676',\n 'x-content-type-options': 'nosniff',\n 'x-frame-options': 'SAMEORIGIN',\n 'x-xss-protection': '0'\n },\n status: 429,\n statusText: 'Too Many Requests',\n request: {\n responseURL: 'https://cloudcode-pa.googleapis.com/v1internal:streamGenerateContent?alt=sse'\n }\n },\n error: undefined,\n status: 429,\n Symbol(gaxios-gaxios-error): '6.7.1'\n}\n"
|
|
119
|
+
]
|
|
120
|
+
}
|
|
121
|
+
},
|
|
122
|
+
"newThought": {
|
|
123
|
+
"id": "1770109332337-enlkj87",
|
|
124
|
+
"sessionId": "1770109212169-zpddeb9",
|
|
125
|
+
"content": "{\n \"conclusion\": \"Failed to generate conclusion.\",\n \"reasoningChain\": [\n {\n \"step\": 1,\n \"content\": \"Error: Command failed: gemini ask 'You are a logical reasoner. Provide one clear reasoning step.\\n\\nUser: Based on the current context, generate the next reasoning step. \\nCurrent Context: [object Object]\\nIteration: 1\\nProblem: [object Object]'\\nLoaded cached credentials.\\n=========================================\\nThis is an unexpected error. Please file a bug report using the /bug tool.\\nCRITICAL: Unhandled Promise Rejection!\\n=========================================\\nReason: TypeError: Cannot read properties of undefined (reading 'model')\\nStack trace:\\nTypeError: Cannot read properties of undefined (reading 'model')\\n at ClearcutLogger.logStartSessionEvent (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/telemetry/clearcut-logger/clearcut-logger.js:460:28)\\n at logCliConfiguration (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/telemetry/loggers.js:14:46)\\n at initializeApp (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/dist/src/core/initializer.js:23:5)\\n at process.processTicksAndRejections (node:internal/process/task_queues:103:5)\\n at async main (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/dist/src/gemini.js:384:38)\\nHook registry initialized with 0 hook entries\\nServer 'memory' supports tool updates. Listening for changes...\\n(node:13925) [DEP0190] DeprecationWarning: Passing args to a child process with shell option true can lead to security vulnerabilities, as the arguments are not escaped, only concatenated.\\n(Use `node --trace-deprecation ...` to show where the warning was created)\\nAttempt 1 failed with status 429. Retrying with backoff... GaxiosError: [{\\n \\\"error\\\": {\\n \\\"code\\\": 429,\\n \\\"message\\\": \\\"No capacity available for model gemini-3-pro-preview on the server\\\",\\n \\\"errors\\\": [\\n {\\n \\\"message\\\": \\\"No capacity available for model gemini-3-pro-preview on the server\\\",\\n \\\"domain\\\": \\\"global\\\",\\n \\\"reason\\\": \\\"rateLimitExceeded\\\"\\n }\\n ],\\n \\\"status\\\": \\\"RESOURCE_EXHAUSTED\\\",\\n \\\"details\\\": [\\n {\\n \\\"@type\\\": \\\"type.googleapis.com/google.rpc.ErrorInfo\\\",\\n \\\"reason\\\": \\\"MODEL_CAPACITY_EXHAUSTED\\\",\\n \\\"domain\\\": \\\"cloudcode-pa.googleapis.com\\\",\\n \\\"metadata\\\": {\\n \\\"model\\\": \\\"gemini-3-pro-preview\\\"\\n }\\n }\\n ]\\n }\\n}\\n]\\n at Gaxios._request (/data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/gaxios/build/src/gaxios.js:142:23)\\n at process.processTicksAndRejections (node:internal/process/task_queues:103:5)\\n at async OAuth2Client.requestAsync (/data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/google-auth-library/build/src/auth/oauth2client.js:429:18)\\n at async CodeAssistServer.requestStreamingPost (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/code_assist/server.js:169:21)\\n at async CodeAssistServer.generateContentStream (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/code_assist/server.js:27:27)\\n at async file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/core/loggingContentGenerator.js:132:26\\n at async retryWithBackoff (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/utils/retry.js:108:28)\\n at async GeminiChat.makeApiCallAndProcessStream (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/core/geminiChat.js:421:32)\\n at async GeminiChat.streamWithRetries (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/core/geminiChat.js:253:40)\\n at async Turn.run (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/core/turn.js:66:30) {\\n config: {\\n url: 'https://cloudcode-pa.googleapis.com/v1internal:streamGenerateContent?alt=sse',\\n method: 'POST',\\n params: { alt: 'sse' },\\n headers: {\\n 'Content-Type': 'application/json',\\n 'User-Agent': 'GeminiCLI/0.26.0/gemini-3-pro-preview (android; arm64) google-api-nodejs-client/9.15.1',\\n Authorization: '<<REDACTED> - See `errorRedactor` option in `gaxios` for configuration>.',\\n 'x-goog-api-client': 'gl-node/25.3.0'\\n },\\n responseType: 'stream',\\n body: '<<REDACTED> - See `errorRedactor` option in `gaxios` for configuration>.',\\n signal: AbortSignal { aborted: false },\\n paramsSerializer: [Function: paramsSerializer],\\n validateStatus: [Function: validateStatus],\\n errorRedactor: [Function: defaultErrorRedactor]\\n },\\n response: {\\n config: {\\n url: 'https://cloudcode-pa.googleapis.com/v1internal:streamGenerateContent?alt=sse',\\n method: 'POST',\\n params: [Object],\\n headers: [Object],\\n responseType: 'stream',\\n body: '<<REDACTED> - See `errorRedactor` option in `gaxios` for configuration>.',\\n signal: [AbortSignal],\\n paramsSerializer: [Function: paramsSerializer],\\n validateStatus: [Function: validateStatus],\\n errorRedactor: [Function: defaultErrorRedactor]\\n },\\n data: '[{\\\\n' +\\n ' \\\"error\\\": {\\\\n' +\\n ' \\\"code\\\": 429,\\\\n' +\\n ' \\\"message\\\": \\\"No capacity available for model gemini-3-pro-preview on the server\\\",\\\\n' +\\n ' \\\"errors\\\": [\\\\n' +\\n ' {\\\\n' +\\n ' \\\"message\\\": \\\"No capacity available for model gemini-3-pro-preview on the server\\\",\\\\n' +\\n ' \\\"domain\\\": \\\"global\\\",\\\\n' +\\n ' \\\"reason\\\": \\\"rateLimitExceeded\\\"\\\\n' +\\n ' }\\\\n' +\\n ' ],\\\\n' +\\n ' \\\"status\\\": \\\"RESOURCE_EXHAUSTED\\\",\\\\n' +\\n ' \\\"details\\\": [\\\\n' +\\n ' {\\\\n' +\\n ' \\\"@type\\\": \\\"type.googleapis.com/google.rpc.ErrorInfo\\\",\\\\n' +\\n ' \\\"reason\\\": \\\"MODEL_CAPACITY_EXHAUSTED\\\",\\\\n' +\\n ' \\\"domain\\\": \\\"cloudcode-pa.googleapis.com\\\",\\\\n' +\\n ' \\\"metadata\\\": {\\\\n' +\\n ' \\\"model\\\": \\\"gemini-3-pro-preview\\\"\\\\n' +\\n ' }\\\\n' +\\n ' }\\\\n' +\\n ' ]\\\\n' +\\n ' }\\\\n' +\\n '}\\\\n' +\\n ']',\\n headers: {\\n 'alt-svc': 'h3=\\\":443\\\"; ma=2592000,h3-29=\\\":443\\\"; ma=2592000',\\n 'content-length': '624',\\n 'content-type': 'application/json; charset=UTF-8',\\n date: 'Tue, 03 Feb 2026 09:00:59 GMT',\\n server: 'ESF',\\n 'server-timing': 'gfet4t7; dur=2624',\\n vary: 'Origin, X-Origin, Referer',\\n 'x-cloudaicompanion-trace-id': 'd0f4d263083e9676',\\n 'x-content-type-options': 'nosniff',\\n 'x-frame-options': 'SAMEORIGIN',\\n 'x-xss-protection': '0'\\n },\\n status: 429,\\n statusText: 'Too Many Requests',\\n request: {\\n responseURL: 'https://cloudcode-pa.googleapis.com/v1internal:streamGenerateContent?alt=sse'\\n }\\n },\\n error: undefined,\\n status: 429,\\n Symbol(gaxios-gaxios-error): '6.7.1'\\n}\\n\",\n \"confidence\": 0.63,\n \"isFinal\": true\n }\n ],\n \"iterations\": 1,\n \"strategy\": \"chain_of_thought\",\n \"problem\": \"[object Object]\"\n}",
|
|
126
|
+
"stepNumber": 2,
|
|
127
|
+
"thoughtType": "synthesis",
|
|
128
|
+
"confidence": {
|
|
129
|
+
"overall": 0.63,
|
|
130
|
+
"components": {
|
|
131
|
+
"logicalConsistency": 0.5,
|
|
132
|
+
"factualAccuracy": 0.5,
|
|
133
|
+
"reasoningQuality": 0.5,
|
|
134
|
+
"evidenceStrength": 0.5
|
|
135
|
+
},
|
|
136
|
+
"uncertaintyBounds": [
|
|
137
|
+
0.3,
|
|
138
|
+
0.7
|
|
139
|
+
],
|
|
140
|
+
"calibrationHistory": []
|
|
141
|
+
},
|
|
142
|
+
"parentThoughtId": "1770109212171-yr9lwtj",
|
|
143
|
+
"childThoughtIds": [],
|
|
144
|
+
"branchId": "main",
|
|
145
|
+
"revisionOf": null,
|
|
146
|
+
"revisionHistory": [],
|
|
147
|
+
"metadata": {
|
|
148
|
+
"createdAt": "2026-02-03T09:02:12.337Z",
|
|
149
|
+
"modifiedAt": "2026-02-03T09:02:12.337Z",
|
|
150
|
+
"processingTimeMs": 0,
|
|
151
|
+
"tokensUsed": 0
|
|
152
|
+
},
|
|
153
|
+
"tags": [
|
|
154
|
+
"swarm-result",
|
|
155
|
+
"LogicMaster"
|
|
156
|
+
],
|
|
157
|
+
"assumptions": [],
|
|
158
|
+
"dependencies": []
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
[Step 5] Triggering Self-Correction...
|
|
163
|
+
Self Correction Result: {
|
|
164
|
+
"success": true,
|
|
165
|
+
"issuesDetected": [
|
|
166
|
+
{
|
|
167
|
+
"type": "assumption",
|
|
168
|
+
"severity": "low",
|
|
169
|
+
"description": "No explicit assumptions",
|
|
170
|
+
"suggestion": "Document assumptions"
|
|
171
|
+
}
|
|
172
|
+
],
|
|
173
|
+
"recommendations": [
|
|
174
|
+
"Document assumptions"
|
|
175
|
+
]
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
[Step 6] Completing Session...
|
|
179
|
+
Completion Result: {
|
|
180
|
+
"success": true,
|
|
181
|
+
"message": "Session 1770109212169-zpddeb9 completed"
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
--- Test Finished Successfully ---
|
|
@@ -0,0 +1,184 @@
|
|
|
1
|
+
--- Starting Real World Scenario Test ---
|
|
2
|
+
[System] Server Initialized
|
|
3
|
+
|
|
4
|
+
[Step 1] Registering Agents...
|
|
5
|
+
Registered Reasoner: {
|
|
6
|
+
"success": true,
|
|
7
|
+
"agentId": "1770106710890-0e2naq1",
|
|
8
|
+
"name": "LogicMaster",
|
|
9
|
+
"type": "reasoner",
|
|
10
|
+
"capabilities": [
|
|
11
|
+
"chain_of_thought",
|
|
12
|
+
"tree_of_thought",
|
|
13
|
+
"analogical_reasoning",
|
|
14
|
+
"abductive_reasoning",
|
|
15
|
+
"problem_solving"
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
Registered Critic: {
|
|
19
|
+
"success": true,
|
|
20
|
+
"agentId": "1770106710893-r076yxx",
|
|
21
|
+
"name": "SafetyCheck",
|
|
22
|
+
"type": "critic",
|
|
23
|
+
"capabilities": [
|
|
24
|
+
"evaluation",
|
|
25
|
+
"validation",
|
|
26
|
+
"feedback",
|
|
27
|
+
"logical_analysis"
|
|
28
|
+
]
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
[Step 2] Initializing Thinking Session...
|
|
32
|
+
Session Created: {
|
|
33
|
+
"success": true,
|
|
34
|
+
"sessionId": "1770106710894-0kxgy5x",
|
|
35
|
+
"topic": "Architecting a scalable microservices system",
|
|
36
|
+
"status": "initializing",
|
|
37
|
+
"settings": {
|
|
38
|
+
"maxBranches": 5,
|
|
39
|
+
"maxDepth": 20,
|
|
40
|
+
"confidenceThreshold": 0.6,
|
|
41
|
+
"enableSelfCorrection": true,
|
|
42
|
+
"enableMetaReasoning": true,
|
|
43
|
+
"enableParallelHypotheses": true,
|
|
44
|
+
"adaptiveGranularity": true,
|
|
45
|
+
"granularitySettings": {
|
|
46
|
+
"minStepDetail": 0.1,
|
|
47
|
+
"maxStepDetail": 1,
|
|
48
|
+
"complexityThreshold": 0.7
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
[Step 3] Adding Initial Thought...
|
|
54
|
+
Thought Added: {
|
|
55
|
+
"success": true,
|
|
56
|
+
"thought": {
|
|
57
|
+
"id": "1770106710895-2bdvni4",
|
|
58
|
+
"stepNumber": 1,
|
|
59
|
+
"thoughtType": "analysis",
|
|
60
|
+
"confidence": {
|
|
61
|
+
"overall": 0.8,
|
|
62
|
+
"components": {
|
|
63
|
+
"logicalConsistency": 0.5,
|
|
64
|
+
"factualAccuracy": 0.5,
|
|
65
|
+
"reasoningQuality": 0.5,
|
|
66
|
+
"evidenceStrength": 0.5
|
|
67
|
+
},
|
|
68
|
+
"uncertaintyBounds": [
|
|
69
|
+
0.3,
|
|
70
|
+
0.7
|
|
71
|
+
],
|
|
72
|
+
"calibrationHistory": []
|
|
73
|
+
},
|
|
74
|
+
"branchId": "main"
|
|
75
|
+
},
|
|
76
|
+
"issuesDetected": [
|
|
77
|
+
{
|
|
78
|
+
"type": "assumption",
|
|
79
|
+
"severity": "low",
|
|
80
|
+
"description": "No explicit assumptions",
|
|
81
|
+
"suggestion": "Document assumptions"
|
|
82
|
+
}
|
|
83
|
+
]
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
[Step 4] Delegating to Swarm (Reasoner)...
|
|
87
|
+
{"timestamp":"2026-02-03T08:18:30.897Z","level":"INFO","message":"LLM Call initiated","provider":"gemini"}
|
|
88
|
+
{"timestamp":"2026-02-03T08:19:31.001Z","level":"ERROR","message":"Execution failed","command":"gemini ask 'You are a logical reasoner. Provide on","error":"Command failed: gemini ask 'You are a logical reasoner. Provide one clear reasoning step.\n\nUser: Based on the current context, generate the next reasoning step. \nCurrent Context: [object Object]\nIteration: 1\nProblem: [object Object]'\nLoaded cached credentials.\n=========================================\nThis is an unexpected error. Please file a bug report using the /bug tool.\nCRITICAL: Unhandled Promise Rejection!\n=========================================\nReason: TypeError: Cannot read properties of undefined (reading 'model')\nStack trace:\nTypeError: Cannot read properties of undefined (reading 'model')\n at ClearcutLogger.logStartSessionEvent (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/telemetry/clearcut-logger/clearcut-logger.js:460:28)\n at logCliConfiguration (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/telemetry/loggers.js:14:46)\n at initializeApp (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/dist/src/core/initializer.js:23:5)\n at process.processTicksAndRejections (node:internal/process/task_queues:103:5)\n at async main (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/dist/src/gemini.js:384:38)\nHook registry initialized with 0 hook entries\nServer 'memory' supports tool updates. Listening for changes...\nAttempt 1 failed with status 429. Retrying with backoff... GaxiosError: [{\n \"error\": {\n \"code\": 429,\n \"message\": \"No capacity available for model gemini-3-pro-preview on the server\",\n \"errors\": [\n {\n \"message\": \"No capacity available for model gemini-3-pro-preview on the server\",\n \"domain\": \"global\",\n \"reason\": \"rateLimitExceeded\"\n }\n ],\n \"status\": \"RESOURCE_EXHAUSTED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"MODEL_CAPACITY_EXHAUSTED\",\n \"domain\": \"cloudcode-pa.googleapis.com\",\n \"metadata\": {\n \"model\": \"gemini-3-pro-preview\"\n }\n }\n ]\n }\n}\n]\n at Gaxios._request (/data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/gaxios/build/src/gaxios.js:142:23)\n at process.processTicksAndRejections (node:internal/process/task_queues:103:5)\n at async OAuth2Client.requestAsync (/data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/google-auth-library/build/src/auth/oauth2client.js:429:18)\n at async CodeAssistServer.requestStreamingPost (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/code_assist/server.js:169:21)\n at async CodeAssistServer.generateContentStream (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/code_assist/server.js:27:27)\n at async file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/core/loggingContentGenerator.js:132:26\n at async retryWithBackoff (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/utils/retry.js:108:28)\n at async GeminiChat.makeApiCallAndProcessStream (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/core/geminiChat.js:421:32)\n at async GeminiChat.streamWithRetries (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/core/geminiChat.js:253:40)\n at async Turn.run (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/core/turn.js:66:30) {\n config: {\n url: 'https://cloudcode-pa.googleapis.com/v1internal:streamGenerateContent?alt=sse',\n method: 'POST',\n params: { alt: 'sse' },\n headers: {\n 'Content-Type': 'application/json',\n 'User-Agent': 'GeminiCLI/0.26.0/gemini-3-pro-preview (android; arm64) google-api-nodejs-client/9.15.1',\n Authorization: '<<REDACTED> - See `errorRedactor` option in `gaxios` for configuration>.',\n 'x-goog-api-client': 'gl-node/24.13.0'\n },\n responseType: 'stream',\n body: '<<REDACTED> - See `errorRedactor` option in `gaxios` for configuration>.',\n signal: AbortSignal { aborted: false },\n paramsSerializer: [Function: paramsSerializer],\n validateStatus: [Function: validateStatus],\n errorRedactor: [Function: defaultErrorRedactor]\n },\n response: {\n config: {\n url: 'https://cloudcode-pa.googleapis.com/v1internal:streamGenerateContent?alt=sse',\n method: 'POST',\n params: [Object],\n headers: [Object],\n responseType: 'stream',\n body: '<<REDACTED> - See `errorRedactor` option in `gaxios` for configuration>.',\n signal: [AbortSignal],\n paramsSerializer: [Function: paramsSerializer],\n validateStatus: [Function: validateStatus],\n errorRedactor: [Function: defaultErrorRedactor]\n },\n data: '[{\\n' +\n ' \"error\": {\\n' +\n ' \"code\": 429,\\n' +\n ' \"message\": \"No capacity available for model gemini-3-pro-preview on the server\",\\n' +\n ' \"errors\": [\\n' +\n ' {\\n' +\n ' \"message\": \"No capacity available for model gemini-3-pro-preview on the server\",\\n' +\n ' \"domain\": \"global\",\\n' +\n ' \"reason\": \"rateLimitExceeded\"\\n' +\n ' }\\n' +\n ' ],\\n' +\n ' \"status\": \"RESOURCE_EXHAUSTED\",\\n' +\n ' \"details\": [\\n' +\n ' {\\n' +\n ' \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\\n' +\n ' \"reason\": \"MODEL_CAPACITY_EXHAUSTED\",\\n' +\n ' \"domain\": \"cloudcode-pa.googleapis.com\",\\n' +\n ' \"metadata\": {\\n' +\n ' \"model\": \"gemini-3-pro-preview\"\\n' +\n ' }\\n' +\n ' }\\n' +\n ' ]\\n' +\n ' }\\n' +\n '}\\n' +\n ']',\n headers: {\n 'alt-svc': 'h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000',\n 'content-length': '624',\n 'content-type': 'application/json; charset=UTF-8',\n date: 'Tue, 03 Feb 2026 08:19:12 GMT',\n server: 'ESF',\n 'server-timing': 'gfet4t7; dur=6911',\n vary: 'Origin, X-Origin, Referer',\n 'x-cloudaicompanion-trace-id': '65bc60014730cbe1',\n 'x-content-type-options': 'nosniff',\n 'x-frame-options': 'SAMEORIGIN',\n 'x-xss-protection': '0'\n },\n status: 429,\n statusText: 'Too Many Requests',\n request: {\n responseURL: 'https://cloudcode-pa.googleapis.com/v1internal:streamGenerateContent?alt=sse'\n }\n },\n error: undefined,\n status: 429,\n Symbol(gaxios-gaxios-error): '6.7.1'\n}\n"}
|
|
89
|
+
{"timestamp":"2026-02-03T08:19:31.007Z","level":"INFO","message":"LLM Call initiated","provider":"gemini"}
|
|
90
|
+
{"timestamp":"2026-02-03T08:20:31.081Z","level":"ERROR","message":"Execution failed","command":"gemini ask 'Based on these reasoning steps, provid","error":"Command failed: gemini ask 'Based on these reasoning steps, provide a final conclusion for the problem: \"[object Object]\"\n\nSteps:\nError: Command failed: gemini ask ''You are a logical reasoner. Provide one clear reasoning step.\n\nUser: Based on the current context, generate the next reasoning step. \nCurrent Context: [object Object]\nIteration: 1\nProblem: [object Object]''\nLoaded cached credentials.\n=========================================\nThis is an unexpected error. Please file a bug report using the /bug tool.\nCRITICAL: Unhandled Promise Rejection!\n=========================================\nReason: TypeError: Cannot read properties of undefined (reading ''model'')\nStack trace:\nTypeError: Cannot read properties of undefined (reading ''model'')\n at ClearcutLogger.logStartSessionEvent (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/telemetry/clearcut-logger/clearcut-logger.js:460:28)\n at logCliConfiguration (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/telemetry/loggers.js:14:46)\n at initializeApp (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/dist/src/core/initializer.js:23:5)\n at process.processTicksAndRejections (node:internal/process/task_queues:103:5)\n at async main (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/dist/src/gemini.js:384:38)\nHook registry initialized with 0 hook entries\nServer ''memory'' supports tool updates. Listening for changes...\nAttempt 1 failed with status 429. Retrying with backoff... GaxiosError: [{\n \"error\": {\n \"code\": 429,\n \"message\": \"No capacity available for model gemini-3-pro-preview on the server\",\n \"errors\": [\n {\n \"message\": \"No capacity available for model gemini-3-pro-preview on the server\",\n \"domain\": \"global\",\n \"reason\": \"rateLimitExceeded\"\n }\n ],\n \"status\": \"RESOURCE_EXHAUSTED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"MODEL_CAPACITY_EXHAUSTED\",\n \"domain\": \"cloudcode-pa.googleapis.com\",\n \"metadata\": {\n \"model\": \"gemini-3-pro-preview\"\n }\n }\n ]\n }\n}\n]\n at Gaxios._request (/data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/gaxios/build/src/gaxios.js:142:23)\n at process.processTicksAndRejections (node:internal/process/task_queues:103:5)\n at async OAuth2Client.requestAsync (/data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/google-auth-library/build/src/auth/oauth2client.js:429:18)\n at async CodeAssistServer.requestStreamingPost (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/code_assist/server.js:169:21)\n at async CodeAssistServer.generateContentStream (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/code_assist/server.js:27:27)\n at async file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/core/loggingContentGenerator.js:132:26\n at async retryWithBackoff (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/utils/retry.js:108:28)\n at async GeminiChat.makeApiCallAndProcessStream (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/core/geminiChat.js:421:32)\n at async GeminiChat.streamWithRetries (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/core/geminiChat.js:253:40)\n at async Turn.run (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/core/turn.js:66:30) {\n config: {\n url: ''https://cloudcode-pa.googleapis.com/v1internal:streamGenerateContent?alt=sse'',\n method: ''POST'',\n params: { alt: ''sse'' },\n headers: {\n ''Content-Type'': ''application/json'',\n ''User-Agent'': ''GeminiCLI/0.26.0/gemini-3-pro-preview (android; arm64) google-api-nodejs-client/9.15.1'',\n Authorization: ''<<REDACTED> - See `errorRedactor` option in `gaxios` for configuration>.'',\n ''x-goog-api-client'': ''gl-node/24.13.0''\n },\n responseType: ''stream'',\n body: ''<<REDACTED> - See `errorRedactor` option in `gaxios` for configuration>.'',\n signal: AbortSignal { aborted: false },\n paramsSerializer: [Function: paramsSerializer],\n validateStatus: [Function: validateStatus],\n errorRedactor: [Function: defaultErrorRedactor]\n },\n response: {\n config: {\n url: ''https://cloudcode-pa.googleapis.com/v1internal:streamGenerateContent?alt=sse'',\n method: ''POST'',\n params: [Object],\n headers: [Object],\n responseType: ''stream'',\n body: ''<<REDACTED> - See `errorRedactor` option in `gaxios` for configuration>.'',\n signal: [AbortSignal],\n paramsSerializer: [Function: paramsSerializer],\n validateStatus: [Function: validateStatus],\n errorRedactor: [Function: defaultErrorRedactor]\n },\n data: ''[{\\n'' +\n '' \"error\": {\\n'' +\n '' \"code\": 429,\\n'' +\n '' \"message\": \"No capacity available for model gemini-3-pro-preview on the server\",\\n'' +\n '' \"errors\": [\\n'' +\n '' {\\n'' +\n '' \"message\": \"No capacity available for model gemini-3-pro-preview on the server\",\\n'' +\n '' \"domain\": \"global\",\\n'' +\n '' \"reason\": \"rateLimitExceeded\"\\n'' +\n '' }\\n'' +\n '' ],\\n'' +\n '' \"status\": \"RESOURCE_EXHAUSTED\",\\n'' +\n '' \"details\": [\\n'' +\n '' {\\n'' +\n '' \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\\n'' +\n '' \"reason\": \"MODEL_CAPACITY_EXHAUSTED\",\\n'' +\n '' \"domain\": \"cloudcode-pa.googleapis.com\",\\n'' +\n '' \"metadata\": {\\n'' +\n '' \"model\": \"gemini-3-pro-preview\"\\n'' +\n '' }\\n'' +\n '' }\\n'' +\n '' ]\\n'' +\n '' }\\n'' +\n ''}\\n'' +\n '']'',\n headers: {\n ''alt-svc'': ''h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000'',\n ''content-length'': ''624'',\n ''content-type'': ''application/json; charset=UTF-8'',\n date: ''Tue, 03 Feb 2026 08:19:12 GMT'',\n server: ''ESF'',\n ''server-timing'': ''gfet4t7; dur=6911'',\n vary: ''Origin, X-Origin, Referer'',\n ''x-cloudaicompanion-trace-id'': ''65bc60014730cbe1'',\n ''x-content-type-options'': ''nosniff'',\n ''x-frame-options'': ''SAMEORIGIN'',\n ''x-xss-protection'': ''0''\n },\n status: 429,\n statusText: ''Too Many Requests'',\n request: {\n responseURL: ''https://cloudcode-pa.googleapis.com/v1internal:streamGenerateContent?alt=sse''\n }\n },\n error: undefined,\n status: 429,\n Symbol(gaxios-gaxios-error): ''6.7.1''\n}\n'\nLoaded cached credentials.\n=========================================\nThis is an unexpected error. Please file a bug report using the /bug tool.\nCRITICAL: Unhandled Promise Rejection!\n=========================================\nReason: TypeError: Cannot read properties of undefined (reading 'model')\nStack trace:\nTypeError: Cannot read properties of undefined (reading 'model')\n at ClearcutLogger.logStartSessionEvent (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/telemetry/clearcut-logger/clearcut-logger.js:460:28)\n at logCliConfiguration (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/telemetry/loggers.js:14:46)\n at initializeApp (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/dist/src/core/initializer.js:23:5)\n at process.processTicksAndRejections (node:internal/process/task_queues:103:5)\n at async main (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/dist/src/gemini.js:384:38)\nHook registry initialized with 0 hook entries\nServer 'memory' supports tool updates. Listening for changes...\n"}
|
|
91
|
+
{"timestamp":"2026-02-03T08:20:31.112Z","level":"INFO","message":"LLM Call initiated","provider":"gemini"}
|
|
92
|
+
Swarm Delegation Result: {
|
|
93
|
+
"success": true,
|
|
94
|
+
"swarmResult": {
|
|
95
|
+
"taskId": "1770106710896-dggesvn",
|
|
96
|
+
"agentId": "1770106710890-0e2naq1",
|
|
97
|
+
"success": true,
|
|
98
|
+
"output": {
|
|
99
|
+
"conclusion": "Failed to generate conclusion.",
|
|
100
|
+
"reasoningChain": [
|
|
101
|
+
{
|
|
102
|
+
"step": 1,
|
|
103
|
+
"content": "Error: Command failed: gemini ask 'You are a logical reasoner. Provide one clear reasoning step.\n\nUser: Based on the current context, generate the next reasoning step. \nCurrent Context: [object Object]\nIteration: 1\nProblem: [object Object]'\nLoaded cached credentials.\n=========================================\nThis is an unexpected error. Please file a bug report using the /bug tool.\nCRITICAL: Unhandled Promise Rejection!\n=========================================\nReason: TypeError: Cannot read properties of undefined (reading 'model')\nStack trace:\nTypeError: Cannot read properties of undefined (reading 'model')\n at ClearcutLogger.logStartSessionEvent (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/telemetry/clearcut-logger/clearcut-logger.js:460:28)\n at logCliConfiguration (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/telemetry/loggers.js:14:46)\n at initializeApp (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/dist/src/core/initializer.js:23:5)\n at process.processTicksAndRejections (node:internal/process/task_queues:103:5)\n at async main (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/dist/src/gemini.js:384:38)\nHook registry initialized with 0 hook entries\nServer 'memory' supports tool updates. Listening for changes...\nAttempt 1 failed with status 429. Retrying with backoff... GaxiosError: [{\n \"error\": {\n \"code\": 429,\n \"message\": \"No capacity available for model gemini-3-pro-preview on the server\",\n \"errors\": [\n {\n \"message\": \"No capacity available for model gemini-3-pro-preview on the server\",\n \"domain\": \"global\",\n \"reason\": \"rateLimitExceeded\"\n }\n ],\n \"status\": \"RESOURCE_EXHAUSTED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"MODEL_CAPACITY_EXHAUSTED\",\n \"domain\": \"cloudcode-pa.googleapis.com\",\n \"metadata\": {\n \"model\": \"gemini-3-pro-preview\"\n }\n }\n ]\n }\n}\n]\n at Gaxios._request (/data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/gaxios/build/src/gaxios.js:142:23)\n at process.processTicksAndRejections (node:internal/process/task_queues:103:5)\n at async OAuth2Client.requestAsync (/data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/google-auth-library/build/src/auth/oauth2client.js:429:18)\n at async CodeAssistServer.requestStreamingPost (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/code_assist/server.js:169:21)\n at async CodeAssistServer.generateContentStream (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/code_assist/server.js:27:27)\n at async file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/core/loggingContentGenerator.js:132:26\n at async retryWithBackoff (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/utils/retry.js:108:28)\n at async GeminiChat.makeApiCallAndProcessStream (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/core/geminiChat.js:421:32)\n at async GeminiChat.streamWithRetries (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/core/geminiChat.js:253:40)\n at async Turn.run (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/core/turn.js:66:30) {\n config: {\n url: 'https://cloudcode-pa.googleapis.com/v1internal:streamGenerateContent?alt=sse',\n method: 'POST',\n params: { alt: 'sse' },\n headers: {\n 'Content-Type': 'application/json',\n 'User-Agent': 'GeminiCLI/0.26.0/gemini-3-pro-preview (android; arm64) google-api-nodejs-client/9.15.1',\n Authorization: '<<REDACTED> - See `errorRedactor` option in `gaxios` for configuration>.',\n 'x-goog-api-client': 'gl-node/24.13.0'\n },\n responseType: 'stream',\n body: '<<REDACTED> - See `errorRedactor` option in `gaxios` for configuration>.',\n signal: AbortSignal { aborted: false },\n paramsSerializer: [Function: paramsSerializer],\n validateStatus: [Function: validateStatus],\n errorRedactor: [Function: defaultErrorRedactor]\n },\n response: {\n config: {\n url: 'https://cloudcode-pa.googleapis.com/v1internal:streamGenerateContent?alt=sse',\n method: 'POST',\n params: [Object],\n headers: [Object],\n responseType: 'stream',\n body: '<<REDACTED> - See `errorRedactor` option in `gaxios` for configuration>.',\n signal: [AbortSignal],\n paramsSerializer: [Function: paramsSerializer],\n validateStatus: [Function: validateStatus],\n errorRedactor: [Function: defaultErrorRedactor]\n },\n data: '[{\\n' +\n ' \"error\": {\\n' +\n ' \"code\": 429,\\n' +\n ' \"message\": \"No capacity available for model gemini-3-pro-preview on the server\",\\n' +\n ' \"errors\": [\\n' +\n ' {\\n' +\n ' \"message\": \"No capacity available for model gemini-3-pro-preview on the server\",\\n' +\n ' \"domain\": \"global\",\\n' +\n ' \"reason\": \"rateLimitExceeded\"\\n' +\n ' }\\n' +\n ' ],\\n' +\n ' \"status\": \"RESOURCE_EXHAUSTED\",\\n' +\n ' \"details\": [\\n' +\n ' {\\n' +\n ' \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\\n' +\n ' \"reason\": \"MODEL_CAPACITY_EXHAUSTED\",\\n' +\n ' \"domain\": \"cloudcode-pa.googleapis.com\",\\n' +\n ' \"metadata\": {\\n' +\n ' \"model\": \"gemini-3-pro-preview\"\\n' +\n ' }\\n' +\n ' }\\n' +\n ' ]\\n' +\n ' }\\n' +\n '}\\n' +\n ']',\n headers: {\n 'alt-svc': 'h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000',\n 'content-length': '624',\n 'content-type': 'application/json; charset=UTF-8',\n date: 'Tue, 03 Feb 2026 08:19:12 GMT',\n server: 'ESF',\n 'server-timing': 'gfet4t7; dur=6911',\n vary: 'Origin, X-Origin, Referer',\n 'x-cloudaicompanion-trace-id': '65bc60014730cbe1',\n 'x-content-type-options': 'nosniff',\n 'x-frame-options': 'SAMEORIGIN',\n 'x-xss-protection': '0'\n },\n status: 429,\n statusText: 'Too Many Requests',\n request: {\n responseURL: 'https://cloudcode-pa.googleapis.com/v1internal:streamGenerateContent?alt=sse'\n }\n },\n error: undefined,\n status: 429,\n Symbol(gaxios-gaxios-error): '6.7.1'\n}\n",
|
|
104
|
+
"confidence": 0.63,
|
|
105
|
+
"isFinal": true
|
|
106
|
+
}
|
|
107
|
+
],
|
|
108
|
+
"iterations": 1,
|
|
109
|
+
"strategy": "chain_of_thought",
|
|
110
|
+
"problem": "[object Object]"
|
|
111
|
+
},
|
|
112
|
+
"confidence": 0.63,
|
|
113
|
+
"processingTimeMs": 120185,
|
|
114
|
+
"metadata": {
|
|
115
|
+
"tokensUsed": 0,
|
|
116
|
+
"reasoningSteps": 1,
|
|
117
|
+
"intermediateResults": [
|
|
118
|
+
"Error: Command failed: gemini ask 'You are a logical reasoner. Provide one clear reasoning step.\n\nUser: Based on the current context, generate the next reasoning step. \nCurrent Context: [object Object]\nIteration: 1\nProblem: [object Object]'\nLoaded cached credentials.\n=========================================\nThis is an unexpected error. Please file a bug report using the /bug tool.\nCRITICAL: Unhandled Promise Rejection!\n=========================================\nReason: TypeError: Cannot read properties of undefined (reading 'model')\nStack trace:\nTypeError: Cannot read properties of undefined (reading 'model')\n at ClearcutLogger.logStartSessionEvent (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/telemetry/clearcut-logger/clearcut-logger.js:460:28)\n at logCliConfiguration (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/telemetry/loggers.js:14:46)\n at initializeApp (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/dist/src/core/initializer.js:23:5)\n at process.processTicksAndRejections (node:internal/process/task_queues:103:5)\n at async main (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/dist/src/gemini.js:384:38)\nHook registry initialized with 0 hook entries\nServer 'memory' supports tool updates. Listening for changes...\nAttempt 1 failed with status 429. Retrying with backoff... GaxiosError: [{\n \"error\": {\n \"code\": 429,\n \"message\": \"No capacity available for model gemini-3-pro-preview on the server\",\n \"errors\": [\n {\n \"message\": \"No capacity available for model gemini-3-pro-preview on the server\",\n \"domain\": \"global\",\n \"reason\": \"rateLimitExceeded\"\n }\n ],\n \"status\": \"RESOURCE_EXHAUSTED\",\n \"details\": [\n {\n \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\n \"reason\": \"MODEL_CAPACITY_EXHAUSTED\",\n \"domain\": \"cloudcode-pa.googleapis.com\",\n \"metadata\": {\n \"model\": \"gemini-3-pro-preview\"\n }\n }\n ]\n }\n}\n]\n at Gaxios._request (/data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/gaxios/build/src/gaxios.js:142:23)\n at process.processTicksAndRejections (node:internal/process/task_queues:103:5)\n at async OAuth2Client.requestAsync (/data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/google-auth-library/build/src/auth/oauth2client.js:429:18)\n at async CodeAssistServer.requestStreamingPost (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/code_assist/server.js:169:21)\n at async CodeAssistServer.generateContentStream (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/code_assist/server.js:27:27)\n at async file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/core/loggingContentGenerator.js:132:26\n at async retryWithBackoff (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/utils/retry.js:108:28)\n at async GeminiChat.makeApiCallAndProcessStream (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/core/geminiChat.js:421:32)\n at async GeminiChat.streamWithRetries (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/core/geminiChat.js:253:40)\n at async Turn.run (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/core/turn.js:66:30) {\n config: {\n url: 'https://cloudcode-pa.googleapis.com/v1internal:streamGenerateContent?alt=sse',\n method: 'POST',\n params: { alt: 'sse' },\n headers: {\n 'Content-Type': 'application/json',\n 'User-Agent': 'GeminiCLI/0.26.0/gemini-3-pro-preview (android; arm64) google-api-nodejs-client/9.15.1',\n Authorization: '<<REDACTED> - See `errorRedactor` option in `gaxios` for configuration>.',\n 'x-goog-api-client': 'gl-node/24.13.0'\n },\n responseType: 'stream',\n body: '<<REDACTED> - See `errorRedactor` option in `gaxios` for configuration>.',\n signal: AbortSignal { aborted: false },\n paramsSerializer: [Function: paramsSerializer],\n validateStatus: [Function: validateStatus],\n errorRedactor: [Function: defaultErrorRedactor]\n },\n response: {\n config: {\n url: 'https://cloudcode-pa.googleapis.com/v1internal:streamGenerateContent?alt=sse',\n method: 'POST',\n params: [Object],\n headers: [Object],\n responseType: 'stream',\n body: '<<REDACTED> - See `errorRedactor` option in `gaxios` for configuration>.',\n signal: [AbortSignal],\n paramsSerializer: [Function: paramsSerializer],\n validateStatus: [Function: validateStatus],\n errorRedactor: [Function: defaultErrorRedactor]\n },\n data: '[{\\n' +\n ' \"error\": {\\n' +\n ' \"code\": 429,\\n' +\n ' \"message\": \"No capacity available for model gemini-3-pro-preview on the server\",\\n' +\n ' \"errors\": [\\n' +\n ' {\\n' +\n ' \"message\": \"No capacity available for model gemini-3-pro-preview on the server\",\\n' +\n ' \"domain\": \"global\",\\n' +\n ' \"reason\": \"rateLimitExceeded\"\\n' +\n ' }\\n' +\n ' ],\\n' +\n ' \"status\": \"RESOURCE_EXHAUSTED\",\\n' +\n ' \"details\": [\\n' +\n ' {\\n' +\n ' \"@type\": \"type.googleapis.com/google.rpc.ErrorInfo\",\\n' +\n ' \"reason\": \"MODEL_CAPACITY_EXHAUSTED\",\\n' +\n ' \"domain\": \"cloudcode-pa.googleapis.com\",\\n' +\n ' \"metadata\": {\\n' +\n ' \"model\": \"gemini-3-pro-preview\"\\n' +\n ' }\\n' +\n ' }\\n' +\n ' ]\\n' +\n ' }\\n' +\n '}\\n' +\n ']',\n headers: {\n 'alt-svc': 'h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000',\n 'content-length': '624',\n 'content-type': 'application/json; charset=UTF-8',\n date: 'Tue, 03 Feb 2026 08:19:12 GMT',\n server: 'ESF',\n 'server-timing': 'gfet4t7; dur=6911',\n vary: 'Origin, X-Origin, Referer',\n 'x-cloudaicompanion-trace-id': '65bc60014730cbe1',\n 'x-content-type-options': 'nosniff',\n 'x-frame-options': 'SAMEORIGIN',\n 'x-xss-protection': '0'\n },\n status: 429,\n statusText: 'Too Many Requests',\n request: {\n responseURL: 'https://cloudcode-pa.googleapis.com/v1internal:streamGenerateContent?alt=sse'\n }\n },\n error: undefined,\n status: 429,\n Symbol(gaxios-gaxios-error): '6.7.1'\n}\n"
|
|
119
|
+
]
|
|
120
|
+
}
|
|
121
|
+
},
|
|
122
|
+
"newThought": {
|
|
123
|
+
"id": "1770106831083-7d0pa6v",
|
|
124
|
+
"sessionId": "1770106710894-0kxgy5x",
|
|
125
|
+
"content": "{\n \"conclusion\": \"Failed to generate conclusion.\",\n \"reasoningChain\": [\n {\n \"step\": 1,\n \"content\": \"Error: Command failed: gemini ask 'You are a logical reasoner. Provide one clear reasoning step.\\n\\nUser: Based on the current context, generate the next reasoning step. \\nCurrent Context: [object Object]\\nIteration: 1\\nProblem: [object Object]'\\nLoaded cached credentials.\\n=========================================\\nThis is an unexpected error. Please file a bug report using the /bug tool.\\nCRITICAL: Unhandled Promise Rejection!\\n=========================================\\nReason: TypeError: Cannot read properties of undefined (reading 'model')\\nStack trace:\\nTypeError: Cannot read properties of undefined (reading 'model')\\n at ClearcutLogger.logStartSessionEvent (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/telemetry/clearcut-logger/clearcut-logger.js:460:28)\\n at logCliConfiguration (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/telemetry/loggers.js:14:46)\\n at initializeApp (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/dist/src/core/initializer.js:23:5)\\n at process.processTicksAndRejections (node:internal/process/task_queues:103:5)\\n at async main (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/dist/src/gemini.js:384:38)\\nHook registry initialized with 0 hook entries\\nServer 'memory' supports tool updates. Listening for changes...\\nAttempt 1 failed with status 429. Retrying with backoff... GaxiosError: [{\\n \\\"error\\\": {\\n \\\"code\\\": 429,\\n \\\"message\\\": \\\"No capacity available for model gemini-3-pro-preview on the server\\\",\\n \\\"errors\\\": [\\n {\\n \\\"message\\\": \\\"No capacity available for model gemini-3-pro-preview on the server\\\",\\n \\\"domain\\\": \\\"global\\\",\\n \\\"reason\\\": \\\"rateLimitExceeded\\\"\\n }\\n ],\\n \\\"status\\\": \\\"RESOURCE_EXHAUSTED\\\",\\n \\\"details\\\": [\\n {\\n \\\"@type\\\": \\\"type.googleapis.com/google.rpc.ErrorInfo\\\",\\n \\\"reason\\\": \\\"MODEL_CAPACITY_EXHAUSTED\\\",\\n \\\"domain\\\": \\\"cloudcode-pa.googleapis.com\\\",\\n \\\"metadata\\\": {\\n \\\"model\\\": \\\"gemini-3-pro-preview\\\"\\n }\\n }\\n ]\\n }\\n}\\n]\\n at Gaxios._request (/data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/gaxios/build/src/gaxios.js:142:23)\\n at process.processTicksAndRejections (node:internal/process/task_queues:103:5)\\n at async OAuth2Client.requestAsync (/data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/google-auth-library/build/src/auth/oauth2client.js:429:18)\\n at async CodeAssistServer.requestStreamingPost (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/code_assist/server.js:169:21)\\n at async CodeAssistServer.generateContentStream (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/code_assist/server.js:27:27)\\n at async file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/core/loggingContentGenerator.js:132:26\\n at async retryWithBackoff (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/utils/retry.js:108:28)\\n at async GeminiChat.makeApiCallAndProcessStream (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/core/geminiChat.js:421:32)\\n at async GeminiChat.streamWithRetries (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/core/geminiChat.js:253:40)\\n at async Turn.run (file:///data/data/com.termux/files/usr/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core/dist/src/core/turn.js:66:30) {\\n config: {\\n url: 'https://cloudcode-pa.googleapis.com/v1internal:streamGenerateContent?alt=sse',\\n method: 'POST',\\n params: { alt: 'sse' },\\n headers: {\\n 'Content-Type': 'application/json',\\n 'User-Agent': 'GeminiCLI/0.26.0/gemini-3-pro-preview (android; arm64) google-api-nodejs-client/9.15.1',\\n Authorization: '<<REDACTED> - See `errorRedactor` option in `gaxios` for configuration>.',\\n 'x-goog-api-client': 'gl-node/24.13.0'\\n },\\n responseType: 'stream',\\n body: '<<REDACTED> - See `errorRedactor` option in `gaxios` for configuration>.',\\n signal: AbortSignal { aborted: false },\\n paramsSerializer: [Function: paramsSerializer],\\n validateStatus: [Function: validateStatus],\\n errorRedactor: [Function: defaultErrorRedactor]\\n },\\n response: {\\n config: {\\n url: 'https://cloudcode-pa.googleapis.com/v1internal:streamGenerateContent?alt=sse',\\n method: 'POST',\\n params: [Object],\\n headers: [Object],\\n responseType: 'stream',\\n body: '<<REDACTED> - See `errorRedactor` option in `gaxios` for configuration>.',\\n signal: [AbortSignal],\\n paramsSerializer: [Function: paramsSerializer],\\n validateStatus: [Function: validateStatus],\\n errorRedactor: [Function: defaultErrorRedactor]\\n },\\n data: '[{\\\\n' +\\n ' \\\"error\\\": {\\\\n' +\\n ' \\\"code\\\": 429,\\\\n' +\\n ' \\\"message\\\": \\\"No capacity available for model gemini-3-pro-preview on the server\\\",\\\\n' +\\n ' \\\"errors\\\": [\\\\n' +\\n ' {\\\\n' +\\n ' \\\"message\\\": \\\"No capacity available for model gemini-3-pro-preview on the server\\\",\\\\n' +\\n ' \\\"domain\\\": \\\"global\\\",\\\\n' +\\n ' \\\"reason\\\": \\\"rateLimitExceeded\\\"\\\\n' +\\n ' }\\\\n' +\\n ' ],\\\\n' +\\n ' \\\"status\\\": \\\"RESOURCE_EXHAUSTED\\\",\\\\n' +\\n ' \\\"details\\\": [\\\\n' +\\n ' {\\\\n' +\\n ' \\\"@type\\\": \\\"type.googleapis.com/google.rpc.ErrorInfo\\\",\\\\n' +\\n ' \\\"reason\\\": \\\"MODEL_CAPACITY_EXHAUSTED\\\",\\\\n' +\\n ' \\\"domain\\\": \\\"cloudcode-pa.googleapis.com\\\",\\\\n' +\\n ' \\\"metadata\\\": {\\\\n' +\\n ' \\\"model\\\": \\\"gemini-3-pro-preview\\\"\\\\n' +\\n ' }\\\\n' +\\n ' }\\\\n' +\\n ' ]\\\\n' +\\n ' }\\\\n' +\\n '}\\\\n' +\\n ']',\\n headers: {\\n 'alt-svc': 'h3=\\\":443\\\"; ma=2592000,h3-29=\\\":443\\\"; ma=2592000',\\n 'content-length': '624',\\n 'content-type': 'application/json; charset=UTF-8',\\n date: 'Tue, 03 Feb 2026 08:19:12 GMT',\\n server: 'ESF',\\n 'server-timing': 'gfet4t7; dur=6911',\\n vary: 'Origin, X-Origin, Referer',\\n 'x-cloudaicompanion-trace-id': '65bc60014730cbe1',\\n 'x-content-type-options': 'nosniff',\\n 'x-frame-options': 'SAMEORIGIN',\\n 'x-xss-protection': '0'\\n },\\n status: 429,\\n statusText: 'Too Many Requests',\\n request: {\\n responseURL: 'https://cloudcode-pa.googleapis.com/v1internal:streamGenerateContent?alt=sse'\\n }\\n },\\n error: undefined,\\n status: 429,\\n Symbol(gaxios-gaxios-error): '6.7.1'\\n}\\n\",\n \"confidence\": 0.63,\n \"isFinal\": true\n }\n ],\n \"iterations\": 1,\n \"strategy\": \"chain_of_thought\",\n \"problem\": \"[object Object]\"\n}",
|
|
126
|
+
"stepNumber": 2,
|
|
127
|
+
"thoughtType": "synthesis",
|
|
128
|
+
"confidence": {
|
|
129
|
+
"overall": 0.63,
|
|
130
|
+
"components": {
|
|
131
|
+
"logicalConsistency": 0.5,
|
|
132
|
+
"factualAccuracy": 0.5,
|
|
133
|
+
"reasoningQuality": 0.5,
|
|
134
|
+
"evidenceStrength": 0.5
|
|
135
|
+
},
|
|
136
|
+
"uncertaintyBounds": [
|
|
137
|
+
0.3,
|
|
138
|
+
0.7
|
|
139
|
+
],
|
|
140
|
+
"calibrationHistory": []
|
|
141
|
+
},
|
|
142
|
+
"parentThoughtId": "1770106710895-2bdvni4",
|
|
143
|
+
"childThoughtIds": [],
|
|
144
|
+
"branchId": "main",
|
|
145
|
+
"revisionOf": null,
|
|
146
|
+
"revisionHistory": [],
|
|
147
|
+
"metadata": {
|
|
148
|
+
"createdAt": "2026-02-03T08:20:31.083Z",
|
|
149
|
+
"modifiedAt": "2026-02-03T08:20:31.083Z",
|
|
150
|
+
"processingTimeMs": 0,
|
|
151
|
+
"tokensUsed": 0
|
|
152
|
+
},
|
|
153
|
+
"tags": [
|
|
154
|
+
"swarm-result",
|
|
155
|
+
"LogicMaster"
|
|
156
|
+
],
|
|
157
|
+
"assumptions": [],
|
|
158
|
+
"dependencies": []
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
[Step 5] Triggering Self-Correction...
|
|
163
|
+
Self Correction Result: {
|
|
164
|
+
"success": true,
|
|
165
|
+
"issuesDetected": [
|
|
166
|
+
{
|
|
167
|
+
"type": "assumption",
|
|
168
|
+
"severity": "low",
|
|
169
|
+
"description": "No explicit assumptions",
|
|
170
|
+
"suggestion": "Document assumptions"
|
|
171
|
+
}
|
|
172
|
+
],
|
|
173
|
+
"recommendations": [
|
|
174
|
+
"Document assumptions"
|
|
175
|
+
]
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
[Step 6] Completing Session...
|
|
179
|
+
Completion Result: {
|
|
180
|
+
"success": true,
|
|
181
|
+
"message": "Session 1770106710894-0kxgy5x completed"
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
--- Test Finished Successfully ---
|