Import Store from haiku.rag.store.engine directly instead of re-exporting it through the package __init__, and defer HaikuRAGApp's import in cli.py behind TYPE_CHECKING/lazy imports, avoiding an eager import at CLI startup.