-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Oracle recently introduced the Open Agent Specification (Agent Spec) which is a framework-agnostic, declarative standard designed to make AI agents and workflows portable, reusable, and executable across any compatible framework.
Announcement - https://blogs.oracle.com/ai-and-datascience/post/introducing-open-agent-specification
Feature Request:
To provide an OpenAI Agents Adapter to import AI Agents into OpenAI Agents.
As examples, there are two adapters provided:
- An Autogen adapter - agent-spec/adapters/autogenagentspecadapter at main · oracle/agent-spec · GitHub
- An Langgraph adapter - agent-spec/adapters/langgraphagentspecadapter at main · oracle/agent-spec · GitHub
It would be highly valuable to see native support within OpenAI Agents for importing agents using this specification. Such integration could pave the way for a truly open Agent Registry, much like how ONNX standardized model exchange across deep learning frameworks.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request