Accelerate Software Creation with AI Agents: Quick Tutorial

Sdílet
Vložit
  • čas přidán 6. 09. 2024

Komentáře • 8

  • @levbszabo
    @levbszabo Před 20 dny +1

    Love your channel bro - working on learning a lot of this stuff right now

    • @TylerReedAI
      @TylerReedAI  Před 20 dny

      Thanks man appreciate that! If you have questions, let me know

  • @C650101
    @C650101 Před 2 měsíci

    Nice vid. Ok, what if i want to generate C# instead of python? Can it do that? Might be a good vid for you.

  • @AdminOne-hj4dt
    @AdminOne-hj4dt Před 3 měsíci +1

    Awesome stuff bro.

  • @MrMoonsilver
    @MrMoonsilver Před 3 měsíci +1

    This is a really smart move! Question: if I wanted to use this agent in one of my apps instead of using the llm directly with an api call (like localhost:1234/v1/chat/completions), how would you do that? I'm looking for something that looks and behaves like the regular api-endpoint but behind there's an agentic framework, maybe even rag. Could be a very noob question, but would be thrilled to hear if that exists or is possible.

    • @TylerReedAI
      @TylerReedAI  Před 3 měsíci

      Gotcha so something you could do is use FastAPI. Then put an initiate chat inside of it. Then you can just call that endpoint like localhost:5000/agent/get-code
      Then this would start the chat and you could have it return the last message from the chat

    • @MrMoonsilver
      @MrMoonsilver Před 3 měsíci +1

      @@TylerReedAI you are a legend, thank you very much! Will try! Really appreciate your content, thank you for what you do for the community.