1
retard
153d

I want to build a community where people can create LLM agents (custom function calling, API calling, response formats, computer use, etc..) and publish them. Then other people can use those agents to work together to create complex workflows for specific tasks.
These workflows can either work on the website itself or you can docker pull the image and run them on your own machine.
Do you think it's just a fancy idea or something that can actually pull off?

Comments
  • 1
    @retoor I don't want to write a bot myself. I want to build a platform where people can build custom agents, and connect them together to create sophisticated workflows that actually works and automates some shit.
  • 2
    @jestdotty but the idea is to automate real stuff. Character ai is a platform for entertainment.
  • 0
    @jestdotty @retoor is right. If you can utilise all the features provided by openai then you can build an agent by yourself too. Those specialised agents are just specific prompts and connected with dedicated functions, API calls or response formats.
    To make it even better you can fine tune those models on specific tasks, and that is the last stage of developing a great agent.
  • 0
    @retoor I'll use python with fast API for backend, and jQuery at frontend.
  • 0
    @retoor Thank you, will keep you updated with the progress.
Add Comment