Custom visualization for dynamic workflow runs
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 39.9k
- Forks
- 3.4k
- Avg merge
- 6h 51m
- Merged PRs (30d)
- 232
Description
Description
Claude has a workflows feature for multi-agent orchestration: a script fans agents out in parallel, pipelines them through stages and groups them into phases, with live progress rendered as a tree in the terminal. Loops exist too but workflows are the more useful primitive right now, so loops are out of scope for this.
PostHog Code should render workflow runs with its own custom visualization. Since this is a GUI and not a TUI, we can do much better than a terminal render: live per-agent progress, phase grouping and parallel branches shown as they run.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files, tests, or entry points. Start by locating the PostHog Code workflow-run UI and the existing terminal tree rendering, then determine how live agent progress, phase grouping, and parallel branches are represented. Done means workflow runs have a distinct GUI visualization while loops remain out of scope.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- ai, frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100