agentix-toolkit 0.2.0__tar.gz → 0.2.1__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.
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/CHANGELOG.md +9 -1
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/PKG-INFO +1 -1
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/pyproject.toml +1 -1
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/src/agentix/__init__.py +6 -1
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/tests/test_types.py +2 -1
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/.editorconfig +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/.github/ISSUE_TEMPLATE/bug_report.yml +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/.github/ISSUE_TEMPLATE/config.yml +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/.github/ISSUE_TEMPLATE/feature_request.yml +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/.github/dependabot.yml +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/.github/workflows/ci.yml +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/.github/workflows/release.yml +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/.gitignore +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/.pre-commit-config.yaml +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/.python-version +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/CODE_OF_CONDUCT.md +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/CONTRIBUTING.md +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/LICENSE +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/PLAN.md +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/README.md +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/RELEASING.md +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/SECURITY.md +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/examples/01_hello_agent.py +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/examples/02_tool_use.py +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/examples/03_async_dynamic_loop.py +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/examples/04_policy_and_trust.py +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/examples/05_anthropic_model.py +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/examples/06_tool_decorator.py +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/examples/07_guards.py +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/examples/08_persistence.py +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/examples/09_streaming.py +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/examples/10_concurrency.py +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/examples/11_mcp.py +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/examples/12_context.py +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/examples/13_subagents.py +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/examples/14_cost_and_interrupt.py +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/examples/15_permissions.py +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/examples/16_reliability.py +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/examples/17_eval.py +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/examples/18_verification.py +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/examples/19_tracing.py +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/examples/README.md +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/src/agentix/agent.py +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/src/agentix/concurrency.py +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/src/agentix/confirm.py +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/src/agentix/consistency.py +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/src/agentix/context.py +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/src/agentix/control.py +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/src/agentix/errors.py +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/src/agentix/evals.py +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/src/agentix/events.py +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/src/agentix/executors.py +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/src/agentix/guards/__init__.py +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/src/agentix/guards/base.py +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/src/agentix/guards/injection.py +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/src/agentix/guards/judge.py +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/src/agentix/guards/permissions.py +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/src/agentix/guards/pii.py +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/src/agentix/guards/tiers.py +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/src/agentix/guards/trust.py +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/src/agentix/mcp.py +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/src/agentix/model.py +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/src/agentix/policy.py +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/src/agentix/pricing.py +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/src/agentix/providers/__init__.py +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/src/agentix/providers/anthropic.py +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/src/agentix/providers/mock.py +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/src/agentix/py.typed +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/src/agentix/resilience.py +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/src/agentix/serde.py +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/src/agentix/store.py +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/src/agentix/streaming.py +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/src/agentix/subagents.py +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/src/agentix/tools.py +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/src/agentix/tracing.py +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/src/agentix/types.py +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/src/agentix/validation.py +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/tests/test_agent.py +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/tests/test_anthropic_adapter.py +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/tests/test_concurrency.py +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/tests/test_consistency.py +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/tests/test_context.py +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/tests/test_cost_and_interrupt.py +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/tests/test_evals.py +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/tests/test_guards.py +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/tests/test_judge.py +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/tests/test_mcp.py +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/tests/test_permissions.py +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/tests/test_persistence.py +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/tests/test_resilience.py +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/tests/test_streaming.py +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/tests/test_subagents.py +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/tests/test_tools.py +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/tests/test_tracing.py +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/tests/test_validation.py +0 -0
- {agentix_toolkit-0.2.0 → agentix_toolkit-0.2.1}/uv.lock +0 -0
|
@@ -6,6 +6,13 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [0.2.1] - 2026-06-23
|
|
10
|
+
|
|
11
|
+
### Fixed
|
|
12
|
+
- `agentix.__version__` now reflects the installed distribution version (derived
|
|
13
|
+
from package metadata) instead of a hardcoded string that could drift. (0.2.0
|
|
14
|
+
shipped reporting `0.1.0`.)
|
|
15
|
+
|
|
9
16
|
## [0.2.0] - 2026-06-23
|
|
10
17
|
|
|
11
18
|
### Added
|
|
@@ -75,6 +82,7 @@ Initial release.
|
|
|
75
82
|
`cost_usd`; `AgentPolicy.max_budget_usd` aborts a run over budget.
|
|
76
83
|
- `Interrupt` stops a run or stream at the next safe boundary.
|
|
77
84
|
|
|
78
|
-
[Unreleased]: https://github.com/skwijeratne/agentix-toolkit/compare/v0.2.
|
|
85
|
+
[Unreleased]: https://github.com/skwijeratne/agentix-toolkit/compare/v0.2.1...HEAD
|
|
86
|
+
[0.2.1]: https://github.com/skwijeratne/agentix-toolkit/compare/v0.2.0...v0.2.1
|
|
79
87
|
[0.2.0]: https://github.com/skwijeratne/agentix-toolkit/compare/v0.1.0...v0.2.0
|
|
80
88
|
[0.1.0]: https://github.com/skwijeratne/agentix-toolkit/releases/tag/v0.1.0
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agentix-toolkit
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.1
|
|
4
4
|
Summary: A generic, batteries-included agent toolkit: configure the loop, tools, guards, and observability instead of rewriting them.
|
|
5
5
|
Project-URL: Homepage, https://github.com/skwijeratne/agentix-toolkit
|
|
6
6
|
Project-URL: Repository, https://github.com/skwijeratne/agentix-toolkit
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "agentix-toolkit"
|
|
7
|
-
version = "0.2.
|
|
7
|
+
version = "0.2.1"
|
|
8
8
|
description = "A generic, batteries-included agent toolkit: configure the loop, tools, guards, and observability instead of rewriting them."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.10"
|
|
@@ -74,7 +74,12 @@ from .types import (
|
|
|
74
74
|
)
|
|
75
75
|
from .validation import OutputValidator, json_output, pydantic_output, regex_output
|
|
76
76
|
|
|
77
|
-
|
|
77
|
+
try:
|
|
78
|
+
from importlib.metadata import PackageNotFoundError, version
|
|
79
|
+
|
|
80
|
+
__version__ = version("agentix-toolkit")
|
|
81
|
+
except PackageNotFoundError: # not installed (e.g. running from a source tree)
|
|
82
|
+
__version__ = "0.0.0+unknown"
|
|
78
83
|
|
|
79
84
|
__all__ = [
|
|
80
85
|
"Agent",
|
|
@@ -5,7 +5,8 @@ from agentix import Message, ModelResponse, Role, ToolCall, ToolResult
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
def test_public_api_exports() -> None:
|
|
8
|
-
|
|
8
|
+
# __version__ is derived from package metadata; just assert it's a string.
|
|
9
|
+
assert isinstance(agentix.__version__, str) and agentix.__version__
|
|
9
10
|
assert Message and Role and ToolCall and ToolResult and ModelResponse
|
|
10
11
|
|
|
11
12
|
|
|
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
|
|
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
|