Skip to main content

Meet BondAI

logo

License: MITPyPIPyPI

Build highly capable Single and Multi-Agent Systems.

What is BondAI?

BondAI is an open-source tool for developing AI Agent Systems. BondAI handles the implementation complexities including memory/context management, error handling, vector/semantic search and includes a powerful set of out of the box tools and integrations. BondAI's implementation is based on the latest research including support for ReAct, Multi-Agent and Conversable Agent systems based on the AutoGen paper, and a Tiered Memory System based on the MemGPT paper. Additionally, BondAI comes with a CLI interface and a REST/WebSocket Agent Server.

BondAI Integrations

BondAI comes out of the box with a powerful set of integrations.

openai logoOpenAIBondAI supports any combination of OpenAI models and services including all GPT-N, GPT-4 Vision, Dalle-E 3, and Embeddings.
azure logoMicrosoft AzureBondAI fully supports connectivity to GPT-N, Dalle-E and Embedding APIs through Microsoft's Azure OpenAI services.
google logoGoogle SearchAllows BondAI to search the internet. Requires a Google Search API Key and CSE ID
duckduckgo logoDuckDuckGoAllows BondAI to search the internet. No API keys required.
alpaca markets logoAlpaca MarketsAllows BondAI to buy and sell stocks and crypto. Requires an Alpaca Markets account.
postgres logoPostgreSQLBondAI can automatically extract the schema from a Postgres DB and process natural language queries.
bland.ai logoBland AIAllows BondAI to make phone calls and process/retrieve call transcripts. Requires a Bland.ai account.
gmail logoGmailAllows BondAI to search and read emails.
langchain logoLangChainUse BondAI's LangChainTool class to import any tool from LangChain into BondAI.