Support using swagger specs/openapi specs to generate tools for agents. #7095
sharanyabhat
started this conversation in
Feature suggestions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In AutoGen AgentChat, it would be highly beneficial if we could pass a Swagger JSON file or OpenAPI specification directly to an agent (e.g. AssistantAgent), which could then automatically convert the defined endpoints into callable tools.
This would allow agents to leverage existing REST APIs seamlessly to answer user queries, without requiring manual tool creation or wrapper code.
Currently, this kind of functionality is available in MCP, where OpenAPI/Swagger specs can be ingested and exposed as tools for agents. Extending similar support to AgentChat would simplify API integration especially in multi-agent workflows.
Beta Was this translation helpful? Give feedback.
All reactions