Skip to content

Feature request: OpenAI responses API support #1610

Description

@cwong15

OpenAI's Responses and Conversations APIs offer some significant benefits. Two tracks come to mind:

  • server-side persistence
  • server-side tools

Conversation persistence is a nice feature: it gives you memory without any DB infrastructure. All you need is the "previous response ID" to pass back between invocations. You don't need to send the conversation. Not needing a DB for persistence is a big win.

I can understand that taking advantage of server-side tools might give you pause because you want control over the tool loop. But using the API's response ID internally in your loop and providing that ID in your agent's response is a different issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions