Agentic AI projects and experiments.
-
AskGeorge — an AI representative for recruiters and hiring managers. It answers questions in the first person as George Traskas, grounded strictly in his real background, and it assesses how well he fits a job description you paste in, gaps stated plainly. Hybrid retrieval over a Markdown knowledge base, streaming replies in Gradio, any LLM via OpenRouter, deployed on Modal. Live here — the build walkthrough is in askgeorge.ipynb.
-
OpenAI Agents SDK — a single notebook covering the framework end to end: agents and the agent loop, tracing, streaming, function tools, memory, orchestration by code and by LLM (agents as tools and handoffs), structured outputs and guardrails. The running example is a small writing team — three agents draft a LinkedIn post in different voices, an editor picks the best one, and a tool saves it.
Uses uv:
uv syncMIT — see LICENSE.