~cytrogen/evi-run

evi-run/README.md -rw-r--r-- 17.8 KiB
f9177ebb — Cytrogen 9 days ago main
fork: 定制修改 + 敏感数据清理

- agent 名改为「澜」,prompt 从外部文件加载
- 添加中文 i18n (I18N/zh/)
- docker-compose: 添加 healthcheck、移除 fastapi 服务
- bot/main.py: 添加 UnknownIntent 错误处理
- config.py → config.py.example,排除私人配置
- prompts/*.txt 排除,提供 .sample 模板
- .env.example 格式优化
update README.md
update README.md
update README.md
Update Python version in README
a4c0dce7 — Alex Flash 5 months ago
Update README.md
6300c1d2 — Alex Flash 5 months ago
Update README.md
Update README.md and agents_.py - improvements and modifications
feat: Add task scheduler system, multiple admins support, GPT-5 integration

- Add complete task scheduling system with CRUD operations
- Support for once/daily/interval task types
- Multiple admins support throughout the system
- GPT-5 integration for Deep Agent with reasoning capabilities
- New AI tools for task management (create, update, delete, list)
- Improved localization with task scheduler messages
- Fixed credit allocation logic for admins
- Enhanced user experience with structured capability descriptions
- Added performance optimizations for MCP servers
chore: update README and agents_tools/agents_.py
Update README.md
docs(readme): update GPT-5 examples and model_settings; replace hardcoded line refs
Simplify configuration examples in README
Rename evi.run to evi-run and improve README structure
docs: clarify Memory Management description
Remove automatic release workflow and badge from README
Initial commit