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-extras2. Environment
export MEMBASE_ID="<unique-id>"
export MEMBASE_ACCOUNT="<bnb-testnet-address>"
export MEMBASE_SECRET_KEY="<secret-key>"3. Run Example Agent
cd aip-agent/examples/aip_agents
uv run grpc_full_agent_gradio.pyHubs
Hub
Purpose
Guides
Last updated