emergence-mini-dilles/engine
Jeuners eb41d4b196 Rewrite README: highlight real LLM support, time dilation, token savings
Major restructure of the README:

- Removed the misleading 'Keine echten LLMs' line from the
  'Was es bewusst NICHT kann' section (we now have full Ollama +
  OpenRouter support with per-agent models).
- Added a Highlights table at the top with status badges.
- Reorganised Quickstart into 3 paths: rule-based, Ollama,
  OpenRouter (was a single Ollama path with optional LLM).
- New 'Was fehlt gegenüber dem Original' section: clear comparison
  table mapping each original feature to the Mini equivalent and
  explaining why we skipped it.
- New 'Token-Spar-Design' section: token budgets, model cost
  examples, explicit 0-cost path via Ollama.
- 'Tests' section updated: real test counts per file (was a
  generic '50+' stat), 99 total, breakdown by file.
- 'Time Dilation' section reorganised and made the live-validated
  observation the headline.
- LLM provider section split into Ollama (default) and OpenRouter
  (opt-in), with a free-model tool-use table and a per-day cost
  example.
- Architecture tree includes engine/time.py, .env.example,
  tests/ and removes nothing.
- Security section moved up and split from 'Tests' cleanly.
- All anchors updated and TOC added at the top.
2026-06-15 02:39:50 +02:00
..
__init__.py Emergence-Mini: minimaler Klon von Emergence-World 2026-06-15 01:07:38 +02:00
agents.py Emergence-Mini: minimaler Klon von Emergence-World 2026-06-15 01:07:38 +02:00
db.py Time Dilation framework + OpenRouter multi-LLM 2026-06-15 02:27:11 +02:00
governance.py Emergence-Mini: minimaler Klon von Emergence-World 2026-06-15 01:07:38 +02:00
llm.py Rewrite README: highlight real LLM support, time dilation, token savings 2026-06-15 02:39:50 +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 Time Dilation framework + OpenRouter multi-LLM 2026-06-15 02:27:11 +02:00
world.py Fix WebSocket disconnect crash and missing 'personality' field 2026-06-15 02:04:49 +02:00