Multiple LLM Agents perform analysis on an ongoing conversation. Next JS project with Vercel AI SDK

Поділитися
Вставка
  • Опубліковано 14 жов 2024

КОМЕНТАРІ • 16

  • @echohive
    @echohive  4 місяці тому

    Download the Project files for this project at my Patreon along with 250+ other projects:www.patreon.com/posts/multiple-llm-on-106220356
    Learn to code fast with my 1000x MasterClass:
    www.patreon.com/posts/1000x-dev-103326330
    Search 200+ echohive videos and code download links:www.echohive.live/
    Auto Streamer: www.autostreamer.live/
    Fastapi course: www.patreon.com/posts/learn-fastapi-26-95041684
    Chat with us on Discord: discord.gg/PPxTP3Cs3G
    Follow on twitter(X) : twitter.com/hive_echo

  • @mohammadalaaelghamry8010
    @mohammadalaaelghamry8010 3 місяці тому

    Amazing work echo. I am very glad that youtube has recommended your video to me, I have lost the link to your channel, but now I have subscribed. Looking forward to seeing you prgoress even more.

    • @echohive
      @echohive  3 місяці тому

      Thank you so much for the kind words and the encouragement!🙏

    • @mohammadalaaelghamry8010
      @mohammadalaaelghamry8010 3 місяці тому

      @@echohive You’re most welcome.

  • @blubberkumpel6740
    @blubberkumpel6740 4 місяці тому +1

    Cool. I think you could also implement another layer of agents, which can Analyse all of the original Chat and the other agents in the layer below. One could make even more Abstraktion layers and distill a final answer to replace the original Chat answer.

    • @echohive
      @echohive  4 місяці тому +1

      Thank you. And yes! I do want to make some more experiments with setups like these and deeper ones too.

  • @mikelCold
    @mikelCold 4 місяці тому

    Very cool, and great demo of v0

    • @echohive
      @echohive  4 місяці тому

      Thank you 🙏

  •  4 місяці тому +1

    This is terrific !!!

    • @echohive
      @echohive  4 місяці тому

      Thank you so much! 🙏 glad to hear that :)

    •  4 місяці тому +1

      @@echohive You can! I am a computer scientist with 30Y+ experience, I wrote my first AI prog in 89. This tuto gave me a great idea for a quite complex project about mental health. To have it better understood by mgt I will display live REACT of different agents in separate windows. Thanks again. By the way I am learning next.js +Vercel, you got me convinced 😊

    • @echohive
      @echohive  4 місяці тому

      Thank you 🙏 I am happy you find an inspiration from this project. I resisted next js for a bit but at the end I had to try it and so far I really love it.

  • @nullvoid12
    @nullvoid12 4 місяці тому

    Seems to be just running Autogen in the backend using vercel ai sdk

    • @echohive
      @echohive  4 місяці тому +1

      Actually each agent is a straight forward api call to OpenAI using Vercel ai sdk. No autogen in this project

    • @nullvoid12
      @nullvoid12 4 місяці тому

      @@echohive ok.. can we use this setup and vercel SDK with react native?

    • @echohive
      @echohive  4 місяці тому

      I am not so sure about that. Please refer to Vercel ai sdk documentation. I am still learning next js and react and I don’t know of all the nuanced differences very well yet.