LangGraph - Coding Agent (Execute & Rewrite Code)

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

КОМЕНТАРІ • 17

  • @sempercrescere6274
    @sempercrescere6274 6 днів тому +1

    Hey Markus - you are the best LLM youtuber out there - better than all these channels with many more subscribers. Your video is always sweet, short and very clear. Keep up the great work, buddy!!

  • @cobaltbu
    @cobaltbu 2 місяці тому +2

    .. I am interested in following along. I find your videos valuable. Often, with your videos,
    there is no link to the notebook in the description. In this case, there isn't a link.

  • @pradeept328
    @pradeept328 7 днів тому

    which version of langgraph you are using?

    • @codingcrashcourses8533
      @codingcrashcourses8533  7 днів тому

      does the code not work? it should not matter. newest version should work

    • @pradeept328
      @pradeept328 7 днів тому

      @@codingcrashcourses8533 not worked for me

    • @pradeept328
      @pradeept328 7 днів тому

      openai.BadRequestError: Error code: 400 - {'error': {'message': "An assistant message with 'tool_calls' must be followed by tool messages responding to each 'tool_call_id'. The following tool_call_ids did not have response messages: call_vSJe2YwfTEbGDVqA6SlXPF4u", 'type': 'invalid_request_error', 'param': 'messages', 'code': None}}

    • @pradeept328
      @pradeept328 7 днів тому

      @@codingcrashcourses8533 not working. getting below error - openai.BadRequestError: Error code: 400 - {'error': {'message': "An assistant message with 'tool_calls' must be followed by tool messages responding to each 'tool_call_id'. The following tool_call_ids did not have response messages: call_Ct9pDhbDphtKZazigl7GgKBg", 'type': 'invalid_request_error', 'param': 'messages', 'code': None}}

  • @Bchicken2
    @Bchicken2 2 місяці тому

    Hi! Thank you for making this video. Yours are always helpful. May I request a video on how to deploy a langgraph application to production using FastAPI and a simple HTML page with a file upload feature?

    • @codingcrashcourses8533
      @codingcrashcourses8533  2 місяці тому +1

      What are you especially interested in? What you mean to "production" with exactly?

    • @Bchicken2
      @Bchicken2 2 місяці тому

      ⁠@@codingcrashcourses8533I'm mostly looking forward how to integrate a frontend to any LangGraph application, just like the one in this video.
      To "production" to me is like using a middleware like FastAPI to send requests from the frontend to the LangGraph python application like the one in ur "LangChain Streaming - stream, astream, astream_events API & FastAPI Integration" video. Cos I have a langgraph application and am struggling to give it a GUI interface. 🫠

    • @codingcrashcourses8533
      @codingcrashcourses8533  2 місяці тому +1

      @@Bchicken2 ok, lets do that :)

    • @Bchicken2
      @Bchicken2 2 місяці тому

      @@codingcrashcourses8533thank u, i love u 🥹

    • @codingcrashcourses8533
      @codingcrashcourses8533  2 місяці тому +1

      @@Bchicken2 Ok, got that. I will create that project, with streaming