Make local LM Studio and Ollama Docker-friendly

Add shipped local-provider defaults for LM Studio and Ollama so Dockerized Agent Zero can reach host-running services without manual api_base edits. Map host.docker.internal in the sample Compose file for Linux Docker, document the behavior, and cover the provider defaults and compose mapping with focused regression tests.
This commit is contained in:
Alessandro 2026-06-15 04:17:03 +02:00
parent c56b65803b
commit c38808259b
4 changed files with 82 additions and 4 deletions

View file

@ -5,4 +5,6 @@ services:
volumes:
- ./agent-zero:/a0
ports:
- "50080:80"
- "50080:80"
extra_hosts:
- "host.docker.internal:host-gateway"