>_
.issue.db
/highway-workflow-engine
Dashboard
Issues
Memory
Lessons
Audit Log
New Issue
Edit Issue #752
Update issue details
Title *
Description
tools.agent.run_goal/init_goal use fixed workflow-variable names (agent_done, agent_turn, agent_messages, agent_llm_<turn>, agent_tool_<turn>_<i>). Workflow variables are per-run, so two tools.agent.run_goal instances in the SAME workflow would corrupt each other's state. The Phase 0 wrapper runs exactly one agent, so not a blocker. Fix: add an optional state_key/agent_id kwarg that namespaces all run_goal variables (approval_key is already scoped by workflow_run_id+turn+call). Relates #749.
Priority
Low
Medium
High
Critical
Status
Open
In Progress
Closed
Won't Do
Due Date (YYYY-MM-DD)
Tags (comma separated)
Related Issues (IDs)
Enter IDs of issues related to this one. They will be linked as 'related'.
Update Issue
Cancel