>_
.issue.db
/highway
Dashboard
Issues
Memory
Lessons
Audit Log
New Issue
Edit Issue #777
Update issue details
Title *
Description
Research campaigns spawn N child agent_leaf runs. Backend data is correct: each child workflow_run.workflow_name = agent_leaf_<subgoal> (e.g. agent_leaf_python), tags.subgoal_name set, parent_run_id set, all sharing the agent_leaf definition. But the dashboard shows them as 'leaf' because that is the agent_leaf DSL's single task id (builder.task('leaf',...)), surfaced as activity_name on the auto-activity. Two fixes: (1) display run workflow_name (or tags.subgoal_name) instead of the task/activity name in the views that show 'leaf'; (2) child runs should nest under their parent agent_research run (parent_run_id) or be filtered from the top-level list. Backend enabler needed: GET /api/v1/workflows list does not currently return parent_run_id and has no top_level filter - add both. Needs a dashboard (SvelteKit) change + redeploy; get a screenshot of the exact view first. Surfaced during #771 agentic verification.
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