goose-py 0.11.14__tar.gz → 0.11.16__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.
- {goose_py-0.11.14 → goose_py-0.11.16}/PKG-INFO +2 -2
- {goose_py-0.11.14 → goose_py-0.11.16}/pyproject.toml +2 -2
- {goose_py-0.11.14 → goose_py-0.11.16}/uv.lock +11 -12
- {goose_py-0.11.14 → goose_py-0.11.16}/.envrc +0 -0
- {goose_py-0.11.14 → goose_py-0.11.16}/.github/workflows/publish.yml +0 -0
- {goose_py-0.11.14 → goose_py-0.11.16}/.gitignore +0 -0
- {goose_py-0.11.14 → goose_py-0.11.16}/.python-version +0 -0
- {goose_py-0.11.14 → goose_py-0.11.16}/.stubs/jsonpath_ng/__init__.pyi +0 -0
- {goose_py-0.11.14 → goose_py-0.11.16}/Makefile +0 -0
- {goose_py-0.11.14 → goose_py-0.11.16}/README.md +0 -0
- {goose_py-0.11.14 → goose_py-0.11.16}/goose/__init__.py +0 -0
- {goose_py-0.11.14 → goose_py-0.11.16}/goose/_internal/agent.py +0 -0
- {goose_py-0.11.14 → goose_py-0.11.16}/goose/_internal/conversation.py +0 -0
- {goose_py-0.11.14 → goose_py-0.11.16}/goose/_internal/flow.py +0 -0
- {goose_py-0.11.14 → goose_py-0.11.16}/goose/_internal/result.py +0 -0
- {goose_py-0.11.14 → goose_py-0.11.16}/goose/_internal/state.py +0 -0
- {goose_py-0.11.14 → goose_py-0.11.16}/goose/_internal/store.py +0 -0
- {goose_py-0.11.14 → goose_py-0.11.16}/goose/_internal/task.py +0 -0
- {goose_py-0.11.14 → goose_py-0.11.16}/goose/_internal/types/__init__.py +0 -0
- {goose_py-0.11.14 → goose_py-0.11.16}/goose/_internal/types/telemetry.py +0 -0
- {goose_py-0.11.14 → goose_py-0.11.16}/goose/errors.py +0 -0
- {goose_py-0.11.14 → goose_py-0.11.16}/goose/flow.py +0 -0
- {goose_py-0.11.14 → goose_py-0.11.16}/goose/py.typed +0 -0
- {goose_py-0.11.14 → goose_py-0.11.16}/goose/runs.py +0 -0
- {goose_py-0.11.14 → goose_py-0.11.16}/goose/task.py +0 -0
- {goose_py-0.11.14 → goose_py-0.11.16}/tests/__init__.py +0 -0
- {goose_py-0.11.14 → goose_py-0.11.16}/tests/test_agent.py +0 -0
- {goose_py-0.11.14 → goose_py-0.11.16}/tests/test_ask.py +0 -0
- {goose_py-0.11.14 → goose_py-0.11.16}/tests/test_downstream_task.py +0 -0
- {goose_py-0.11.14 → goose_py-0.11.16}/tests/test_hashing.py +0 -0
- {goose_py-0.11.14 → goose_py-0.11.16}/tests/test_looping.py +0 -0
- {goose_py-0.11.14 → goose_py-0.11.16}/tests/test_refining.py +0 -0
- {goose_py-0.11.14 → goose_py-0.11.16}/tests/test_regenerate.py +0 -0
- {goose_py-0.11.14 → goose_py-0.11.16}/tests/test_state.py +0 -0
@@ -1,10 +1,10 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: goose-py
|
3
|
-
Version: 0.11.
|
3
|
+
Version: 0.11.16
|
4
4
|
Summary: A tool for AI workflows based on human-computer collaboration and structured output.
|
5
5
|
Author-email: Nash Taylor <nash@chelle.ai>, Joshua Cook <joshua@chelle.ai>, Michael Sankur <michael@chelle.ai>
|
6
6
|
Requires-Python: >=3.12
|
7
|
-
Requires-Dist: aikernel==0.1.
|
7
|
+
Requires-Dist: aikernel==0.1.36
|
8
8
|
Requires-Dist: jsonpath-ng>=1.7.0
|
9
9
|
Requires-Dist: pydantic>=2.8.2
|
10
10
|
Description-Content-Type: text/markdown
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[project]
|
2
2
|
name = "goose-py"
|
3
|
-
version = "0.11.
|
3
|
+
version = "0.11.16"
|
4
4
|
description = "A tool for AI workflows based on human-computer collaboration and structured output."
|
5
5
|
readme = "README.md"
|
6
6
|
authors = [
|
@@ -11,7 +11,7 @@ authors = [
|
|
11
11
|
requires-python = ">=3.12"
|
12
12
|
dependencies = [
|
13
13
|
"jsonpath-ng>=1.7.0",
|
14
|
-
"aikernel==0.1.
|
14
|
+
"aikernel==0.1.36",
|
15
15
|
"pydantic>=2.8.2",
|
16
16
|
]
|
17
17
|
|
@@ -3,16 +3,15 @@ requires-python = ">=3.12"
|
|
3
3
|
|
4
4
|
[[package]]
|
5
5
|
name = "aikernel"
|
6
|
-
version = "0.1.
|
6
|
+
version = "0.1.36"
|
7
7
|
source = { registry = "https://pypi.org/simple" }
|
8
8
|
dependencies = [
|
9
9
|
{ name = "litellm" },
|
10
|
-
{ name = "openai" },
|
11
10
|
{ name = "pydantic" },
|
12
11
|
]
|
13
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
12
|
+
sdist = { url = "https://files.pythonhosted.org/packages/8d/11/355c361edd6b18246fc592581c26e99d8f759385cb14f5b415645864fe01/aikernel-0.1.36.tar.gz", hash = "sha256:63496e23fbcab474270b9031f57aaa6d1895bbdd9d2bf2971f555769364ace19", size = 71906 }
|
14
13
|
wheels = [
|
15
|
-
{ url = "https://files.pythonhosted.org/packages/
|
14
|
+
{ url = "https://files.pythonhosted.org/packages/de/7c/85e0df2bda0bf5caa3224833df3cb2639cbdb903a0c39f503b7f2617d66f/aikernel-0.1.36-py3-none-any.whl", hash = "sha256:8d59472dc08412d3625bc2298b121aa321a739bda35152245b01edfa551e9b7a", size = 9349 },
|
16
15
|
]
|
17
16
|
|
18
17
|
[[package]]
|
@@ -346,7 +345,7 @@ wheels = [
|
|
346
345
|
|
347
346
|
[[package]]
|
348
347
|
name = "goose-py"
|
349
|
-
version = "0.11.
|
348
|
+
version = "0.11.16"
|
350
349
|
source = { editable = "." }
|
351
350
|
dependencies = [
|
352
351
|
{ name = "aikernel" },
|
@@ -366,7 +365,7 @@ dev = [
|
|
366
365
|
|
367
366
|
[package.metadata]
|
368
367
|
requires-dist = [
|
369
|
-
{ name = "aikernel", specifier = "==0.1.
|
368
|
+
{ name = "aikernel", specifier = "==0.1.36" },
|
370
369
|
{ name = "jsonpath-ng", specifier = ">=1.7.0" },
|
371
370
|
{ name = "pydantic", specifier = ">=2.8.2" },
|
372
371
|
]
|
@@ -654,7 +653,7 @@ wheels = [
|
|
654
653
|
|
655
654
|
[[package]]
|
656
655
|
name = "litellm"
|
657
|
-
version = "1.
|
656
|
+
version = "1.64.1"
|
658
657
|
source = { registry = "https://pypi.org/simple" }
|
659
658
|
dependencies = [
|
660
659
|
{ name = "aiohttp" },
|
@@ -669,9 +668,9 @@ dependencies = [
|
|
669
668
|
{ name = "tiktoken" },
|
670
669
|
{ name = "tokenizers" },
|
671
670
|
]
|
672
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
671
|
+
sdist = { url = "https://files.pythonhosted.org/packages/8f/2a/7a4d04aa0edec4c583acb78657043569741dcc4a5da6aa381ee867bacd94/litellm-1.64.1.tar.gz", hash = "sha256:73bac891b1fbd77ada4d691e967657c53f48c207d9c3ba414ad0ffe3e7ec8f89", size = 6650473 }
|
673
672
|
wheels = [
|
674
|
-
{ url = "https://files.pythonhosted.org/packages/
|
673
|
+
{ url = "https://files.pythonhosted.org/packages/88/3e/37577b8741e4afba5d3e290ba7da3258bb738990f3c1d91196b4ca8f406a/litellm-1.64.1-py3-none-any.whl", hash = "sha256:bd7cb4977dee121551f0322d48b4e51e9a508fc2ac2273e7c5405ca69354e352", size = 6974769 },
|
675
674
|
]
|
676
675
|
|
677
676
|
[[package]]
|
@@ -783,7 +782,7 @@ wheels = [
|
|
783
782
|
|
784
783
|
[[package]]
|
785
784
|
name = "openai"
|
786
|
-
version = "1.
|
785
|
+
version = "1.69.0"
|
787
786
|
source = { registry = "https://pypi.org/simple" }
|
788
787
|
dependencies = [
|
789
788
|
{ name = "anyio" },
|
@@ -795,9 +794,9 @@ dependencies = [
|
|
795
794
|
{ name = "tqdm" },
|
796
795
|
{ name = "typing-extensions" },
|
797
796
|
]
|
798
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
797
|
+
sdist = { url = "https://files.pythonhosted.org/packages/ab/99/d164612528dfb7a9b19330623daded608e75d25823b01f81e0376eb388a4/openai-1.69.0.tar.gz", hash = "sha256:7b8a10a8ff77e1ae827e5e4c8480410af2070fb68bc973d6c994cf8218f1f98d", size = 409579 }
|
799
798
|
wheels = [
|
800
|
-
{ url = "https://files.pythonhosted.org/packages/
|
799
|
+
{ url = "https://files.pythonhosted.org/packages/b8/a4/28113be8b7bc937656aaf7b06feff7e9a5eb742ee4e405c6c48c30d879c4/openai-1.69.0-py3-none-any.whl", hash = "sha256:73c4b2ddfd050060f8d93c70367189bd891e70a5adb6d69c04c3571f4fea5627", size = 599068 },
|
801
800
|
]
|
802
801
|
|
803
802
|
[[package]]
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|