feat(goal): drive same-session goal rounds

This commit is contained in:
Tianyi Cui
2026-07-19 20:30:43 +08:00
parent 76da93b847
commit 25555c9cfc
42 changed files with 2065 additions and 78 deletions

View File

@@ -11,6 +11,7 @@
"entry": [
"echo-agent/src/*.ts",
"echo-agent/tests/fixtures/goal/goal/seed-goal.ts",
"echo-agent/tests/fixtures/goal/goal-session/scripted-llm.ts",
"echo-agent/tests/fixtures/goal/tool-goal/scripted-llm.ts",
"headless-agent/tests/fixtures/cli-mock-llm.ts",
"tui-agent/tests/fixtures/tui-scripted-llm.ts",
@@ -72,6 +73,10 @@
"entry": ["tests/**/*.spec.ts", "tests/**/*.e2e.ts"],
"project": ["src/**/*.ts", "tests/**/*.ts"]
},
"packages/goal/goal-session": {
"entry": ["tests/**/*.spec.ts", "tests/**/*.e2e.ts"],
"project": ["src/**/*.ts", "tests/**/*.ts"]
},
"packages/goal/tool-goal": {
"entry": ["tests/**/*.spec.ts", "tests/**/*.e2e.ts"],
"project": ["src/**/*.ts", "tests/**/*.ts"]