This monorepo contains the AgentBridge client library and CLI tool for processing and transforming APIs into the AgentBridge Protocol format.
AgentBridge simplifies the process of making APIs accessible to AI agents by transforming traditional API specifications into a standardized format optimized for agent consumption. The project consists of two main components:
- CLI Tool: Convert OpenAPI/Swagger specifications to AgentBridge Protocol format
- Client Library: Interact with APIs using AgentBridge Protocol schemas
- CLI Tool - Command-line interface for converting API specifications
- Client Library - TypeScript library for interacting with AgentBridge-compatible APIs
Check the component-specific READMEs linked above for detailed usage instructions.