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