OpenAI links
has
- Among other things......
- ....
- Tools and Special Modes
- Deep research
- Image Input and Generation
- File Uploads (Documents)
- Data Analysis
- Memory
- Scheduled Tasks
has
- excel
- pdf
- pandas and charts
has
- Visual browser for interacting with websites
- Code interpreter for running code and analyzing data
- Connectors for accessing read-only data sources
- Terminal for executing supported commands
has
- entry point for all MAJOR areas liks
- Enterprise
- Codex
- ChatGPT
- ....
has
- The new Responses API?(opens in a new window), combining the simplicity of the Chat Completions API with the tool use capabilities of the Assistants API for building agents
- Built-in tools including web search?(opens in a new window), file search?(opens in a new window), and computer use?(opens in a new window)
- The new Agents SDK?(opens in a new window) to orchestrate single-agent and multi-agent workflows
- Integrated observability tools?(opens in a new window) to trace and inspect agent workflow execution
has
- part of Agents SDK docs
- along with streaming
- uses SQL dbs to maintain them
if I develop agents with agents sdk where do I run them?
- Short answer
- ....
- You need to host them on web service
- invoked by the web call
- it can reply right away
- it can stream back
- it can be long running with webhooks or write to external
- ....
- Session managed by agents
- they run in their own servers
- They use tools internally including other agents..
- ....
- ChatGPT will not do the multi-agent loop
- Use CustomGPT that uses an HttpAction (not MCP)
- MCPs are limited to reads in OpenAI
has
- ...how only some data is indexed
- for the rest it relies on the source search