You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AgentBridge is a framework that allows you to expose your application components and functions to AI agents. It provides a standardized way for agents to discover, interact with, and manipulate your application.
Connect AI agents to your web and mobile applications with ease.
Overview
AgentBridge is a framework that allows you to expose your application components and functions to AI agents. It provides a standardized way for agents to discover, interact with, and manipulate your application.
Features
Dual-Mode Communication: Choose between Pub/Sub services like Ably and Firebase, or Self-Hosted mode with WebSockets
Framework Support: Ready-to-use SDKs for React, Angular, and React Native
Component Registration: Easy component registration with HOCs, hooks, or decorators
Function Registration: Expose application functions to agents
# Core package
npm install @agentbridge/core
# Framework SDKs
npm install @agentbridge/react # For React applications
npm install @agentbridge/angular # For Angular applications
npm install @agentbridge/react-native # For React Native applications# Communication Providers
npm install @agentbridge/provider-ably # For using Ably as communication provider
npm install @agentbridge/provider-firebase # For using Firebase as communication provider
AgentBridge is a framework that allows you to expose your application components and functions to AI agents. It provides a standardized way for agents to discover, interact with, and manipulate your application.