Master AI Agent Development with LangGraph Studio

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

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

  • @nyceyes
    @nyceyes 5 дней назад +2

    Hello 13:00 What code statement(s) are generating the prompt inputs seen in your UI (which you are typing into)?. As you answer, assume others are not running on Apple devices. It's not clear in LangGraph here.

    • @lorevanoudenhove
      @lorevanoudenhove  5 дней назад

      If you want to invoke the agent from CLI, you can use graph.stream({"messages": ("user", question)}). You can find more details on it in my Medium article medium.com/@lorevanoudenhove/how-to-build-ai-agents-with-langgraph-a-step-by-step-guide-5d84d9c7e832. 😊