Files
task-6a1d75c5fd30e81cf3126ae7/README.md
T
2026-06-16 15:58:39 +00:00

16 lines
574 B
Markdown
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.
# FAQ Bot Assignment
## Структура
- `data/faq.md` – локальные конспекты.
- `meta.json` – статический JSON, имитирующий MCPtool.
- `main.py` – скрипт с загрузкой в Chroma, поиском и простым агентом.
## Запуск
```bash
pip install -r requirements.txt
python main.py
```
## MCPtool
В продакшене `fetch_course_meta` был бы HTTP‑запрос к MCP‑серверу. Для демонстрации используется статический JSON.