leancontext 2.0.1__tar.gz → 2.0.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {leancontext-2.0.1 → leancontext-2.0.2}/CHANGELOG.md +3 -3
- {leancontext-2.0.1 → leancontext-2.0.2}/PKG-INFO +1 -1
- {leancontext-2.0.1 → leancontext-2.0.2}/pyproject.toml +1 -1
- {leancontext-2.0.1 → leancontext-2.0.2}/.editorconfig +0 -0
- {leancontext-2.0.1 → leancontext-2.0.2}/.github/CODEOWNERS +0 -0
- {leancontext-2.0.1 → leancontext-2.0.2}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {leancontext-2.0.1 → leancontext-2.0.2}/.github/ISSUE_TEMPLATE/config.yml +0 -0
- {leancontext-2.0.1 → leancontext-2.0.2}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {leancontext-2.0.1 → leancontext-2.0.2}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {leancontext-2.0.1 → leancontext-2.0.2}/.github/dependabot.yml +0 -0
- {leancontext-2.0.1 → leancontext-2.0.2}/.github/workflows/ci.yml +0 -0
- {leancontext-2.0.1 → leancontext-2.0.2}/.github/workflows/publish.yml +0 -0
- {leancontext-2.0.1 → leancontext-2.0.2}/.gitignore +0 -0
- {leancontext-2.0.1 → leancontext-2.0.2}/.pre-commit-config.yaml +0 -0
- {leancontext-2.0.1 → leancontext-2.0.2}/AGENTS.md +0 -0
- {leancontext-2.0.1 → leancontext-2.0.2}/CITATION.cff +0 -0
- {leancontext-2.0.1 → leancontext-2.0.2}/CODE_OF_CONDUCT.md +0 -0
- {leancontext-2.0.1 → leancontext-2.0.2}/CONTRIBUTING.md +0 -0
- {leancontext-2.0.1 → leancontext-2.0.2}/LICENSE +0 -0
- {leancontext-2.0.1 → leancontext-2.0.2}/README.md +0 -0
- {leancontext-2.0.1 → leancontext-2.0.2}/RELEASING.md +0 -0
- {leancontext-2.0.1 → leancontext-2.0.2}/SECURITY.md +0 -0
- {leancontext-2.0.1 → leancontext-2.0.2}/assets/logo.png +0 -0
- {leancontext-2.0.1 → leancontext-2.0.2}/assets/logo.svg +0 -0
- {leancontext-2.0.1 → leancontext-2.0.2}/bench.py +0 -0
- {leancontext-2.0.1 → leancontext-2.0.2}/demo.py +0 -0
- {leancontext-2.0.1 → leancontext-2.0.2}/docs/ARCHITECTURE.md +0 -0
- {leancontext-2.0.1 → leancontext-2.0.2}/examples/basic_usage.py +0 -0
- {leancontext-2.0.1 → leancontext-2.0.2}/examples/validate_caching.py +0 -0
- {leancontext-2.0.1 → leancontext-2.0.2}/leancontext/__init__.py +0 -0
- {leancontext-2.0.1 → leancontext-2.0.2}/leancontext/cli.py +0 -0
- {leancontext-2.0.1 → leancontext-2.0.2}/leancontext/core.py +0 -0
- {leancontext-2.0.1 → leancontext-2.0.2}/leancontext/cost.py +0 -0
- {leancontext-2.0.1 → leancontext-2.0.2}/leancontext/fidelity.py +0 -0
- {leancontext-2.0.1 → leancontext-2.0.2}/leancontext/integrations/__init__.py +0 -0
- {leancontext-2.0.1 → leancontext-2.0.2}/leancontext/integrations/_common.py +0 -0
- {leancontext-2.0.1 → leancontext-2.0.2}/leancontext/integrations/anthropic_native.py +0 -0
- {leancontext-2.0.1 → leancontext-2.0.2}/leancontext/integrations/clients.py +0 -0
- {leancontext-2.0.1 → leancontext-2.0.2}/leancontext/integrations/decorator.py +0 -0
- {leancontext-2.0.1 → leancontext-2.0.2}/leancontext/integrations/frameworks.py +0 -0
- {leancontext-2.0.1 → leancontext-2.0.2}/leancontext/integrations/litellm.py +0 -0
- {leancontext-2.0.1 → leancontext-2.0.2}/leancontext/integrations/mcp_server.py +0 -0
- {leancontext-2.0.1 → leancontext-2.0.2}/leancontext/integrations/otel.py +0 -0
- {leancontext-2.0.1 → leancontext-2.0.2}/leancontext/integrations/proxy.py +0 -0
- {leancontext-2.0.1 → leancontext-2.0.2}/leancontext/messages.py +0 -0
- {leancontext-2.0.1 → leancontext-2.0.2}/leancontext/paging.py +0 -0
- {leancontext-2.0.1 → leancontext-2.0.2}/leancontext/py.typed +0 -0
- {leancontext-2.0.1 → leancontext-2.0.2}/leancontext/reducers/__init__.py +0 -0
- {leancontext-2.0.1 → leancontext-2.0.2}/leancontext/reducers/base.py +0 -0
- {leancontext-2.0.1 → leancontext-2.0.2}/leancontext/reducers/diff.py +0 -0
- {leancontext-2.0.1 → leancontext-2.0.2}/leancontext/reducers/html.py +0 -0
- {leancontext-2.0.1 → leancontext-2.0.2}/leancontext/reducers/json_data.py +0 -0
- {leancontext-2.0.1 → leancontext-2.0.2}/leancontext/reducers/logs.py +0 -0
- {leancontext-2.0.1 → leancontext-2.0.2}/leancontext/reducers/stacktrace.py +0 -0
- {leancontext-2.0.1 → leancontext-2.0.2}/leancontext/reducers/table.py +0 -0
- {leancontext-2.0.1 → leancontext-2.0.2}/leancontext/tokens.py +0 -0
- {leancontext-2.0.1 → leancontext-2.0.2}/tests/test_cache.py +0 -0
- {leancontext-2.0.1 → leancontext-2.0.2}/tests/test_core.py +0 -0
- {leancontext-2.0.1 → leancontext-2.0.2}/tests/test_differentiators.py +0 -0
- {leancontext-2.0.1 → leancontext-2.0.2}/tests/test_fidelity.py +0 -0
- {leancontext-2.0.1 → leancontext-2.0.2}/tests/test_frameworks.py +0 -0
- {leancontext-2.0.1 → leancontext-2.0.2}/tests/test_gateway.py +0 -0
- {leancontext-2.0.1 → leancontext-2.0.2}/tests/test_gemini.py +0 -0
- {leancontext-2.0.1 → leancontext-2.0.2}/tests/test_limits.py +0 -0
- {leancontext-2.0.1 → leancontext-2.0.2}/tests/test_mcp.py +0 -0
- {leancontext-2.0.1 → leancontext-2.0.2}/tests/test_messages.py +0 -0
- {leancontext-2.0.1 → leancontext-2.0.2}/tests/test_otel.py +0 -0
- {leancontext-2.0.1 → leancontext-2.0.2}/tests/test_paging.py +0 -0
- {leancontext-2.0.1 → leancontext-2.0.2}/tests/test_proxy.py +0 -0
- {leancontext-2.0.1 → leancontext-2.0.2}/tests/test_reducers.py +0 -0
- {leancontext-2.0.1 → leancontext-2.0.2}/tests/test_table.py +0 -0
- {leancontext-2.0.1 → leancontext-2.0.2}/tests/test_tokens.py +0 -0
|
@@ -5,7 +5,7 @@ All notable changes to this project are documented here. The format is based on
|
|
|
5
5
|
|
|
6
6
|
## [Unreleased]
|
|
7
7
|
|
|
8
|
-
## [2.0.
|
|
8
|
+
## [2.0.2] - 2026-06-21
|
|
9
9
|
|
|
10
10
|
### Changed
|
|
11
11
|
- Lower the minimum Python from 3.14 to 3.10 so the package installs on current
|
|
@@ -34,6 +34,6 @@ All notable changes to this project are documented here. The format is based on
|
|
|
34
34
|
- Targets Python 3.14; ruff, mypy, and coverage run in CI; examples, contributor, and
|
|
35
35
|
security docs included.
|
|
36
36
|
|
|
37
|
-
[Unreleased]: https://github.com/pankajniet/LeanContext/compare/v2.0.
|
|
38
|
-
[2.0.
|
|
37
|
+
[Unreleased]: https://github.com/pankajniet/LeanContext/compare/v2.0.2...HEAD
|
|
38
|
+
[2.0.2]: https://github.com/pankajniet/LeanContext/releases/tag/v2.0.2
|
|
39
39
|
[2.0.0]: https://github.com/pankajniet/LeanContext/releases/tag/v2.0.0
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: leancontext
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.2
|
|
4
4
|
Summary: Deterministic, type-aware reduction of agent tool outputs at the source. Cut LLM token cost without making the agent do less.
|
|
5
5
|
Project-URL: Homepage, https://github.com/pankajniet/LeanContext
|
|
6
6
|
Project-URL: Repository, https://github.com/pankajniet/LeanContext
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "leancontext"
|
|
3
|
-
version = "2.0.
|
|
3
|
+
version = "2.0.2"
|
|
4
4
|
description = "Deterministic, type-aware reduction of agent tool outputs at the source. Cut LLM token cost without making the agent do less."
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
requires-python = ">=3.10"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|