VenturesTutorial

Build an Agentic AI Travel App with CopilotKit and LangGraph

In this tutorial, you will take a simple travel application and supercharge it with an agentic copilot. You will learn:

πŸ’‘ What an agentic copilot is and how it can be used to enhance your application
πŸ’‘ How to use useCoAgent to allow for shared state between your UI and agent execution
πŸ’‘ How to use useCoAgentStateRender to implement human-in-the-loop workflows
πŸ’‘ How to render intermediate states of your agent’s execution

Timestamps:
00:00 Introduction to CoAgents
01:18 Clone the repo and start building the Travel App
02:19 LangGraph introduction
03:30 LangGraph Studio and local debugging
06:40 Copilot Cloud
07:51 Copilot Sidebar
08:58 How to retrieve state within the applications

Open Source Github: https://github.com/CopilotKit/CopilotKit

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button