pyagentic-core 2.6.1.dev1__tar.gz → 2.6.3rc1__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.
- {pyagentic_core-2.6.1.dev1/pyagentic_core.egg-info → pyagentic_core-2.6.3rc1}/PKG-INFO +1 -1
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/pyagentic/_base/_tool.py +13 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/pyagentic/llm/_anthropic.py +3 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1/pyagentic_core.egg-info}/PKG-INFO +1 -1
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/uv.lock +27 -27
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/.github/workflows/docs.yml +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/.github/workflows/release.yml +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/.github/workflows/testing.yml +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/.gitignore +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/CHANGELOG.md +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/LICENSE +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/README.md +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/docs/agent-linking.md +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/docs/deploy/building.md +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/docs/deploy/creating-a-project.md +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/docs/deploy/index.md +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/docs/deploy/running.md +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/docs/diagrams/declaration.svg +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/docs/diagrams/instantiation.svg +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/docs/diagrams/runtime.svg +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/docs/diagrams/source/README.md +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/docs/diagrams/source/declaration.d2 +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/docs/diagrams/source/instantiation.d2 +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/docs/diagrams/source/runtime.d2 +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/docs/execution-modes.md +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/docs/getting-started.md +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/docs/images/langfuse.png +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/docs/index.md +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/docs/inheritance.md +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/docs/observability.md +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/docs/phases.md +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/docs/policies.md +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/docs/reference/architecture.md +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/docs/reference/modules.md +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/docs/responses.md +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/docs/states.md +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/docs/structured-output.md +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/docs/tools.md +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/mkdocs.yml +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/pyagentic/__init__.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/pyagentic/_base/__init__.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/pyagentic/_base/_agent/__init__.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/pyagentic/_base/_agent/_agent.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/pyagentic/_base/_agent/_agent_linking.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/pyagentic/_base/_agent/_agent_state.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/pyagentic/_base/_exceptions.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/pyagentic/_base/_info.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/pyagentic/_base/_mcp.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/pyagentic/_base/_metaclasses.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/pyagentic/_base/_ref.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/pyagentic/_base/_spec.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/pyagentic/_base/_state.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/pyagentic/_base/_validation.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/pyagentic/_utils/_typing.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/pyagentic/_utils/_warnings.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/pyagentic/_version_scheme.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/pyagentic/cli/__init__.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/pyagentic/cli/__main__.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/pyagentic/cli/_build.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/pyagentic/cli/_init.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/pyagentic/cli/_publish.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/pyagentic/cli/_run.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/pyagentic/cli/_templates.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/pyagentic/llm/__init__.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/pyagentic/llm/_gemini.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/pyagentic/llm/_mock.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/pyagentic/llm/_openai.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/pyagentic/llm/_openaiv1.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/pyagentic/llm/_provider.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/pyagentic/logging.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/pyagentic/models/llm.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/pyagentic/models/response.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/pyagentic/models/tracing.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/pyagentic/policies/__init__.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/pyagentic/policies/_events.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/pyagentic/policies/_policy.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/pyagentic/serve/__init__.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/pyagentic/serve/_agent_ref.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/pyagentic/serve/_app.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/pyagentic/serve/_client_session.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/pyagentic/serve/_container.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/pyagentic/serve/_discovery.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/pyagentic/serve/_docker.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/pyagentic/serve/_exceptions.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/pyagentic/serve/_manifest.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/pyagentic/serve/_mcp_server.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/pyagentic/serve/_sessions.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/pyagentic/serve/_sse.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/pyagentic/tracing/__init__.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/pyagentic/tracing/_basic.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/pyagentic/tracing/_langfuse.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/pyagentic/tracing/_tracer.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/pyagentic/updates.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/pyagentic_core.egg-info/SOURCES.txt +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/pyagentic_core.egg-info/dependency_links.txt +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/pyagentic_core.egg-info/entry_points.txt +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/pyagentic_core.egg-info/requires.txt +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/pyagentic_core.egg-info/top_level.txt +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/pyproject.toml +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/setup.cfg +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/setup.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/tests/__init__.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/tests/_base/__init__.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/tests/_base/test_agent.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/tests/_base/test_agent_inheritance.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/tests/_base/test_agent_linking.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/tests/_base/test_agent_provider.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/tests/_base/test_params.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/tests/_base/test_phases.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/tests/_base/test_state.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/tests/_base/test_tool.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/tests/_base/test_validator.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/tests/cli/__init__.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/tests/cli/test_init.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/tests/conftest.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/tests/models/test_responses.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/tests/serve/__init__.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/tests/serve/test_agent_ref.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/tests/serve/test_app.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/tests/serve/test_client_session.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/tests/serve/test_discovery.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/tests/serve/test_docker.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/tests/serve/test_manifest.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/tests/serve/test_metaclass_models.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/tests/serve/test_sessions.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/tests/tracing/__init__.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/tests/tracing/test_basic_tracer.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/tests/tracing/test_models.py +0 -0
- {pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/tests/tracing/test_tracer.py +0 -0
|
@@ -180,6 +180,7 @@ class _ToolDefinition:
|
|
|
180
180
|
|
|
181
181
|
input_schema = dict(openai_spec.get("parameters", {"type": "object", "properties": {}}))
|
|
182
182
|
input_schema = self._enforce_strict_schema(input_schema)
|
|
183
|
+
self._replace_one_of_with_any_of(input_schema)
|
|
183
184
|
|
|
184
185
|
return {
|
|
185
186
|
"name": openai_spec.get("name", self.name),
|
|
@@ -188,6 +189,18 @@ class _ToolDefinition:
|
|
|
188
189
|
"input_schema": input_schema,
|
|
189
190
|
}
|
|
190
191
|
|
|
192
|
+
@staticmethod
|
|
193
|
+
def _replace_one_of_with_any_of(schema) -> None:
|
|
194
|
+
"""Recursively replace ``oneOf`` with ``anyOf`` — Anthropic doesn't support ``oneOf``."""
|
|
195
|
+
if isinstance(schema, dict):
|
|
196
|
+
if "oneOf" in schema:
|
|
197
|
+
schema["anyOf"] = schema.pop("oneOf")
|
|
198
|
+
for v in schema.values():
|
|
199
|
+
_ToolDefinition._replace_one_of_with_any_of(v)
|
|
200
|
+
elif isinstance(schema, list):
|
|
201
|
+
for v in schema:
|
|
202
|
+
_ToolDefinition._replace_one_of_with_any_of(v)
|
|
203
|
+
|
|
191
204
|
def to_openai_v1(self):
|
|
192
205
|
openai_spec = self.to_openai_spec()
|
|
193
206
|
openai_spec.pop("type")
|
|
@@ -210,6 +210,9 @@ class AnthropicProvider(LLMProvider):
|
|
|
210
210
|
schema["required"] = list(schema.get("properties", {}).keys())
|
|
211
211
|
if "items" in schema:
|
|
212
212
|
AnthropicProvider._enforce_additional_properties(schema["items"])
|
|
213
|
+
# Anthropic doesn't support oneOf — convert to anyOf
|
|
214
|
+
if "oneOf" in schema:
|
|
215
|
+
schema["anyOf"] = schema.pop("oneOf")
|
|
213
216
|
for key in ("anyOf", "allOf"):
|
|
214
217
|
for sub in schema.get(key, []):
|
|
215
218
|
AnthropicProvider._enforce_additional_properties(sub)
|
|
@@ -567,7 +567,7 @@ wheels = [
|
|
|
567
567
|
|
|
568
568
|
[[package]]
|
|
569
569
|
name = "cyclopts"
|
|
570
|
-
version = "4.
|
|
570
|
+
version = "4.17.0"
|
|
571
571
|
source = { registry = "https://pypi.org/simple" }
|
|
572
572
|
dependencies = [
|
|
573
573
|
{ name = "attrs" },
|
|
@@ -575,9 +575,9 @@ dependencies = [
|
|
|
575
575
|
{ name = "rich" },
|
|
576
576
|
{ name = "rich-rst" },
|
|
577
577
|
]
|
|
578
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
578
|
+
sdist = { url = "https://files.pythonhosted.org/packages/96/b7/2e64e26e7189c2f0f88cea467d068ec968f2fa24628b0ffb93132a0f2b14/cyclopts-4.17.0.tar.gz", hash = "sha256:6b3231f18b404879e978214ef26fa174e8b505bd0f2117290b4135560666004b", size = 181338, upload-time = "2026-06-09T13:41:26.801Z" }
|
|
579
579
|
wheels = [
|
|
580
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
580
|
+
{ url = "https://files.pythonhosted.org/packages/ec/26/1614f15b8ea89ee201a2484ea5bede7319a2b07c796c321ffdadd705559e/cyclopts-4.17.0-py3-none-any.whl", hash = "sha256:6ee947c9f3bbe9679b9fa9cea1bb327298db80b302df62d7f1d1bd82726508e0", size = 219147, upload-time = "2026-06-09T13:41:24.97Z" },
|
|
581
581
|
]
|
|
582
582
|
|
|
583
583
|
[[package]]
|
|
@@ -1419,14 +1419,14 @@ wheels = [
|
|
|
1419
1419
|
|
|
1420
1420
|
[[package]]
|
|
1421
1421
|
name = "joserfc"
|
|
1422
|
-
version = "1.7.
|
|
1422
|
+
version = "1.7.1"
|
|
1423
1423
|
source = { registry = "https://pypi.org/simple" }
|
|
1424
1424
|
dependencies = [
|
|
1425
1425
|
{ name = "cryptography" },
|
|
1426
1426
|
]
|
|
1427
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1427
|
+
sdist = { url = "https://files.pythonhosted.org/packages/44/90/25cb27518750218e4f850be63d8bbb2343efaad1c01c3571aaa4b3c33bd7/joserfc-1.7.1.tar.gz", hash = "sha256:77d0b76514879c68c6f433bc5b7357a4ab72008ff1e33d8379fd11d72bd8ca81", size = 233181, upload-time = "2026-06-08T07:21:33.412Z" }
|
|
1428
1428
|
wheels = [
|
|
1429
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1429
|
+
{ url = "https://files.pythonhosted.org/packages/b3/00/fa62404c3e347f946faa13aa21085205f9cc06ad17671e37f81a51662ae8/joserfc-1.7.1-py3-none-any.whl", hash = "sha256:b3e3d655612e2e1ef67b2600f2f420e12e537b020208fab1761fad647319c164", size = 70423, upload-time = "2026-06-08T07:21:32.001Z" },
|
|
1430
1430
|
]
|
|
1431
1431
|
|
|
1432
1432
|
[[package]]
|
|
@@ -3254,27 +3254,27 @@ wheels = [
|
|
|
3254
3254
|
|
|
3255
3255
|
[[package]]
|
|
3256
3256
|
name = "ty"
|
|
3257
|
-
version = "0.0.
|
|
3258
|
-
source = { registry = "https://pypi.org/simple" }
|
|
3259
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
3260
|
-
wheels = [
|
|
3261
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3262
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3263
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3264
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3265
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3266
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3267
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3268
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3269
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3270
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3271
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3272
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3273
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3274
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3275
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3276
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3277
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
3257
|
+
version = "0.0.46"
|
|
3258
|
+
source = { registry = "https://pypi.org/simple" }
|
|
3259
|
+
sdist = { url = "https://files.pythonhosted.org/packages/5a/7d/d95b5a9dea83472006be3ce5e480028c44b34138d84d0172e910f287fb69/ty-0.0.46.tar.gz", hash = "sha256:c6c2d7105b5633b49950b4c3a90d1ed2613eb9d794ad582bbbf6c4ffcb93accf", size = 5832380, upload-time = "2026-06-09T03:28:05.056Z" }
|
|
3260
|
+
wheels = [
|
|
3261
|
+
{ url = "https://files.pythonhosted.org/packages/0e/24/f9f7533c391610521f4164e6b8e37ef72d0c1ee8651bc0d9ce9e658b953b/ty-0.0.46-py3-none-linux_armv6l.whl", hash = "sha256:5e716337994699cbc1a1a7b7a3e6622306f2574c710330f9d9691c2c3d8391b0", size = 11756264, upload-time = "2026-06-09T03:28:20.112Z" },
|
|
3262
|
+
{ url = "https://files.pythonhosted.org/packages/66/49/ff3d13655b9b5cc8176f4c3446bf7ec2df43c8ad9e5272d4adc5d952fa45/ty-0.0.46-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:51d618dec5403635690d0e3e298cd0ad3d84ebc6a576652939ef30ce96fce4b2", size = 11492723, upload-time = "2026-06-09T03:28:13.23Z" },
|
|
3263
|
+
{ url = "https://files.pythonhosted.org/packages/82/4a/e7e3209e353c5835c7756339bbcdfda10852407b80fbb9ed46c17241873a/ty-0.0.46-py3-none-macosx_11_0_arm64.whl", hash = "sha256:acbafd6a2351b07a6cf4c945b0b1d47f6d2826faac2526a351dfa74d3a3cc664", size = 10892822, upload-time = "2026-06-09T03:27:51.179Z" },
|
|
3264
|
+
{ url = "https://files.pythonhosted.org/packages/6c/20/4390c90434a9ddefcecb65e8df00e4c2700e9739dc0baf58bed36d25f713/ty-0.0.46-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:de5df602ffd760612ae36602bbad69b0123ff6cffd92e62aa92b7709317d69e3", size = 11408745, upload-time = "2026-06-09T03:27:58.049Z" },
|
|
3265
|
+
{ url = "https://files.pythonhosted.org/packages/75/0c/f13a1bf9c6798530c773667095a6cf8f73ec9721db359423e7249bff7fbc/ty-0.0.46-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:7abf5a10b30d8641faad90f6a19989daec941bb90261159e05cfeb04d2012046", size = 11544432, upload-time = "2026-06-09T03:27:53.519Z" },
|
|
3266
|
+
{ url = "https://files.pythonhosted.org/packages/56/69/eb3710c13dff846a0362df04fadd8a39b64ccc244c0d02ce5285ede8eae5/ty-0.0.46-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:8770404139c6ccee2ce2fc226478cfa4100915133c876c257e52197b8b92051d", size = 12031228, upload-time = "2026-06-09T03:28:29.816Z" },
|
|
3267
|
+
{ url = "https://files.pythonhosted.org/packages/e9/68/5f5db9c84c1d44acdc67281089b372d9d818ee68123a60c59c66187095e2/ty-0.0.46-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:f960d5a6e4860076924d2b86891d9872c4a3daa4663fb416e640b22cf3dbf68e", size = 12596073, upload-time = "2026-06-09T03:28:25.204Z" },
|
|
3268
|
+
{ url = "https://files.pythonhosted.org/packages/14/be/cfd0bb272e6a1491f6de30c60da1f39c2b3c3524ec64a5c92b71365c9185/ty-0.0.46-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:1d9000a4a3ed08fc37e8a2ff0b801cde06e1c2af3bc053677744bb5a1b751030", size = 12284885, upload-time = "2026-06-09T03:28:10.58Z" },
|
|
3269
|
+
{ url = "https://files.pythonhosted.org/packages/a8/3a/2cd541f6320f5d6f70a45725c4e1016efedd5545348bb23b47ffb3e4c724/ty-0.0.46-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d1160e6dc86536109ab755f7142f36f4dda5333c8330cf230d61819494d27125", size = 12079480, upload-time = "2026-06-09T03:27:55.847Z" },
|
|
3270
|
+
{ url = "https://files.pythonhosted.org/packages/de/91/8e0075bc6568fb477e7ef4d805c67fa6902b692cb4419e0bf5ce3c04c5bc/ty-0.0.46-py3-none-manylinux_2_31_riscv64.whl", hash = "sha256:b619c0efe007731f8221fa787701bfa4402da7a83eb26c61ae25e77b6ace6384", size = 12316547, upload-time = "2026-06-09T03:28:08.28Z" },
|
|
3271
|
+
{ url = "https://files.pythonhosted.org/packages/00/28/b96cbfeda019a4044c6a8cd06ff84d08b631d4ba7d9a1e6dc0311df3563a/ty-0.0.46-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:ad98fccb6a8a94c4121b993761a0deee602f5826c4162e0a91f4f8118ddadd42", size = 11392846, upload-time = "2026-06-09T03:28:00.418Z" },
|
|
3272
|
+
{ url = "https://files.pythonhosted.org/packages/3b/d0/4d77f699a95ac7a13b94ca1a58682667cfe974f91557d9e2a9fc0b808a7f/ty-0.0.46-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:74536b13c3cc3f5944408669c202d4c57c3d19ff154732df8e6145718aef9191", size = 11559017, upload-time = "2026-06-09T03:28:17.619Z" },
|
|
3273
|
+
{ url = "https://files.pythonhosted.org/packages/88/62/1d6f6b51c2b132da8011c6a41ead0c1fd2a0b17ea72304bcf6ce084d581a/ty-0.0.46-py3-none-musllinux_1_2_i686.whl", hash = "sha256:5e50b1e96ced41b609e24ed27d9e4f508584ed7f4d0bb717ca8c8d75d2fd1b7c", size = 11666509, upload-time = "2026-06-09T03:28:22.454Z" },
|
|
3274
|
+
{ url = "https://files.pythonhosted.org/packages/fe/9a/6643894bc12cb30c281f4c8bf37f6d30c1fbd9484ef39a12b0ea6dae3c1c/ty-0.0.46-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:0a7d9f58d26d938e5d2f607481b7a412d8c00d675a1ec72004fa9d6b3b9def99", size = 12180448, upload-time = "2026-06-09T03:28:32.329Z" },
|
|
3275
|
+
{ url = "https://files.pythonhosted.org/packages/86/68/0f3b7bb03a7da676ef51b1c0af0bde1e500d69d5f0c807ed63b6f30b66dd/ty-0.0.46-py3-none-win32.whl", hash = "sha256:26db0ce89c573e60132d14e9688c9329a1633b1a8c26fe457025c7c406f7d5e6", size = 10960002, upload-time = "2026-06-09T03:28:02.832Z" },
|
|
3276
|
+
{ url = "https://files.pythonhosted.org/packages/b1/f4/91ff618b2dee39d0633d23e1adac0174aa1de80df17e270acac534034dbc/ty-0.0.46-py3-none-win_amd64.whl", hash = "sha256:90e8e6d446b9cb7cb4bede9fca7b3c99fd1e2355605ecf431c131a51db2a5e93", size = 12097413, upload-time = "2026-06-09T03:28:27.495Z" },
|
|
3277
|
+
{ url = "https://files.pythonhosted.org/packages/e5/2e/300174fca375a27a7c28dd80e990d857d7b3e3b25980c65063f980aa2f17/ty-0.0.46-py3-none-win_arm64.whl", hash = "sha256:ebd320d82605079b901a095dc4711037a0c488b4ace79a602fef4df0d3f4cf74", size = 11439595, upload-time = "2026-06-09T03:28:15.355Z" },
|
|
3278
3278
|
]
|
|
3279
3279
|
|
|
3280
3280
|
[[package]]
|
|
File without changes
|
{pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/.github/ISSUE_TEMPLATE/feature_request.md
RENAMED
|
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
|
{pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/pyagentic/_base/_agent/_agent_linking.py
RENAMED
|
File without changes
|
{pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/pyagentic/_base/_agent/_agent_state.py
RENAMED
|
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
|
{pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/pyagentic_core.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{pyagentic_core-2.6.1.dev1 → pyagentic_core-2.6.3rc1}/pyagentic_core.egg-info/entry_points.txt
RENAMED
|
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
|