7 ms·
Can you share technical details please? How is this implemented? Is it pure prompt-based, plugins, or do you have like script that repeatedly calls the agents?
by kaspermarstal 8mo ago
Can you share technical details please? How is this implemented? Is it pure prompt-based, plugins, or do you have like script that repeatedly calls the agents? Where does the kanban live?
- mogili1 8mo agoNot the OP, but this is how I manage my coding agent loops: I built a drag and drop UI tool that sets up a sequence of agent steps (Claude code or codex) and have created different workflows based on the task. I'll kick them off and monitor. Here's the tool I built for myself for this: https://github.com/smogili1/circuit https://github.com/smogili1/circuit
- kaspermarstal 8mo agoCool, thanks for sharing!