feat(planner): persist reusable action semantics
Tests / Test passed: 879

This commit is contained in:
2026-07-15 18:14:28 +08:00
parent 361dada276
commit d69be48f96
41 changed files with 733 additions and 116 deletions
+4
View File
@@ -190,6 +190,10 @@ export interface PlannerDecisionItem {
user_prompt: string;
tool_name: string;
arguments: Record<string, unknown>;
rationale?: string | null;
thinking?: string | null;
purpose?: string | null;
expected_outcome?: string | null;
created_at: string;
}