136aafa209
- llmExtractWithRetry: retry-once on parse failure with error context - mergeExtractConfig: three-level merge (global → agent → role) - extractMetaOrThrow + createLlmExtractFn: ExtractFn factory - ZodMetaSchema bridges core Schema<T> with runtime Zod validation - Tests: 8 new cases (success/retry/throw/merge/factory) - core tsconfig: add DOM lib for AbortSignal declaration emit Closes #237 Ref: #234
11 lines
186 B
JSON
11 lines
186 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"rootDir": "src",
|
|
"composite": false,
|
|
"lib": ["ES2022", "DOM"]
|
|
},
|
|
"include": ["src"]
|
|
}
|