AIP Quick Start

Run an AIP agent in 5 minutes.

1. Clone & Install

git clone https://github.com/unibaseio/aip-agent.git
cd aip-agent
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 examples/aip_agents
uv run grpc_full_agent_gradio.py

This launches a Gradio UI for a full-featured AIP agent with memory and tool support.

4. Explore More Examples

  • Chess Gameexamples/aip_chess_game

  • Trader Agentsexamples/aip_trader_agents

  • Personal Agentsexamples/aip_personal_agents


Next Steps

Last updated