You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
one of the usecases I'm exploring is the ability to spin up 100s of agents to do a task (like, research the top 500 companies in pharma and collect their results). with cloudflare, I'd like to spin up 100s of durable objects/functions, each corresponding to an agent instance. How would you model that with fabrice? would it be possible today, or would you need some changes to your internals to make it work? (or is it not on your roadmap?) thanks for building something cool!
The text was updated successfully, but these errors were encountered:
That's really interesting. We're working on parallelism right now - thanks to @grabbou's effort on refactoring, it will be possible to run agents in parallel pretty soon. However, I'm not sure if, for your use case, we shouldn't have something even more extensive like parallel distributed computing - running these agents remotely (?)
one of the usecases I'm exploring is the ability to spin up 100s of agents to do a task (like, research the top 500 companies in pharma and collect their results). with cloudflare, I'd like to spin up 100s of durable objects/functions, each corresponding to an agent instance. How would you model that with fabrice? would it be possible today, or would you need some changes to your internals to make it work? (or is it not on your roadmap?) thanks for building something cool!
The text was updated successfully, but these errors were encountered: