Initial commit: OpenClaw Memory System MVP

This commit is contained in:
daotong
2026-04-04 11:15:57 +00:00
commit f18f4daea5
14 changed files with 1389 additions and 0 deletions

14
.env.example Normal file
View File

@@ -0,0 +1,14 @@
# Database Configuration
DB_HOST=postgres
DB_PORT=5432
DB_NAME=openclaw
DB_USER=postgres
DB_PASSWORD=postgres
# API Configuration
PORT=3000
NODE_ENV=production
# Embedding Service (optional, for semantic search)
# EMBEDDING_API_URL=http://embedding-service:8080
# EMBEDDING_API_KEY=your-key