Overview
AI Travel Agentic Copilot Tutorial
Time to complete: 20 minutes
Difficulty: Medium
What you'll learn
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
useCoAgentto allow for shared state between your UI and agent execution - 💡 How to use
useCoAgentStateRenderto implement human-in-the-loop workflows - 💡 How to render intermediate states of your agent's execution
In the next step, we'll checkout the repo, install dependencies, and start the project locally.
