Comments

Hacker News

I have something simmilar brewed in my multi-agent system, showing and saving cost data on every agent flow run.

by dilushin

Interesting project. Most of what I read appears to deal well with a linear agent session.

How does it handle concurrent agent/subagent spawning?

Do they fall under the same sessionId (where they're potentially fighting over the warm route breaking it with every task-type change) or get their own individual sessionIds (where you must rewrite the shared prefix for each agent)?

by jarodrh

Join the discussion

Write your take first — we'll ask for email only when you're ready to publish.

  • Hacker News
  • how does it compare to sakana?
  • Nice
  • Foreman is too well known imo
  • I have something simmilar brewed in my multi-agent system, showing and saving cost data on every agent flow run.
  • Interesting project. Most of what I read appears to deal well with a linear agent session.

    How does it handle concurrent agent/subagent spawning?

    Do they fall under the same sessionId (where they're potentially fighting over the warm route breaking it with every task-type change) or get their own individual sessionIds (where you must rewrite the shared prefix for each agent)?

  • Name collision with Foreman, the provisioning/patching tool.

    https://en.wikipedia.org/wiki/Foreman_(software)