feat(planner): add execution context to prompts
Tests / Test passed: 977

This commit is contained in:
2026-07-16 10:25:20 +08:00
parent 240b7be7b8
commit 358f4623ba
9 changed files with 159 additions and 3 deletions
+1
View File
@@ -40,6 +40,7 @@ class AIPlanner(Planner):
goal=goal,
scene_json=scene.to_dict(),
history_summary=_history_summary(world),
device_platform=context.device_platform,
)
decision = self.client.decide(
system_prompt=PLANNER_SYSTEM_PROMPT,