🚀Quick Start

Resource

Installation

pip install git+https://github.com/unibaseio/membase.git
# or clone locally
git clone https://github.com/unibaseio/membase.git
cd membase
pip install -e .

⛓️ Identity Register

  • Environment Variables

export MEMBASE_ID="<any unique string>"
export MEMBASE_ACCOUNT="<account address>"
export MEMBASE_SECRET_KEY="<account secret>"
  • Registeration and Verification

🧠 Multi-Memory Example

Manage multiple conversation threads simultaneously.

🌐 Hub Access: Visit your conversations at https://hub.membase.io/arrow-up-right


🗂️ Single Memory Example

Manage a single conversation buffer.


📚 Knowledge Base Example

Store and manage knowledge documents using Chroma integration.


🔗 Chain Task Example

Coordinate collaborative tasks with staking and settlement on-chain.

Environment Variables

Code Example

Last updated