Skip to content

Commit 397210a

Browse files
committed
feat: export extractJson from barrel for centralized LLM JSON extraction
1 parent 0809af1 commit 397210a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,4 +297,6 @@ export type {
297297
AgentOSUsageRecordInput,
298298
AgentOSUsageAggregate,
299299
} from './api/runtime/usageLedger.js';
300+
// JSON extraction (centralized LLM output parsing)
301+
export { extractJson } from './core/validation/extractJson.js';
300302
// CI retrigger

0 commit comments

Comments
 (0)