mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 20:21:09 +02:00
Matches the macmini compose — Google Gemini was already wired in the provider adapter (commit 2 of the function-calling migration) but the local dev stack's compose never passed the env through, so the container booted without the provider and every tool-calling request fell back to Ollama (unreachable in local dev, LAN-only GPU box). With this in place the local mana-llm healthcheck reports both `google` and `openrouter` as healthy and the webapp planner hits Gemini Flash for real. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| src | ||
| tests | ||
| .env.example | ||
| .gitignore | ||
| CLAUDE.md | ||
| docker-compose.dev.yml | ||
| docker-compose.yml | ||
| Dockerfile | ||
| pyproject.toml | ||
| requirements.txt | ||
| service.pyw | ||
| start.sh | ||