feat: add local chat provider and CLI

This commit is contained in:
2026-07-30 17:00:37 +02:00
parent 10d7cd7662
commit ec9b2f94ad
7 changed files with 704 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
"""Allow ``python -m javis`` to invoke the CLI."""
from javis.interface.cli import main
raise SystemExit(main())