Skip to content

Commit 32e346e

Browse files
committed
Add AgentHandle to public api export
1 parent 2bc18ba commit 32e346e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codex-sdk",
3-
"version": "0.2.6",
3+
"version": "0.2.7",
44
"license": "Apache-2.0",
55
"type": "module",
66
"main": "./dist/lib.js",

src/lib.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ export {
77
WorkflowHooks,
88
WorkflowFactory,
99
WorkflowState,
10+
AgentHandle,
1011
createAgentWorkflow,
1112
} from "./workflow/index.js";
1213

0 commit comments

Comments
 (0)