pyagentic-core 2.0.0b1__tar.gz → 2.0.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.
- {pyagentic_core-2.0.0b1 → pyagentic_core-2.0.1}/PKG-INFO +1 -1
- {pyagentic_core-2.0.0b1 → pyagentic_core-2.0.1}/pyagentic_core.egg-info/PKG-INFO +1 -1
- {pyagentic_core-2.0.0b1 → pyagentic_core-2.0.1}/pyproject.toml +2 -2
- {pyagentic_core-2.0.0b1 → pyagentic_core-2.0.1}/LICENSE +0 -0
- {pyagentic_core-2.0.0b1 → pyagentic_core-2.0.1}/README.md +0 -0
- {pyagentic_core-2.0.0b1 → pyagentic_core-2.0.1}/pyagentic/__init__.py +0 -0
- {pyagentic_core-2.0.0b1 → pyagentic_core-2.0.1}/pyagentic/_base/__init__.py +0 -0
- {pyagentic_core-2.0.0b1 → pyagentic_core-2.0.1}/pyagentic/_base/_agent/__init__.py +0 -0
- {pyagentic_core-2.0.0b1 → pyagentic_core-2.0.1}/pyagentic/_base/_agent/_agent.py +0 -0
- {pyagentic_core-2.0.0b1 → pyagentic_core-2.0.1}/pyagentic/_base/_agent/_agent_linking.py +0 -0
- {pyagentic_core-2.0.0b1 → pyagentic_core-2.0.1}/pyagentic/_base/_agent/_agent_state.py +0 -0
- {pyagentic_core-2.0.0b1 → pyagentic_core-2.0.1}/pyagentic/_base/_exceptions.py +0 -0
- {pyagentic_core-2.0.0b1 → pyagentic_core-2.0.1}/pyagentic/_base/_info.py +0 -0
- {pyagentic_core-2.0.0b1 → pyagentic_core-2.0.1}/pyagentic/_base/_metaclasses.py +0 -0
- {pyagentic_core-2.0.0b1 → pyagentic_core-2.0.1}/pyagentic/_base/_ref.py +0 -0
- {pyagentic_core-2.0.0b1 → pyagentic_core-2.0.1}/pyagentic/_base/_spec.py +0 -0
- {pyagentic_core-2.0.0b1 → pyagentic_core-2.0.1}/pyagentic/_base/_state.py +0 -0
- {pyagentic_core-2.0.0b1 → pyagentic_core-2.0.1}/pyagentic/_base/_tool.py +0 -0
- {pyagentic_core-2.0.0b1 → pyagentic_core-2.0.1}/pyagentic/_base/_validation.py +0 -0
- {pyagentic_core-2.0.0b1 → pyagentic_core-2.0.1}/pyagentic/_utils/_typing.py +0 -0
- {pyagentic_core-2.0.0b1 → pyagentic_core-2.0.1}/pyagentic/_utils/_warnings.py +0 -0
- {pyagentic_core-2.0.0b1 → pyagentic_core-2.0.1}/pyagentic/llm/__init__.py +0 -0
- {pyagentic_core-2.0.0b1 → pyagentic_core-2.0.1}/pyagentic/llm/_anthropic.py +0 -0
- {pyagentic_core-2.0.0b1 → pyagentic_core-2.0.1}/pyagentic/llm/_gemini.py +0 -0
- {pyagentic_core-2.0.0b1 → pyagentic_core-2.0.1}/pyagentic/llm/_mock.py +0 -0
- {pyagentic_core-2.0.0b1 → pyagentic_core-2.0.1}/pyagentic/llm/_openai.py +0 -0
- {pyagentic_core-2.0.0b1 → pyagentic_core-2.0.1}/pyagentic/llm/_openaiv1.py +0 -0
- {pyagentic_core-2.0.0b1 → pyagentic_core-2.0.1}/pyagentic/llm/_provider.py +0 -0
- {pyagentic_core-2.0.0b1 → pyagentic_core-2.0.1}/pyagentic/logging.py +0 -0
- {pyagentic_core-2.0.0b1 → pyagentic_core-2.0.1}/pyagentic/models/llm.py +0 -0
- {pyagentic_core-2.0.0b1 → pyagentic_core-2.0.1}/pyagentic/models/response.py +0 -0
- {pyagentic_core-2.0.0b1 → pyagentic_core-2.0.1}/pyagentic/models/tracing.py +0 -0
- {pyagentic_core-2.0.0b1 → pyagentic_core-2.0.1}/pyagentic/policies/__init__.py +0 -0
- {pyagentic_core-2.0.0b1 → pyagentic_core-2.0.1}/pyagentic/policies/_events.py +0 -0
- {pyagentic_core-2.0.0b1 → pyagentic_core-2.0.1}/pyagentic/policies/_policy.py +0 -0
- {pyagentic_core-2.0.0b1 → pyagentic_core-2.0.1}/pyagentic/tracing/__init__.py +0 -0
- {pyagentic_core-2.0.0b1 → pyagentic_core-2.0.1}/pyagentic/tracing/_basic.py +0 -0
- {pyagentic_core-2.0.0b1 → pyagentic_core-2.0.1}/pyagentic/tracing/_langfuse.py +0 -0
- {pyagentic_core-2.0.0b1 → pyagentic_core-2.0.1}/pyagentic/tracing/_tracer.py +0 -0
- {pyagentic_core-2.0.0b1 → pyagentic_core-2.0.1}/pyagentic/updates.py +0 -0
- {pyagentic_core-2.0.0b1 → pyagentic_core-2.0.1}/pyagentic_core.egg-info/SOURCES.txt +0 -0
- {pyagentic_core-2.0.0b1 → pyagentic_core-2.0.1}/pyagentic_core.egg-info/dependency_links.txt +0 -0
- {pyagentic_core-2.0.0b1 → pyagentic_core-2.0.1}/pyagentic_core.egg-info/requires.txt +0 -0
- {pyagentic_core-2.0.0b1 → pyagentic_core-2.0.1}/pyagentic_core.egg-info/top_level.txt +0 -0
- {pyagentic_core-2.0.0b1 → pyagentic_core-2.0.1}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "pyagentic-core"
|
|
3
|
-
version = "2.0.
|
|
3
|
+
version = "2.0.1"
|
|
4
4
|
description = "Build LLM Agents in a Pythonic way"
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
requires-python = ">=3.13"
|
|
@@ -105,4 +105,4 @@ include = ["pyagentic*"]
|
|
|
105
105
|
compile-diagrams = "for file in docs/diagrams/source/*.d2; do d2 --layout elk \"$file\" \"docs/diagrams/$(basename \"$file\" .d2).svg\"; done"
|
|
106
106
|
build-docs = "task compile-diagrams && mkdocs build --clean"
|
|
107
107
|
serve-docs = "task compile-diagrams && mkdocs serve"
|
|
108
|
-
deploy-docs = "task compile-diagrams && mkdocs gh-deploy --force"
|
|
108
|
+
deploy-docs = "task compile-diagrams && mkdocs gh-deploy --force"
|
|
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.0.0b1 → pyagentic_core-2.0.1}/pyagentic_core.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|