Files
fckbot/template_bot_profile/bot.conf.sample
Markov Andrey 405dea3fa3 Update 3 files
- /rag/rag_orchestrator.py
- /tests/test_hierarchical_summarize.py
- /template_bot_profile/bot.conf.sample
2026-06-30 12:51:14 +00:00

42 lines
1.2 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# bot.conf КОНФИГ БОТА-КЛИЕНТА
# XMPP
jid: "metabot@domain.ru"
password_env: "XMPP_PASSWORD"
resource: "bot"
# Адрес RAG-сервера (обязательно!)
rag_server_url: "http://localhost:8080"
# Статус
status_message: "📐 Методолог (ГОСТы, стандарты) готов"
# Администраторы
admin_jids:
- "admin@domain.ru"
# Промпты (пути относительно каталога профиля)
prompts:
system: "prompts/system.txt"
synthesis: "prompts/synthesis.txt"
intent: "prompts/intent_classify.txt"
expand: "prompts/expand.txt"
metrics: "prompts/metrics_extract.txt"
summary: "prompts/smart_summary.txt"
hierarchical_summary: "prompts/hierarchical_summary.txt"
consistency: "prompts/consistency_check.txt"
critique: "prompts/self_critique.txt"
spellcheck: "prompts/spellcheck.txt"
quality: "prompts/quality_criteria.txt"
generate_document: "prompts/generate_document.txt"
# Функции
features:
surgical_replace: true
voice_recognition: true
vision: true
archive_support: true
ocr: true
enable_intent_classification: true
enable_self_critique: true
mention_keyword: "методолог"