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 — зависимости
S
Description
AI agent for shopping list with subagent price lookup
Readme 27 KiB
Languages
Python 100%