This workshop will guide you through building a simple agent for searching flights with MCP tool integration.
The workshop is organized into small sections or steps, iteratively leveraging more features from the Agent Stack:
| Step | Description |
|---|---|
| 01-clone-template | Clone agent starter template and try the example agent |
| 02-create-mcp-agent | Create a basic AI agent searching with Kiwi.com MCP server |
| 03-add-form | Use LLM to generate interactive form for flight details |
| 04-visualize-results | Create interactive HTML and static PNG map of the routes from results |
| 05-add-settings | Allow users to turn off PNG or HTML output |
| 06-save-conversation | Store conversation using the Platform Context Store |
| 07-observability | Use Arize Phoenix to visualize and debug agent thinking |