Generate Your Agent in Minutes
Quickly create a powerful LangChain agent from your OpenAPI specification. Simply provide your OpenAPI URL or upload a file.
Quick StartDynamic API Toolset
This project dynamically generates API agents/tools from an OpenAPI spec.
Agents
The system uses agents to handle specific tasks. Each agent is equipped with tools that correspond to a subset of the API endpoints, allowing it to autonomously perform its role.
Supervisor
The supervisor agent manages the workflow, deciding which agent should act next based on the current state of the task. This ensures efficient task completion and minimal redundancy.
State Graph
The project uses a state graph to orchestrate task execution, passing messages between agents and the supervisor to manage the flow of operations seamlessly.
LLM Integration
The agents and supervisor are powered by a language model, enabling them to intelligently process tasks, interpret instructions, and produce meaningful results.