emergence-mini-dilles/engine
Jeuners 2b943aed18 Show current LLM model next to each agent in the UI
- engine/agents.all_agents() now enriches each agent row with its
  currently-assigned model (model_for_agent) and provider
  (provider_for_model). Same source of truth as the LLM client.
- web/app.js refreshAgentCards() shows a coloured tag next to the
  agent name: a green '💻 <model>' badge for local Ollama models,
  a yellow '☁ <model>' badge for OpenRouter models. The full
  model name is in the title attribute (hover).
- web/style.css: .model-tag.local / .cloud colour palette.
- Short name helper strips 'org/' prefix and ':latest' suffix for
  readability (e.g. 'anthropic/claude-3.5-haiku' -> 'claude-3.5-haiku').

All 100 tests still pass.

Live: Anchor + Flora show '☁ claude-3.5-haiku' / '☁ gpt-4o-mini',
Lovely + Spark show '💻 gemma4' (running on 192.168.1.245).
2026-06-15 03:15:53 +02:00
..
__init__.py Emergence-Mini: minimaler Klon von Emergence-World 2026-06-15 01:07:38 +02:00
agents.py Show current LLM model next to each agent in the UI 2026-06-15 03:15:53 +02:00
db.py Ollama URL with auto-fallback 2026-06-15 03:08:42 +02:00
governance.py Emergence-Mini: minimaler Klon von Emergence-World 2026-06-15 01:07:38 +02:00
llm.py Ollama URL with auto-fallback 2026-06-15 03:08:42 +02:00
needs.py Emergence-Mini: minimaler Klon von Emergence-World 2026-06-15 01:07:38 +02:00
reasoning.py Rewrite README: highlight real LLM support, time dilation, token savings 2026-06-15 02:39:50 +02:00
time.py Time Dilation framework + OpenRouter multi-LLM 2026-06-15 02:27:11 +02:00
tools.py Rewrite README: highlight real LLM support, time dilation, token savings 2026-06-15 02:39:50 +02:00
turn.py Ollama URL with auto-fallback 2026-06-15 03:08:42 +02:00
world.py Fix WebSocket disconnect crash and missing 'personality' field 2026-06-15 02:04:49 +02:00