Welcome to the Odyssey of Your AI Companion project! This repository contains multiple parts, each one building upon the previous to create a fully functional, AI-powered chatbot using Chainlit, LangGraph, and AWS Bedrock. Each part represents a new stage in the growth of your AI companion, from its humble beginnings to a powerful assistant.
This repository is organized into multiple subfolders, each corresponding to a specific part of the tutorial series and will follow this notation:
- part1-birth: The Birth of a New Era with AWS Bedrock and Chainlit
- part2-observing: Streaming and Observing with AWS Bedrock, Langsmith and Chainlit
Each part is accompanied by a detailed guide available on Medium. Follow along as we take you through the step-by-step process of building your AI companion:
For each part, you’ll find specific instructions in the respective subfolder’s README.md.
To get started:
git clone [https://github.com/your-repo-url](https://github.com/rivaci/ai-companion-odissey.git
cd ai-companion-odissey
Navigate to the specific part you want to work on:
cd part1-birth
Follow the instructions in each subfolder’s README.md to set up the environment and run the code for that part.