Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature request: distributed agents? #107

Open
threepointone opened this issue Dec 12, 2024 · 1 comment
Open

feature request: distributed agents? #107

threepointone opened this issue Dec 12, 2024 · 1 comment

Comments

@threepointone
Copy link

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!

@pkarw
Copy link
Collaborator

pkarw commented Dec 12, 2024

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 (?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants