初始提交:OpenClaw Extra 管理工具

功能:
- 📋 智能体列表和管理
- 💬 会话内容查看
- 🤖 模型列表
- 📁 工作区文件浏览
- 🌐 Web 管理面板(端口 16026)

包含:
- FastAPI Web 后端
- 网页前端界面
- CLI 命令行工具
- Python API 客户端
This commit is contained in:
2026-07-06 22:19:48 +08:00
commit 2aaa384a05
14 changed files with 2332 additions and 0 deletions

41
.gitignore vendored Normal file
View File

@@ -0,0 +1,41 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual environments
venv/
ENV/
env/
# IDE
.idea/
.vscode/
*.swp
*.swo
# Testing
.pytest_cache/
.coverage
htmlcov/
# OS
.DS_Store
Thumbs.db