I would like to transition my chatbot from the Assistants API to Agents. Currently my assistant uses function calling to query a MySQL db, return the results as a csv file, and use the code interpreter to accurately analyse the spreadsheet. From what I’ve seen, the agents sdk does not support code interpreter yet. Would it be possible to create a system of agents which handoff to each other, including an assistant to use code interpreter, or do I have to set up the Assistant as a function which an agent can call? Im afraid the latter would result in very long response times.
The Agents SDK uses Chat Completions or Responses API under the hood, so I doubt you’ll be able to wrap an agent around the Assistants API out of the box.
Moreover, the Assistants API will be discontinued some time next year.
Hope code interpreter comes soon to Chat Completions or Responses API and the Agents SDK!
1 Like