Initial commit: OpenClaw workspace with habit bot and flashcard app

This commit is contained in:
joungmin
2026-02-19 03:20:51 +09:00
commit 9260f33f55
16 changed files with 1955 additions and 0 deletions

14
rag_requirements.txt Normal file
View File

@@ -0,0 +1,14 @@
# Oracle RAG - Requirements
# Install: pip install -r requirements.txt
# Oracle
oracledb>=2.0.0
# Web Framework (choose one)
flask>=2.3.0
# LLM/Embedding (MiniMax uses OpenAI-compatible API)
openai>=1.0.0
# For deployment
gunicorn>=21.0.0