LICENSE
MANIFEST.in
README-RU.md
README.md
pyproject.toml
docs/CONTRACT-freeze-v0.5.5.md
docs/CONTRACT-freeze-v0.5.6.md
docs/ROADMAP-RU.md
docs/ROADMAP.md
docs/ci-setup.md
docs/cursor-setup-RU.md
docs/cursor-setup.md
docs/greedy-cat.gif
docs/perf-assessment.md
docs/tms-automator-contract.md
examples/cursor/README.md
examples/cursor/mcp.json
examples/cursor/rules/greedy-token.mdc
examples/presets/README.md
examples/presets/cursor-like-catalog.yaml
examples/presets/local-ollama-3.yaml
examples/presets/local-ollama.yaml
examples/presets/prod-ollama-2.yaml
examples/presets/prod-ollama-3.yaml
examples/presets/selectel-cl21r.yaml
examples/presets/tms-automator.yaml
examples/selectel/greedy-token.yaml
src/greedy_token/__init__.py
src/greedy_token/__main__.py
src/greedy_token/advisory.py
src/greedy_token/budget.py
src/greedy_token/budget_config.py
src/greedy_token/budget_ledger.py
src/greedy_token/budget_policy.py
src/greedy_token/cheap_llm.py
src/greedy_token/cli.py
src/greedy_token/code_search.py
src/greedy_token/context_audit.py
src/greedy_token/estimator.py
src/greedy_token/executors.py
src/greedy_token/expensive_llm.py
src/greedy_token/llm_invoke.py
src/greedy_token/mcp.py
src/greedy_token/model_select.py
src/greedy_token/paths.py
src/greedy_token/pipeline.py
src/greedy_token/prompt_compress.py
src/greedy_token/rag_index.py
src/greedy_token/rag_search.py
src/greedy_token/resource_probe.py
src/greedy_token/router.py
src/greedy_token/scripts_lint.py
src/greedy_token/settings.py
src/greedy_token/spend_guard.py
src/greedy_token/tokens.py
src/greedy_token/tool_output.py
src/greedy_token/tool_paths.py
src/greedy_token/usage.py
src/greedy_token/version.py
src/greedy_token/wrappers.py
src/greedy_token.egg-info/PKG-INFO
src/greedy_token.egg-info/SOURCES.txt
src/greedy_token.egg-info/dependency_links.txt
src/greedy_token.egg-info/entry_points.txt
src/greedy_token.egg-info/requires.txt
src/greedy_token.egg-info/top_level.txt
src/greedy_token/config/model_catalog.yaml
src/greedy_token/config/pipelines.yaml
src/greedy_token/config/routes.yaml
src/greedy_token/hub/__init__.py
src/greedy_token/hub/api.py
src/greedy_token/hub/crystallize.py
src/greedy_token/hub/paths.py
src/greedy_token/hub/providers.py
src/greedy_token/hub/serve.py
src/greedy_token/hub/sessions.py
src/greedy_token/hub/static/app.css
src/greedy_token/hub/static/app.js
src/greedy_token/hub/static/index.html
src/greedy_token/hub/static/provider-catalog.css
src/greedy_token/hub/static/provider-catalog.js
src/greedy_token/presets/cursor-like-catalog.yaml
src/greedy_token/presets/local-ollama-3.yaml
src/greedy_token/presets/local-ollama.yaml
src/greedy_token/presets/prod-ollama-2.yaml
src/greedy_token/presets/prod-ollama-3.yaml
src/greedy_token/presets/selectel-cl21r.yaml
src/greedy_token/presets/tms-automator.yaml
src/greedy_token/static/icon.png
src/greedy_token/static/icon.svg
tests/allure_reporting.py
tests/conftest.py
tests/mcp_stdio_helpers.py
tests/ollama_stub.py
tests/pyramid_layers.py
tests/test_branch_coverage.py
tests/test_budget.py
tests/test_budget_policy.py
tests/test_cheap_llm.py
tests/test_cli.py
tests/test_cli_commands.py
tests/test_cli_handlers.py
tests/test_code_search.py
tests/test_config_presets.py
tests/test_context_audit.py
tests/test_coverage_gaps.py
tests/test_estimator.py
tests/test_executors.py
tests/test_hub.py
tests/test_init.py
tests/test_llm_invoke.py
tests/test_mcp_handlers.py
tests/test_mcp_icon.py
tests/test_mcp_stdio.py
tests/test_mcp_tools.py
tests/test_model_select.py
tests/test_paths.py
tests/test_pipeline.py
tests/test_prompt_compress.py
tests/test_pyramid_layers.py
tests/test_rag_index.py
tests/test_rag_search.py
tests/test_rag_tokens.py
tests/test_resource_probe.py
tests/test_router.py
tests/test_search.py
tests/test_search_enrich.py
tests/test_security.py
tests/test_settings.py
tests/test_tokens.py
tests/test_tool_output.py
tests/test_tool_paths.py
tests/test_usage.py
tests/test_wrappers.py
tests/testops_ids.py