How I 10X'd My AI Agents With Structured Outputs

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ม.ค. 2025

ความคิดเห็น • 34

  • @vikaskyatannawar8417
    @vikaskyatannawar8417 4 หลายเดือนก่อน +2

    I haven't used as much agents but you inspired me and gave a push to ditch Langchain in my project (which we use in company internally) , I never felt good about using langchain in production. And finally decided with my team its time to ditch it and write our own deterministic code instead of relying on framework.
    Will next try to come up with some usecases with agents for productivity in company.

  • @coachdennis6139
    @coachdennis6139 4 หลายเดือนก่อน

    Thank you! I was so happy to see you do this video. This is evolving terrifically.

    • @vrsen
      @vrsen  4 หลายเดือนก่อน

      Thanks, Dennis! I appreciate your support

  • @8eck
    @8eck 4 หลายเดือนก่อน +1

    Cool stuff mate, keep going.

  • @ricasco
    @ricasco 4 หลายเดือนก่อน +2

    First!
    Really thank you for such a quality content! The Agency Swarm framework is very cool, really fits my idea on how to build Agencies and I can't wait to be more expert on building agents, tools and schema because the possibilities are basically endless!
    I have the goal to work for you as AI Agent Developer, and I'm studying what I miss in your job offer requirements (just a little of hands-on experience on AWS and Azure, nothing that can't be fixed with good GPTs 😛), so I just advice you that in the coming weeks you'll receive an application from a strange guy who was able to built RAG apps even before knowing a line of code!

    • @vrsen
      @vrsen  4 หลายเดือนก่อน +1

      Awesome! I'll be looking forward to it. Don't worry about experience, apply anyway. We are working on our own platfrom to simplify technical requirements for AI Agent deployment

    • @ricasco
      @ricasco 4 หลายเดือนก่อน

      @@vrsen Wow! I'm going to apply asap because I'm literally ready to do my best 🙏 You'll soon receive an application from Ricasco, from Italy, with all the time and motivation in the world to help build more sophisticated agencies day by day (and with a strong network of potential clients, just in case 👀)

    • @AI_Escaped
      @AI_Escaped 4 หลายเดือนก่อน

      I sent u a dm as well about agent dev positions.

  • @yuichi.inumaru
    @yuichi.inumaru 4 หลายเดือนก่อน

    Hey brother, your work is fantastic. This is the best advanced educational channel regarding agent creation i've seen so far. I'd like to know if the structured prompts Google AI Studio provides could work for Agency Swarm theoretically, and why, if it's not too troublesome to make a video about it.

  • @nathanwilton3383
    @nathanwilton3383 4 หลายเดือนก่อน +1

    You should make a tools marketplace for specific use cases.

    • @vrsen
      @vrsen  4 หลายเดือนก่อน

      Yeah working on it

  • @8eck
    @8eck 4 หลายเดือนก่อน +4

    Go go go, now we need the full stack, backend + db, tied with frontend.

  • @aibuild1
    @aibuild1 4 หลายเดือนก่อน

    Every time I watch your stuff, I think “man this guy REALLY gets it”. Time to throw away my Langchain and crewai agents and rebuild them with agency swarm!

    • @vrsen
      @vrsen  4 หลายเดือนก่อน

      Thanks, man. It means a lot to me. Join our discord!

    • @robertboroughs7824
      @robertboroughs7824 4 หลายเดือนก่อน

      I had literally planned to spend this weekend learning LangFlow. (I understand why 'CrewAi' is limiting). Could you go into further detail as to why LangFlow is restrictive compared to the Agency Swarm? (I acknowledge you mentioned Langchain and not Langflow). Thanks.

  • @prishanf
    @prishanf 4 หลายเดือนก่อน

    What is the vs code plugging you use to create the sample react component?

    • @vrsen
      @vrsen  4 หลายเดือนก่อน +1

      Cursor

    • @OctagonRon
      @OctagonRon 4 หลายเดือนก่อน

      Ty got cursor I’m obsessed

  • @karamjittech
    @karamjittech 4 หลายเดือนก่อน

    Awesome video. Which editor you use to edit and create video

    • @vrsen
      @vrsen  4 หลายเดือนก่อน +1

      Descript + Premiere

    • @karamjittech
      @karamjittech 4 หลายเดือนก่อน

      @@vrsenthanks and for screen recording?

  • @Grazh0per
    @Grazh0per 4 หลายเดือนก่อน

    Was the final site generated with sonnet 3.5 or 4o?

    • @vrsen
      @vrsen  4 หลายเดือนก่อน

      GPT-4o. You can follow a tutorial on my channel and try it with sonnet: th-cam.com/video/AZlPelcATHo/w-d-xo.htmlsi=EtY9WCl0nutqnobS (at the end)

  • @VishnuDurairaj
    @VishnuDurairaj 4 หลายเดือนก่อน

    I have been following you since your first video.... Your contents are awesome.
    I am trying to create a class with examples in the Field but it seems 'examples' is not permitted.
    But in your video you are using 'examples'. Can you please explain me?.
    class Response(BaseModel):
    summary: str = Field(description="summary of the text.")
    escalations: list[str] = Field(description="summary of the text.",examples=['danger','emergency'])
    What us wrong with this? I am getting '"Invalid schema for function 'Response': In context=('properties', 'summary'), 'examples' is not permitted" error.

    • @vrsen
      @vrsen  4 หลายเดือนก่อน +1

      Structured outputs don’t support all parameters yet. Simply put “examples” into the description of the field

  • @moontraveler2940
    @moontraveler2940 4 หลายเดือนก่อน

    What happened to Devid???

    • @vrsen
      @vrsen  4 หลายเดือนก่อน +1

      He’s there, you can import and customize it

    • @moontraveler2940
      @moontraveler2940 4 หลายเดือนก่อน

      @@vrsen Thanks! Such awesome project but no tutorials to find

  • @iosyabrams1094
    @iosyabrams1094 4 หลายเดือนก่อน +1

    Круто!

  • @symbol9new
    @symbol9new 4 หลายเดือนก่อน

    Can you make parameter like
    agency swarm genesis [-openai_key "key" -model "gpt-4o-mini"]
    I need this model parameter, bro)

    • @vrsen
      @vrsen  4 หลายเดือนก่อน

      Yeah I got you

    • @symbol9new
      @symbol9new 4 หลายเดือนก่อน

      ​@@vrsen, Thanks, I'm waiting