images RAG Answering questions, based on a domain-specific data Assistant Collaborate with the user and use tools, to complete a task Agents Autonomous Agents, that works together to create tasks and requires only little user interaction
write and run Python to solve problems • Code runs in a sandbox Web Search • Fetch up-to-date information from the web • Does semantic search on the content File Search • Perform semantic search across your documents • Includes file storage and vector store Computer Use • Understand and control a computer or browser • For complex tasks Local Shell • Execute commands on a local machine • For operational tasks
of multi-agent workflows Successor to OpenAI's Swarm framework Available for Python and Node.js pip install openai-agents npm install @openai/agents
Agents can interact with each other and doing tasks together With the help of tools and MCP, the systems can act actively Agents SDK is a great framework for developing AI-Agents