feat(ql3): add bounded redacted log tail tool

This commit is contained in:
whyour
2026-08-14 18:03:18 +08:00
parent 828370c60b
commit fef0fe2bd1
11 changed files with 1776 additions and 5 deletions
+24
View File
@@ -248,6 +248,12 @@
"builtin-task-run-outcome-compare-projection": [
"dist/tool-execution/builtin-run-compare/builtInTaskRunOutcomeCompareProjection.d.ts"
],
"builtin-run-log-excerpt-tool": [
"dist/tool-execution/builtin-run-log-excerpt/builtInRunLogExcerptTool.d.ts"
],
"builtin-run-log-excerpt-projection": [
"dist/tool-execution/builtin-run-log-excerpt/builtInRunLogExcerptProjection.d.ts"
],
"run": [
"dist/run/run.d.ts"
],
@@ -278,6 +284,9 @@
"run-attempt-log-read": [
"dist/run/log-read/runAttemptLogRead.d.ts"
],
"run-log-model-context-projection": [
"dist/run/log-projection/runLogModelContextProjection.d.ts"
],
"run-attempt-log-retention": [
"dist/run/log-retention/runAttemptLogRetention.d.ts"
],
@@ -357,6 +366,11 @@
"require": "./dist/run/log-read/runAttemptLogRead.js",
"default": "./dist/run/log-read/runAttemptLogRead.js"
},
"./run-log-model-context-projection": {
"types": "./dist/run/log-projection/runLogModelContextProjection.d.ts",
"require": "./dist/run/log-projection/runLogModelContextProjection.js",
"default": "./dist/run/log-projection/runLogModelContextProjection.js"
},
"./run-attempt-log-retention": {
"types": "./dist/run/log-retention/runAttemptLogRetention.d.ts",
"require": "./dist/run/log-retention/runAttemptLogRetention.js",
@@ -692,6 +706,16 @@
"require": "./dist/tool-execution/builtin-run-compare/builtInTaskRunOutcomeCompareProjection.js",
"default": "./dist/tool-execution/builtin-run-compare/builtInTaskRunOutcomeCompareProjection.js"
},
"./builtin-run-log-excerpt-tool": {
"types": "./dist/tool-execution/builtin-run-log-excerpt/builtInRunLogExcerptTool.d.ts",
"require": "./dist/tool-execution/builtin-run-log-excerpt/builtInRunLogExcerptTool.js",
"default": "./dist/tool-execution/builtin-run-log-excerpt/builtInRunLogExcerptTool.js"
},
"./builtin-run-log-excerpt-projection": {
"types": "./dist/tool-execution/builtin-run-log-excerpt/builtInRunLogExcerptProjection.d.ts",
"require": "./dist/tool-execution/builtin-run-log-excerpt/builtInRunLogExcerptProjection.js",
"default": "./dist/tool-execution/builtin-run-log-excerpt/builtInRunLogExcerptProjection.js"
},
"./secret-reference": {
"types": "./dist/secret/secretReference.d.ts",
"require": "./dist/secret/secretReference.js",