pip install -r requirements.txt
.env.example
to .env
and add the necessary variablespython crawl_pydantic_ai_docs.py
to crawl and index the documentationStreamlit run streamlit_ui.py
to start talking with the agent<think>
tags for tooling, I wanted to test Deepseek R1 Distill Llama 8B but Qwen is already giving really good results so it became unnecessary to explore.Posted Jun 7, 2025
Developed an AI agent using Pydantic AI, LangGraph, and LangChain with a Streamlit frontend, Supabase integration and Langfuse for observability.