@open330/oac-execution
Advanced tools
+12
-10
| // src/agents/claude-code.adapter.ts | ||
| import { createInterface } from "readline"; | ||
| import { OacError, executionError } from "@open330/oac-core"; | ||
| import { | ||
| OacError, | ||
| executionError | ||
| } from "@open330/oac-core"; | ||
| import { execa } from "execa"; | ||
@@ -493,3 +496,6 @@ var AsyncEventQueue = class { | ||
| import { createInterface as createInterface2 } from "readline"; | ||
| import { OacError as OacError2, executionError as executionError2 } from "@open330/oac-core"; | ||
| import { | ||
| OacError as OacError2, | ||
| executionError as executionError2 | ||
| } from "@open330/oac-core"; | ||
| import { execa as execa2 } from "execa"; | ||
@@ -707,10 +713,6 @@ var AsyncEventQueue2 = class { | ||
| if (/rate.limit|429|too many requests|throttl/i.test(message)) { | ||
| return executionError2( | ||
| "AGENT_RATE_LIMITED", | ||
| `Codex execution rate-limited for ${executionId}`, | ||
| { | ||
| context: { executionId, message }, | ||
| cause: error | ||
| } | ||
| ); | ||
| return executionError2("AGENT_RATE_LIMITED", `Codex execution rate-limited for ${executionId}`, { | ||
| context: { executionId, message }, | ||
| cause: error | ||
| }); | ||
| } | ||
@@ -717,0 +719,0 @@ if (/network|ECONN|ENOTFOUND|EAI_AGAIN/i.test(message)) { |
+2
-2
| { | ||
| "name": "@open330/oac-execution", | ||
| "version": "2026.2.17", | ||
| "version": "2026.3.0", | ||
| "description": "Agent execution engine and sandboxing for OAC", | ||
@@ -33,3 +33,3 @@ "license": "MIT", | ||
| "simple-git": "^3.27.0", | ||
| "@open330/oac-core": "2026.2.17" | ||
| "@open330/oac-core": "2026.3.0" | ||
| }, | ||
@@ -36,0 +36,0 @@ "devDependencies": { |
Sorry, the diff of this file is too big to display
1630
0.12%137934
-0.02%+ Added
- Removed
Updated