feat: add Graph Tool tracing and logging support in agent run logs

This commit is contained in:
mlogclub
2026-04-10 15:47:58 +08:00
parent 3db7bec662
commit d953625a2b
9 changed files with 101 additions and 0 deletions
+1
View File
@@ -367,6 +367,7 @@ export type AgentRunLog = {
plannedSkillName: string
skillRouteTrace: string
toolSearchTrace: string
graphToolTrace: string
plannedToolCode: string
planReason: string
interruptType: string