Files
Bjorn/requirements.txt
infinition b759ab6d4b Add LLM configuration and MCP server management UI and backend functionality
- Implemented a new SPA page for LLM Bridge and MCP Server settings in `llm-config.js`.
- Added functionality for managing LLM and MCP configurations, including toggling, saving settings, and testing connections.
- Created HTTP endpoints in `llm_utils.py` for handling LLM chat, status checks, and MCP server configuration.
- Integrated model fetching from LaRuche and Ollama backends.
- Enhanced error handling and logging for better debugging and user feedback.
2026-03-16 20:33:22 +01:00

18 lines
527 B
Plaintext

RPi.GPIO==0.7.1
spidev==3.5
numpy==2.1.3
netifaces==0.11.0
ping3==4.0.8
get-mac==0.9.2
smbprotocol==1.14.0
pysmb==1.2.10
pymysql==1.1.1
sqlalchemy==2.0.36
python-nmap==0.7.1
# ── LLM / MCP / Discovery ─────────────────────────────────────────────
zeroconf>=0.131.0 # LaRuche/LAND auto-discovery via mDNS
#
# Optional — install to unlock extra features:
# mcp[cli]>=1.0.0 # MCP server (pip install "mcp[cli]")