AIP Quick Start
1. Clone & Install
git clone https://github.com/unibaseio/aip-agent.git
cd aip-agent
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 examples/aip_agents
uv run grpc_full_agent_gradio.py4. Explore More Examples
Next Steps
Last updated