https://github.com/blazity/agentbridge
A framework to connect APIs with AI agents
https://github.com/blazity/agentbridge
agents ai-agents ai-sdk llm vercel-ai-sdk
Last synced: about 1 month ago
JSON representation
A framework to connect APIs with AI agents
- Host: GitHub
- URL: https://github.com/blazity/agentbridge
- Owner: Blazity
- Created: 2025-05-08T16:47:56.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-05-15T23:24:57.000Z (5 months ago)
- Last Synced: 2025-08-04T06:34:03.163Z (2 months ago)
- Topics: agents, ai-agents, ai-sdk, llm, vercel-ai-sdk
- Language: TypeScript
- Homepage: https://agentbridge.org
- Size: 138 KB
- Stars: 8
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AgentBridge
This monorepo contains the AgentBridge client library and CLI tool for processing and transforming APIs into the AgentBridge Protocol format.
## Overview
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:
1. **CLI Tool**: Convert OpenAPI/Swagger specifications to AgentBridge Protocol format
2. **Client Library**: Interact with APIs using AgentBridge Protocol schemas## Components
- [CLI Tool](packages/cli/README.md) - Command-line interface for converting API specifications
- [Client Library](packages/client/README.md) - TypeScript library for interacting with AgentBridge-compatible APIs## Getting Started
Check the component-specific READMEs linked above for detailed usage instructions.