kuma-claw
agent
Warn
Health Warn
- License — License: Apache-2.0
- No description — Repository has no description
- Active repo — Last push 0 days ago
- Community trust — 11 GitHub stars
Code Pass
- Code scan — Scanned 12 files during light audit, no dangerous patterns found
Permissions Pass
- Permissions — No dangerous permissions requested
No AI report is available for this listing yet.
README.md
Kuma Claw
🦞 基于 Google ADK 的智能办公助手
👥 招募开发者
我们正在寻找志同道合的开发者一起打造开源 AI 助手!
🎯 项目愿景
让每个小微企业/个人开发者都能拥有零成本部署的 AI 办公助手,一键部署到 GCP 免费额度。
🔧 技术栈
| 领域 | 技术 |
|---|---|
| 后端 | Python 3.11+, Google ADK, FastAPI |
| 部署 | GCP Cloud Run, Docker, Cloud Build |
| 渠道 | Telegram Bot API, Slack API |
| AI | Google Generative AI (Gemini) |
| 工具 | Git, pytest, GitHub Actions |
🙋 需要的角色
- 后端开发 - Python/API 开发经验
- 前端开发 - Web UI/管理面板(计划中)
- Skills 开发者 - 编写新技能模块
- 文档/翻译 - 中/日/英多语言支持
- 测试 - 单元测试/集成测试
🎁 你能获得什么
- 📈 开源项目经验(可写进简历)
- 🤝 认识优秀的开发者
- 💡 学习 AI Agent/GCP 部署实战
- 🌟 GitHub 贡献记录
- ☕ 线上技术分享会
📮 如何加入
- Fork 仓库 开始贡献代码
- 加入讨论 - 在 Issues 中参与讨论
- 联系我们 - [email protected] 或直接在 Issue 留言
新手? 查看标记为 good first issue 的任务开始!
🚀 一键部署
5 分钟部署到 GCP 免费额度!
- 📖 GCP 部署指南 - 详细部署步骤
📚 文档
详细文档已移至 docs/ 目录:
- 📦 部署指南 - GCP 一键部署(新增)
- 交付文档 - 项目交付总结
- 快速参考 - 常用命令和 API 速查
- 集成指南 - 如何集成 Kuma Claw
- 技能系统 - Skills 系统使用说明
- 安全策略 - 安全最佳实践
🚀 快速开始
1. 安装依赖
pip install -r requirements.txt
2. 配置环境变量
cp .env.example .env
# 编辑 .env 文件,填入必要的 API 密钥
3. 运行
# 命令行模式
python -m kuma_claw.main
# 或作为服务运行
python -m kuma_claw.gateway
🎯 核心功能
- 多渠道支持: Telegram, Slack, Web (Discord, WhatsApp 计划中)
- Skills 系统: 模块化技能扩展机制
- 记忆系统: 长期记忆和上下文管理
- Google Workspace: Gmail, Calendar, Sheets, Docs 集成
- 网络搜索: DuckDuckGo 实时信息检索
📁 项目结构
.
├── kuma_claw/ # 核心代码
│ ├── agent.py # Agent 定义
│ ├── channels/ # 渠道实现
│ ├── tools/ # 工具集
│ ├── skills/ # Skills 系统
│ └── prompts/ # 提示词模板
├── tests/ # 测试套件
├── docs/ # 文档
├── .github/workflows/ # CI/CD
├── requirements.txt # 依赖
└── pytest.ini # 测试配置
🧪 测试
# 运行所有测试
pytest
# 运行测试并生成覆盖率报告
pytest --cov=kuma_claw --cov-report=html
🤝 贡献
欢迎贡献:
- 新的 Skills
- Bug 修复
- 文档改进
- 功能建议
查看 CONTRIBUTING.md 了解详细的贡献指南。
📄 许可证
Apache License 2.0
🔗 相关链接
版本: v0.1.1
状态: 🚀 开发中
Reviews (0)
Sign in to leave a review.
Leave a reviewNo results found