feat(goal): drive same-session goal rounds
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user