← 返回命令列表

Linux command

bondai 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Start an interactive chat session

bondai

Run BondAI in a Docker container

docker run -it --rm -v ./agent-volume:/agent-volume -w /agent-volume -e OPENAI_API_KEY=[key] krohling/bondai:latest bondai

Set the required API key

export OPENAI_API_KEY=[sk-XXXXXXXXXX]

说明

BondAI is an open-source framework for building AI agent systems. The CLI provides an interactive chat interface where users can communicate with an AI agent that has access to a powerful set of built-in tools for search, file operations, code execution, and external integrations. The agent handles complex implementation details including memory and context management, error handling, and vector/semantic search. It can perform multi-step tasks autonomously, using tools as needed to accomplish goals. Built-in tools include DuckDuckGoSearchTool and GoogleSearchTool for web search, WebsiteQueryTool for querying webpage content, FileWriteTool for file operations, PythonREPLTool for Python code execution, and ShellTool for shell access. Additional integrations support PostgreSQL databases, Gmail, Alpaca Markets for trading, and Bland AI for phone calls.

FAQ

What is the bondai command used for?

BondAI is an open-source framework for building AI agent systems. The CLI provides an interactive chat interface where users can communicate with an AI agent that has access to a powerful set of built-in tools for search, file operations, code execution, and external integrations. The agent handles complex implementation details including memory and context management, error handling, and vector/semantic search. It can perform multi-step tasks autonomously, using tools as needed to accomplish goals. Built-in tools include DuckDuckGoSearchTool and GoogleSearchTool for web search, WebsiteQueryTool for querying webpage content, FileWriteTool for file operations, PythonREPLTool for Python code execution, and ShellTool for shell access. Additional integrations support PostgreSQL databases, Gmail, Alpaca Markets for trading, and Bland AI for phone calls.

How do I run a basic bondai example?

Run `bondai` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

Where can I find more bondai examples?

This page includes 3 examples for bondai, plus related commands for nearby Linux tasks.