Thanks! I am in the process of putting together a video that walks you through creating an agent workforce on your own by knowing little to no code.. Stay tuned!
I've been having some environment issues and I'm going to try conda out instead of docker. I've been wanting to make little swarms of agents to do things. I'd like to have some that scrape the internet for things, maybe call APIs and then pass that data to the next agent to work with. The idea there would be to help offload some expenses by using a cheaper model for things it was already good for.
Apologies for the delay! I was inundated with new clients I am servicing. Conda can be a good choice for managing environments. For your agent swarms, consider libraries like BeautifulSoup for web scraping and requests for API calls. You can pass data between agents using message queues or shared databases. Hope this helps!
I think the most helpful thing would to see real world examples of how you are building this into a production app. There’s countless examples of just walking through what you did in the video, but none of them are actual production apps
This is amazing! Yes we want to see the AI agent workforce!
Thanks! I am in the process of putting together a video that walks you through creating an agent workforce on your own by knowing little to no code.. Stay tuned!
I've been having some environment issues and I'm going to try conda out instead of docker. I've been wanting to make little swarms of agents to do things. I'd like to have some that scrape the internet for things, maybe call APIs and then pass that data to the next agent to work with. The idea there would be to help offload some expenses by using a cheaper model for things it was already good for.
Apologies for the delay! I was inundated with new clients I am servicing. Conda can be a good choice for managing environments. For your agent swarms, consider libraries like BeautifulSoup for web scraping and requests for API calls. You can pass data between agents using message queues or shared databases. Hope this helps!
Great video, yes thanks any code you can share for any use case will be awesome
Thanks! I will share the code in the video in the video description. Is this what you were looking for?
@@FrankFrederico that would be great thanks!
I think the most helpful thing would to see real world examples of how you are building this into a production app.
There’s countless examples of just walking through what you did in the video, but none of them are actual production apps
Working on putting a video together with a real-world example! Hopefully it will give you some more value@@izayahhudnut
Would love to see what was built for the law form as I am looking to see more complex builds that go beyond the hello world examples
Ok, I am putting together a video on how to build out your own agent workforce with no code but will include that as an example. Stay Tuned!
@FrankFrederico, you might wanna blur out your API Key for GPT3.5 or some people might do some bad things with it :|
Thank you for this! Sorry for the delayed response. I have been busy with new clients and did not get the chance to respond!