LICENSE
README.md
pyproject.toml
llx/__init__.py
llx/__main__.py
llx/config.py
llx/litellm_config.py
llx.egg-info/PKG-INFO
llx.egg-info/SOURCES.txt
llx.egg-info/dependency_links.txt
llx.egg-info/entry_points.txt
llx.egg-info/requires.txt
llx.egg-info/top_level.txt
llx/analysis/__init__.py
llx/analysis/collector.py
llx/analysis/runner.py
llx/cli/__init__.py
llx/cli/app.py
llx/cli/formatters.py
llx/cli/strategy_commands.py
llx/configs/config.yaml
llx/configs/deploy.yaml
llx/configs/pipelines.yaml
llx/configs/prellm_config.yaml
llx/configs/prompts.yaml
llx/configs/response_schemas.yaml
llx/configs/rules.yaml
llx/configs/sensitive_rules.yaml
llx/configs/defaults/business.yaml
llx/configs/defaults/coding.yaml
llx/configs/defaults/devops.yaml
llx/configs/defaults/embedded.yaml
llx/configs/domains/devops_k8s.yaml
llx/configs/domains/embedded.yaml
llx/configs/domains/polish_finance.yaml
llx/integrations/__init__.py
llx/integrations/context_builder.py
llx/integrations/proxy.py
llx/integrations/proxym.py
llx/mcp/__init__.py
llx/mcp/__main__.py
llx/mcp/server.py
llx/mcp/tools.py
llx/orchestration/__init__.py
llx/orchestration/_utils.py
llx/orchestration/cli.py
llx/orchestration/instances/__init__.py
llx/orchestration/instances/cli.py
llx/orchestration/instances/manager.py
llx/orchestration/instances/models.py
llx/orchestration/instances/ports.py
llx/orchestration/llm/__init__.py
llx/orchestration/llm/cli.py
llx/orchestration/llm/executors.py
llx/orchestration/llm/health.py
llx/orchestration/llm/models.py
llx/orchestration/llm/orchestrator.py
llx/orchestration/queue/__init__.py
llx/orchestration/queue/cli.py
llx/orchestration/queue/manager.py
llx/orchestration/queue/models.py
llx/orchestration/ratelimit/__init__.py
llx/orchestration/ratelimit/cli.py
llx/orchestration/ratelimit/limiter.py
llx/orchestration/ratelimit/models.py
llx/orchestration/routing/__init__.py
llx/orchestration/routing/cli.py
llx/orchestration/routing/engine.py
llx/orchestration/routing/models.py
llx/orchestration/session/__init__.py
llx/orchestration/session/cli.py
llx/orchestration/session/manager.py
llx/orchestration/session/models.py
llx/orchestration/vscode/__init__.py
llx/orchestration/vscode/cli.py
llx/orchestration/vscode/models.py
llx/orchestration/vscode/orchestrator.py
llx/orchestration/vscode/ports.py
llx/planfile/__init__.py
llx/planfile/executor.py
llx/prellm/__init__.py
llx/prellm/_nfo_compat.py
llx/prellm/budget.py
llx/prellm/cli.py
llx/prellm/cli_commands.py
llx/prellm/cli_config.py
llx/prellm/cli_context.py
llx/prellm/cli_query.py
llx/prellm/context_ops.py
llx/prellm/core.py
llx/prellm/env_config.py
llx/prellm/extractors.py
llx/prellm/llm_provider.py
llx/prellm/logging_setup.py
llx/prellm/model_catalog.py
llx/prellm/models.py
llx/prellm/pipeline.py
llx/prellm/pipeline_ops.py
llx/prellm/prompt_registry.py
llx/prellm/query_decomposer.py
llx/prellm/server.py
llx/prellm/trace.py
llx/prellm/validators.py
llx/prellm/agents/__init__.py
llx/prellm/agents/executor.py
llx/prellm/agents/preprocessor.py
llx/prellm/analyzers/__init__.py
llx/prellm/analyzers/context_engine.py
llx/prellm/chains/__init__.py
llx/prellm/chains/process_chain.py
llx/prellm/context/__init__.py
llx/prellm/context/codebase_indexer.py
llx/prellm/context/folder_compressor.py
llx/prellm/context/schema_generator.py
llx/prellm/context/sensitive_filter.py
llx/prellm/context/shell_collector.py
llx/prellm/context/user_memory.py
llx/prellm/utils/__init__.py
llx/prellm/utils/lazy_imports.py
llx/prellm/utils/lazy_loader.py
llx/routing/__init__.py
llx/routing/client.py
llx/routing/selector.py
llx/strategy/__init__.py
llx/strategy/builder.py
llx/strategy/examples.py
llx/strategy/models.py
llx/strategy/runner.py
llx/tools/__init__.py
llx/tools/_docker.py
llx/tools/_utils.py
llx/tools/ai_tools_manager.py
llx/tools/cli.py
llx/tools/config_manager.py
llx/tools/docker_manager.py
llx/tools/health_checker.py
llx/tools/health_runner.py
llx/tools/model_manager.py
llx/tools/vscode_manager.py
tests/test_aider_mcp.py
tests/test_core.py
tests/test_mcp.py
tests/test_prellm_integration.py
tests/test_proxym_integration.py