Update I18N/en/txt.ftl & I18N/ru/txt.ftl
Fixed a web search issue. DEX analytics is separated into a separate agent. Some other tool routing errors have been fixed.
update instructions in bot/agents_tools/agents_.py
send_answer: dynamic budget, safe HTML splitting, pre/code fixes, HTML comments escaping; agents_: tool routing wording; cleanup (remove dead code)
chore(gitignore): ignore tests/, pytest artifacts and local pytest.ini
Update Python version in README
Update localization files (I18N)
Update README.md and agents_.py - improvements and modifications
feat(agent): inject runtime UTC context; fix date handling policies; adjust deep_knowledge routing
Localization updates: English and Russian
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 .gitignore (ignore docs/ and mkdocs.yml; translate comments to English)
chore: update README and agents_tools/agents_.py