Initial commit

This commit is contained in:
Mimikko-zeus
2026-01-07 00:17:46 +08:00
commit 4b3286f546
49 changed files with 2492 additions and 0 deletions

9
requirements.txt Normal file
View File

@@ -0,0 +1,9 @@
# LocalAgent MVP 依赖
# 使用 Anaconda 创建虚拟环境后安装:
# conda create -n localagent python=3.10
# conda activate localagent
# pip install -r requirements.txt
python-dotenv>=1.0.0
requests>=2.31.0