.dockerignore
.gitignore
ARCHITECTURE.md
BENCHMARKS.md
CONTRIBUTING.md
DEPLOYMENT.md
Dockerfile
HONEST_STATUS.md
INTEGRATION_BASIC.md
INTEGRATION_COMPLETE.md
INTEGRATION_GUIDE.md
LICENSE
MANIFEST.in
PUBLISH.md
PUBLISHING.md
README.md
SECURITY.md
TEST_RESULTS.md
config.yml
dashboard.html
docker-compose.yml
mkdocs.yml
prometheus.yml
pyproject.toml
setup.py
setup_llama_cpp.py
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/performance_issue.md
.github/workflows/docs.yml
.github/workflows/lint.yml
.github/workflows/publish.yml
.github/workflows/tests.yml
benchmarks/README.md
benchmarks/load_test.py
benchmarks/run_benchmarks.py
config/hosts.txt
docs/index.md
docs/layer_partitioning.md
docs/enterprise/roadmap.md
docs/getting-started/quick-start.md
examples/application_integration.py
examples/auto_setup_example.py
examples/basic_usage.py
examples/cluster_example.py
examples/multi_machine_setup.py
examples/quick_start.py
src/sollol/__init__.py
src/sollol/adapters.py
src/sollol/adaptive_metrics.py
src/sollol/aggregation.py
src/sollol/auth.py
src/sollol/autobatch.py
src/sollol/batch.py
src/sollol/cli.py
src/sollol/client.py
src/sollol/cluster.py
src/sollol/config.py
src/sollol/dashboard.py
src/sollol/discovery.py
src/sollol/execution.py
src/sollol/gateway.py
src/sollol/gpu_controller.py
src/sollol/hedging.py
src/sollol/hybrid_router.py
src/sollol/integration.py
src/sollol/intelligence.py
src/sollol/llama_cpp_coordinator.py
src/sollol/llama_cpp_rpc.py
src/sollol/memory.py
src/sollol/metrics.py
src/sollol/node_cluster.py
src/sollol/ollama_gguf_resolver.py
src/sollol/ollama_node.py
src/sollol/pool.py
src/sollol/prioritization.py
src/sollol/registry.py
src/sollol/rpc_auto_setup.py
src/sollol/rpc_discovery.py
src/sollol/serve.py
src/sollol/setup_llama_cpp.py
src/sollol/sollol.py
src/sollol/tasks.py
src/sollol/workers.py
src/sollol.egg-info/PKG-INFO
src/sollol.egg-info/SOURCES.txt
src/sollol.egg-info/dependency_links.txt
src/sollol.egg-info/entry_points.txt
src/sollol.egg-info/not-zip-safe
src/sollol.egg-info/requires.txt
src/sollol.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/integration/__init__.py
tests/unit/__init__.py