An open API service indexing awesome lists of open source software.

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

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.