chore: initial import of standalone agentscope project
Some checks failed
Pre-commit / run (ubuntu-latest) (push) Has been cancelled
Deploy Sphinx documentation to Pages / build_en (ubuntu-latest, 3.10) (push) Has been cancelled
Deploy Sphinx documentation to Pages / build_zh (ubuntu-latest, 3.10) (push) Has been cancelled
Python Unittest Coverage / test (macos-15, 3.10) (push) Has been cancelled
Python Unittest Coverage / test (macos-15, 3.11) (push) Has been cancelled
Python Unittest Coverage / test (macos-15, 3.12) (push) Has been cancelled
Python Unittest Coverage / test (ubuntu-latest, 3.10) (push) Has been cancelled
Python Unittest Coverage / test (ubuntu-latest, 3.11) (push) Has been cancelled
Python Unittest Coverage / test (ubuntu-latest, 3.12) (push) Has been cancelled
Python Unittest Coverage / test (windows-latest, 3.10) (push) Has been cancelled
Python Unittest Coverage / test (windows-latest, 3.11) (push) Has been cancelled
Python Unittest Coverage / test (windows-latest, 3.12) (push) Has been cancelled

This commit is contained in:
2026-03-02 18:21:40 +08:00
commit a842f1861f
561 changed files with 91892 additions and 0 deletions

14
qingjian_cs/.env.example Normal file
View File

@@ -0,0 +1,14 @@
QINGJIAN_WS_URI=ws://127.0.0.1:9528
OPENAI_API_KEY=
OPENAI_BASE_URL=https://ark.cn-beijing.volces.com/api/v3
OPENAI_MODEL_NAME=doubao-seed-2-0-pro-260215
MESSAGE_DEBOUNCE_SECONDS=6
AUTO_QUOTE_WAIT_SECONDS=18
STORE_BACKEND=mysql
STORE_SQLITE_PATH=
MYSQL_HOST=1.12.50.92
MYSQL_PORT=3306
MYSQL_USER=ai_cs_user
MYSQL_PASSWORD=Zuowei1216
MYSQL_DATABASE=ai_cs
MYSQL_TABLE_PREFIX=qjcs_