A deep-research workflow powered by Google Custom Search and a set of specialized agents. It plans searches, collects short page previews, and produces a long-form markdown report. Optionally, it can send the report as an HTML email, and a simple Gradio UI streams progress and the final result.
Demonstrates an AI-powered job application evaluation flow using the OpenAI Agents SDK. Three candidate agents (junior, mid-level, senior) generate their own application emails; an HR Manager agent evaluates them and selects the best. An Email Manager agent generates a subject line, converts the chosen email to HTML, and sends it via a mail tool.
Demonstrates Model Context Protocol (MCP) integration with OpenAI Agents SDK to enable specialized tool usage through multiple MCP servers. Features filesystem operations, web scraping with Playwright, and Brave Search capabilities. Includes a comprehensive Jupyter notebook demo with step-by-step examples for each MCP server.
A modular trading bot demonstrating account management, market data access, and agent-driven trading workflows. Includes multiple local services (market, accounts, search, memory, fetch/push), MCP configuration, tracing utilities, and a Jupyter notebook demo.