LangGraph state

Поделиться
HTML-код
  • Опубликовано: 24 янв 2025

Комментарии • 5

  • @TheGreatSarastro
    @TheGreatSarastro 5 месяцев назад

    Best tutorial I've ever seen regarding langgraph.

    • @business24_ai
      @business24_ai  5 месяцев назад +1

      Glad you liked it. If you like join our community: www.skool.com/business24ai/

  • @mikew2883
    @mikew2883 6 месяцев назад

    Excellent tutorial! 👍

  • @kavururajesh1760
    @kavururajesh1760 4 месяца назад

    Wow it was a great Tutorial. I have one doubt Is it possible to create a conditional logic for a credit card application process in LangGraph where we pass a JSON file containing user details (account salary and credit score)? The logic should check if both the credit score is greater than 650 and the salary is greater than 35,000. If either condition fails, the process should proceed to a manual step for a text-based conversation. Based on the outcome (Yes/No) of this conversation, if 'No', the process should exit. If 'Yes', it should continue to the payment transaction details limit. However, if both conditions pass initially, the process should directly proceed to the transaction limit step without manual intervention. How can this be implemented in LangGraph?