goose-py 0.11.19__tar.gz → 0.11.20__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.
Files changed (34) hide show
  1. {goose_py-0.11.19 → goose_py-0.11.20}/PKG-INFO +2 -2
  2. {goose_py-0.11.19 → goose_py-0.11.20}/pyproject.toml +2 -2
  3. {goose_py-0.11.19 → goose_py-0.11.20}/uv.lock +5 -5
  4. {goose_py-0.11.19 → goose_py-0.11.20}/.envrc +0 -0
  5. {goose_py-0.11.19 → goose_py-0.11.20}/.github/workflows/publish.yml +0 -0
  6. {goose_py-0.11.19 → goose_py-0.11.20}/.gitignore +0 -0
  7. {goose_py-0.11.19 → goose_py-0.11.20}/.python-version +0 -0
  8. {goose_py-0.11.19 → goose_py-0.11.20}/.stubs/jsonpath_ng/__init__.pyi +0 -0
  9. {goose_py-0.11.19 → goose_py-0.11.20}/Makefile +0 -0
  10. {goose_py-0.11.19 → goose_py-0.11.20}/README.md +0 -0
  11. {goose_py-0.11.19 → goose_py-0.11.20}/goose/__init__.py +0 -0
  12. {goose_py-0.11.19 → goose_py-0.11.20}/goose/_internal/agent.py +0 -0
  13. {goose_py-0.11.19 → goose_py-0.11.20}/goose/_internal/conversation.py +0 -0
  14. {goose_py-0.11.19 → goose_py-0.11.20}/goose/_internal/flow.py +0 -0
  15. {goose_py-0.11.19 → goose_py-0.11.20}/goose/_internal/result.py +0 -0
  16. {goose_py-0.11.19 → goose_py-0.11.20}/goose/_internal/state.py +0 -0
  17. {goose_py-0.11.19 → goose_py-0.11.20}/goose/_internal/store.py +0 -0
  18. {goose_py-0.11.19 → goose_py-0.11.20}/goose/_internal/task.py +0 -0
  19. {goose_py-0.11.19 → goose_py-0.11.20}/goose/_internal/types/__init__.py +0 -0
  20. {goose_py-0.11.19 → goose_py-0.11.20}/goose/_internal/types/telemetry.py +0 -0
  21. {goose_py-0.11.19 → goose_py-0.11.20}/goose/errors.py +0 -0
  22. {goose_py-0.11.19 → goose_py-0.11.20}/goose/flow.py +0 -0
  23. {goose_py-0.11.19 → goose_py-0.11.20}/goose/py.typed +0 -0
  24. {goose_py-0.11.19 → goose_py-0.11.20}/goose/runs.py +0 -0
  25. {goose_py-0.11.19 → goose_py-0.11.20}/goose/task.py +0 -0
  26. {goose_py-0.11.19 → goose_py-0.11.20}/tests/__init__.py +0 -0
  27. {goose_py-0.11.19 → goose_py-0.11.20}/tests/test_agent.py +0 -0
  28. {goose_py-0.11.19 → goose_py-0.11.20}/tests/test_ask.py +0 -0
  29. {goose_py-0.11.19 → goose_py-0.11.20}/tests/test_downstream_task.py +0 -0
  30. {goose_py-0.11.19 → goose_py-0.11.20}/tests/test_hashing.py +0 -0
  31. {goose_py-0.11.19 → goose_py-0.11.20}/tests/test_looping.py +0 -0
  32. {goose_py-0.11.19 → goose_py-0.11.20}/tests/test_refining.py +0 -0
  33. {goose_py-0.11.19 → goose_py-0.11.20}/tests/test_regenerate.py +0 -0
  34. {goose_py-0.11.19 → goose_py-0.11.20}/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.19
3
+ Version: 0.11.20
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.39
7
+ Requires-Dist: aikernel==0.1.40
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.19"
3
+ version = "0.11.20"
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.39",
14
+ "aikernel==0.1.40",
15
15
  "pydantic>=2.8.2",
16
16
  ]
17
17
 
@@ -3,15 +3,15 @@ requires-python = ">=3.12"
3
3
 
4
4
  [[package]]
5
5
  name = "aikernel"
6
- version = "0.1.39"
6
+ version = "0.1.40"
7
7
  source = { registry = "https://pypi.org/simple" }
8
8
  dependencies = [
9
9
  { name = "litellm" },
10
10
  { name = "pydantic" },
11
11
  ]
12
- sdist = { url = "https://files.pythonhosted.org/packages/ab/7e/1da152279e50e6d651b4f29cc6ee950f4e5aad5c64b8b4889df036c20acd/aikernel-0.1.39.tar.gz", hash = "sha256:13e21eaadd66499d3fb00c82d42e6d1ae4022e69017133d1d04da58636a8e399", size = 72243 }
12
+ sdist = { url = "https://files.pythonhosted.org/packages/e3/6f/6809d4fc0245898cd9cb1282e576e193f1788a379766ac1ac9c98f21cc19/aikernel-0.1.40.tar.gz", hash = "sha256:1c4cd8e1ef943e164b7ed9e9fa99151d31739024c506c68229e7054fb5447976", size = 72544 }
13
13
  wheels = [
14
- { url = "https://files.pythonhosted.org/packages/2f/86/d55e7c00a1d2df6507ab3b41fb5933be2e24c5ad53c8e2879fff8c2008fc/aikernel-0.1.39-py3-none-any.whl", hash = "sha256:604426ae04880e227cffdef491f3ee305661b957f46153465c8e69740313b368", size = 9972 },
14
+ { url = "https://files.pythonhosted.org/packages/73/37/329c6dc05d4b17e7fda36f98f6ef59d11c9b8718fe1c1997c8e267eacbf4/aikernel-0.1.40-py3-none-any.whl", hash = "sha256:7d1e8a9901932b1b42eca0e298f1024666f6ce628fa6a48bb783281d7979ed1f", size = 10502 },
15
15
  ]
16
16
 
17
17
  [[package]]
@@ -345,7 +345,7 @@ wheels = [
345
345
 
346
346
  [[package]]
347
347
  name = "goose-py"
348
- version = "0.11.19"
348
+ version = "0.11.20"
349
349
  source = { editable = "." }
350
350
  dependencies = [
351
351
  { name = "aikernel" },
@@ -365,7 +365,7 @@ dev = [
365
365
 
366
366
  [package.metadata]
367
367
  requires-dist = [
368
- { name = "aikernel", specifier = "==0.1.39" },
368
+ { name = "aikernel", specifier = "==0.1.40" },
369
369
  { name = "jsonpath-ng", specifier = ">=1.7.0" },
370
370
  { name = "pydantic", specifier = ">=2.8.2" },
371
371
  ]
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes