README.md
pyproject.toml
setup.py
src/isagellm.egg-info/PKG-INFO
src/isagellm.egg-info/SOURCES.txt
src/isagellm.egg-info/dependency_links.txt
src/isagellm.egg-info/entry_points.txt
src/isagellm.egg-info/requires.txt
src/isagellm.egg-info/top_level.txt
src/sagellm/__init__.py
src/sagellm/_version.py
src/sagellm/cli.py
src/sagellm/client.py
src/sagellm/constraints.txt
src/sagellm/mixed_client.py
src/sagellm/ollama_client.py
src/sagellm/py.typed
src/sagellm/torch_env.py
src/sagellm/cli/__init__.py
src/sagellm/cli/main.py
src/sagellm/cli/commands/__init__.py
src/sagellm/cli/commands/arch.py
src/sagellm/cli/commands/check.py
src/sagellm/cli/commands/config.py
src/sagellm/cli/commands/demo.py
src/sagellm/cli/commands/env.py
src/sagellm/cli/commands/gateway.py
src/sagellm/cli/commands/hello.py
src/sagellm/cli/commands/info.py
src/sagellm/cli/commands/install.py
src/sagellm/cli/commands/ollama.py
src/sagellm/cli/commands/profile.py
src/sagellm/cli/commands/run.py
src/sagellm/cli/commands/serve.py
src/sagellm/cli/commands/sync.py
src/sagellm/cli/hardware/__init__.py
src/sagellm/cli/hardware/ascend.py
src/sagellm/cli/hardware/cuda.py
src/sagellm/cli/hardware/domestic.py
src/sagellm/cli/hardware/install_configs.py
src/sagellm/cli/utils/__init__.py
src/sagellm/cli/utils/backend.py
src/sagellm/cli/utils/config.py
src/sagellm/cli/utils/console.py
src/sagellm/cli/utils/display.py
src/sagellm/cli/utils/env_detector.py
src/sagellm/profiling/__init__.py
src/sagellm/profiling/performance_interpolator.py
tests/test_architecture.py
tests/test_clients_and_torch.py
tests/test_dependency_compat.py
tests/test_integration.py
tests/test_profiling.py
tests/test_serve_embedding.py