145d99aca041cfe54a68ca4f573c5be49c154e56
AI-агент для планирования покупок
Иерархический AI-агент на LangChain + LM Studio.
Требования
- Python 3.10+
- LM Studio на localhost:1234
Запуск
pip install -r requirements.txt
export LM_STUDIO_API_BASE="http://localhost:1234/v1"
export LM_STUDIO_MODEL="your-model-name"
python agent.py
Структура
agent.py— главный агент + инструмент get_price с субагентомrequirements.txt— зависимости
Description
Languages
Python
100%