refactor: Move cli package to apps/cli

This commit is contained in:
2026-07-09 13:17:29 +05:30
parent 6e096415ee
commit 0c59756c08
11 changed files with 35 additions and 33 deletions

View File

@@ -16,9 +16,10 @@ omnia/
spatial/ location and POI graph, portal-based perception
llm/ ILLMProvider interface plus Gemini and deterministic mock implementations
scenario/ scenario JSON schema and loader (JSON → SQLite)
apps/
cli/ the playable loop (human or LLM actors, --scenario / --play flags)
content/
demo/ bundled scenarios (talking-room)
cli/ the playable loop (human or LLM actors, --scenario / --play flags)
tests/
integration/ cross-package tests against a mocked LLM
evals/ deliberate real-API evaluation runs