Update version to 0.7.0
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
parent
e538d84e13
commit
7a186e777a
2
bot.py
2
bot.py
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env python3
|
||||
"""
|
||||
Telegram CLI Bot - бот для выполнения CLI команд с многоуровневым меню.
|
||||
Версия: 0.5.3 (модульная структура)
|
||||
Версия: 0.7.0 (AI Provider Manager для работы с любым AI-провайдером)
|
||||
"""
|
||||
|
||||
import os
|
||||
|
|
|
|||
|
|
@ -227,10 +227,10 @@ Filesystem Size Used Avail Use% Mounted on
|
|||
|
||||
## 🎯 ТЕКУЩАЯ ВЕРСИЯ
|
||||
|
||||
**Bot Version:** 0.5.3
|
||||
**AI Agent:** Autonomous with auto-tool selection
|
||||
**Bot Version:** 0.7.0
|
||||
**AI Provider Manager:** Support for multiple AI providers (Qwen, GigaChat)
|
||||
**Memory:** ChromaDB RAG + Vector Memory
|
||||
**Tools:** ddgs_search, rss_reader, ssh_executor, cron_manager
|
||||
**Tools:** ddgs_tool, rss_tool, ssh_tool, cron_tool
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue