6 ms·
Show HN: Multi-Agent AI with OpenAI Agents SDK (Analysts → Statisticians)
Built a multi-agent research system with OpenAI Agents SDK where specialized AI agents collaborate autonomously:
Master Orchestrator → Data Analyst → Statistician → Report Writer
Each agent has specific expertise. The orchestrator delegates tasks. All agents can execute code securely to solve problems.
Example workflow: "Analyze e-commerce data"
- Data Analyst: writes Python to load/clean data, spots trends
- Statistician: performs significance tests, calculates growth rates
- Report Writer: synthesizes findings into executive summary
This demonstrates OpenAI Agents SDK's handoff system + autonomous code execution working together. One of 6 examples including a stock analyst with ML predictions, interactive coding assistant, and data viz pipelines.
GitHub: https://github.com/Cognitora/Integration-Example-OpenAI-Agents-SDK https://github.com/Cognitora/Integration-Example-OpenAI-Agen...