chore: initial commit

This commit is contained in:
whlaoding
2026-02-21 23:01:39 +08:00
commit c2bebb3457
21 changed files with 1913 additions and 0 deletions

21
configs/env.sample Normal file
View File

@@ -0,0 +1,21 @@
MESSAGE_CHANNEL=telegram
LOG_LEVEL=info
SOUL_PATH=./bot_context/soul.md
SKILLS_DIR=./skills
REACT_MAX_STEPS=4
TELEGRAM_BOT_TOKEN=
TELEGRAM_POLL_TIMEOUT_SECONDS=30
FEISHU_APP_ID=
FEISHU_APP_SECRET=
FEISHU_VERIFY_TOKEN=
LLM_BASE_URL=https://api.openai.com/v1
LLM_API_KEY=
LLM_MODEL=gpt-4o-mini
SQLITE_PATH=./data/laodingbot.db
ALLOWED_DIRS=./workspace,./data
ALLOWED_COMMANDS=pwd,ls,cat,echo,grep,find,head,tail
WORK_DIR=./workspace