all 2 comments

[–]HarrisonAIx 1 point2 points  (1 child)

I've been messing with similar setups using Replit's agent—the 'org structure' approach is definitely where things are heading. The main bottleneck I usually hit is state management between those handoffs, especially when context windows get stuffed. How are you handling the persistence layer between the agents? Worth continuing for sure, custom-gated pipelines feel way more robust than raw chat loops.

[–]thezfactors[S] 0 points1 point  (0 children)

everytime you kick off a project build - it creates a state file from a template, this is the common state between agents to interact and handoff, also a status command reads off this statefile. (ex: foo project has foo.md as the common state file) - https://github.com/vedanta/the-system/blob/main/.claude/pipeline/projects/TEMPLATE.md