Quick Start

1. Install

pip install git+https://github.com/unibaseio/aip-agent.git
# or: git clone https://github.com/unibaseio/aip-agent.git && uv venv && uv sync --dev --all-extras

2. Environment

export MEMBASE_ID="<unique-id>"
export MEMBASE_ACCOUNT="<bnb-testnet-address>"
export MEMBASE_SECRET_KEY="<secret-key>"

Account needs BNB on BNBChain Testnetarrow-up-right.

3. Run Example Agent

cd aip-agent/examples/aip_agents
uv run grpc_full_agent_gradio.py

Hubs

Hub
Purpose

Agent connection, message exchange

Auto-saved conversations, preload

Guides

Last updated