Files
task-699cc158d6d3a5544a3ed35b/README.md
T
2026-05-25 21:42:54 +00:00

12 lines
397 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.
# Stream-режим AI-агента
Доработка агента планирования покупок: вместо `.invoke()` используется `.stream()` с режимами `messages` и `updates`.
## Запуск
1. LM Studio на `http://localhost:1234`
2. `pip install -r requirements.txt`
3. `python main.py`
Опционально: `LM_STUDIO_MODEL=имя-модели`