

A LangGraph + LangChain agent that converts natural-language questions into SQL, executes them, and returns results. Served as a Django web app with a self-hosted sqlcoder-7b LLM via Ollama and PostgreSQL, containerized with Docker Compose.
A conversational GPT-4.1 agent that books flights end-to-end via function/tool calling — collecting passenger details, searching flights, and confirming bookings against a live API.
An agentic application built with the OpenAI Agents SDK using agent handoffs, input/output guardrails, sessions, and built-in tracing, routed across multiple model providers (OpenAI, Anthropic, Google, Llama) through OpenRouter.
A FastAPI service that uses an LLM (Gemini 2.0 Flash via OpenRouter) to evaluate seller product statements and return a calibrated confidence level, with all-MiniLM-L6-v2 embeddings stored in a Qdrant vector database.