Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New OpenAI API and Tooling for an Agentic Year #5005

Open
TheDropZone opened this issue Mar 12, 2025 · 0 comments
Open

New OpenAI API and Tooling for an Agentic Year #5005

TheDropZone opened this issue Mar 12, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@TheDropZone
Copy link
Contributor

TheDropZone commented Mar 12, 2025

Based upon OpenAI's recent Agentic Updates: https://openai.com/index/new-tools-for-building-agents/

Is your feature request related to a problem? Please describe.
The local-ai project currently does not support the latest Responses API and built-in tools (web search, file search, computer use) introduced by OpenAI for building AI agents. This limits users who want to leverage these advanced capabilities with open source language models locally, preventing them from building more autonomous and efficient AI agents without relying on OpenAI's cloud-based services.

Describe the solution you'd like
I would like the local-ai project to implement the Responses API, including support for the built-in tools such as web search, file search, and computer use (or integrations with other open source tools to satisfy those things). This would enable users to build and manage AI agents locally using open source models, mirroring the functionality provided by OpenAI's API. Ideally, local-ai would provide a compatible endpoint that allows these tools to operate with local resources or user-configured services, maintaining the project's focus on local execution.

Additional context
OpenAI's new Responses API and built-in tools are designed to enhance AI agents' autonomy and functionality, allowing them to perform complex tasks like web searches, file handling, and computer interactions. Integrating these into local-ai would empower users to create advanced AI applications locally with open source models, preserving the benefits of privacy and control. Additionally, OpenAI plans to deprecate the Assistants API in favor of the Responses API by mid-2026, making this update crucial for maintaining compatibility with OpenAI's evolving standards. For more details, see the announcement: https://openai.com/index/new-tools-for-building-agents/.

Request generated thanks to a breakdown by Grok 3 :)

@TheDropZone TheDropZone added the enhancement New feature or request label Mar 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant