Multi-agent research assistant in Python with OpenAI SDK
OpenAI released Agents SDK for Python — a framework for creating multi-agent systems. In the research assistant, each agent handles its own task: searching info

◐ Listen to article
OpenAI released Agents SDK for Python — a framework for creating multi-agent systems. In the research assistant, each agent handles its own task: searching information, analyzing it, synthesizing results. All work in parallel, accelerating research. The SDK simplifies development and coordination.