README.md
pyproject.toml
backend/__init__.py
backend/app.py
backend/auto_updater.py
backend/config.py
backend/conversations.py
backend/github_client.py
backend/hardware.py
backend/model_catalog.py
backend/model_registry.py
backend/prompt_engine.py
backend/runtime_manager.py
backend/schemas.py
backend/runtimes/__init__.py
backend/runtimes/base.py
backend/runtimes/cloud_runtime.py
backend/runtimes/llama_cpp_runtime.py
backend/runtimes/ollama_runtime.py
backend/runtimes/onnx_runtime.py
backend/runtimes/transformers_runtime.py
backend/runtimes/vllm_runtime.py
sage/__init__.py
sage/codegen.py
sage/config.py
sage/execution.py
sage/main.py
sage/reasoning.py
sage/core/__init__.py
sage/core/discovery.py
sage/core/engine.py
sage/core/project.py
sage/core/prompts.py
sage/core/renderer.py
sage/core/router.py
sage/core/shell.py
sage/core/task_priority.py
sage/core/validation.py
sage/models/__init__.py
sage/models/catalog.py
sage/models/downloader.py
sage/providers/__init__.py
sage/providers/base.py
sage/providers/gemini.py
sage/providers/llama_cpp.py
sage/providers/openai_compat.py
sage/tests/test_autopolit.py
sage/tests/test_discovery.py
sage/tests/test_execution.py
sage/tests/test_reasoning.py
sage/tests/test_task_priority.py
sage_ai_cli.egg-info/PKG-INFO
sage_ai_cli.egg-info/SOURCES.txt
sage_ai_cli.egg-info/dependency_links.txt
sage_ai_cli.egg-info/entry_points.txt
sage_ai_cli.egg-info/requires.txt
sage_ai_cli.egg-info/top_level.txt
tests/test_api.py
tests/test_auto_updater.py
tests/test_cli.py
tests/test_config.py
tests/test_conversations.py
tests/test_download_script.py
tests/test_github_client.py
tests/test_hardware.py
tests/test_model_catalog.py
tests/test_model_registry.py
tests/test_prompt_engine.py
tests/test_runtime_manager.py
tests/test_schemas.py