erdo 0.1.6__tar.gz → 0.1.7__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.

Potentially problematic release.


This version of erdo might be problematic. Click here for more details.

Files changed (67) hide show
  1. {erdo-0.1.6 → erdo-0.1.7}/PKG-INFO +1 -1
  2. erdo-0.1.7/VERSION +1 -0
  3. {erdo-0.1.6 → erdo-0.1.7}/uv.lock +25 -0
  4. erdo-0.1.6/VERSION +0 -1
  5. {erdo-0.1.6 → erdo-0.1.7}/.github/workflows/ci.yml +0 -0
  6. {erdo-0.1.6 → erdo-0.1.7}/.github/workflows/publish.yml +0 -0
  7. {erdo-0.1.6 → erdo-0.1.7}/.gitignore +0 -0
  8. {erdo-0.1.6 → erdo-0.1.7}/CLAUDE.md +0 -0
  9. {erdo-0.1.6 → erdo-0.1.7}/LICENSE +0 -0
  10. {erdo-0.1.6 → erdo-0.1.7}/MANIFEST.in +0 -0
  11. {erdo-0.1.6 → erdo-0.1.7}/PYPI_SETUP.md +0 -0
  12. {erdo-0.1.6 → erdo-0.1.7}/README.md +0 -0
  13. {erdo-0.1.6 → erdo-0.1.7}/erdo/__init__.py +0 -0
  14. {erdo-0.1.6 → erdo-0.1.7}/erdo/_generated/__init__.py +0 -0
  15. {erdo-0.1.6 → erdo-0.1.7}/erdo/_generated/actions/__init__.py +0 -0
  16. {erdo-0.1.6 → erdo-0.1.7}/erdo/_generated/actions/analysis.py +0 -0
  17. {erdo-0.1.6 → erdo-0.1.7}/erdo/_generated/actions/bot.py +0 -0
  18. {erdo-0.1.6 → erdo-0.1.7}/erdo/_generated/actions/codeexec.py +0 -0
  19. {erdo-0.1.6 → erdo-0.1.7}/erdo/_generated/actions/llm.py +0 -0
  20. {erdo-0.1.6 → erdo-0.1.7}/erdo/_generated/actions/memory.py +0 -0
  21. {erdo-0.1.6 → erdo-0.1.7}/erdo/_generated/actions/pdfextractor.py +0 -0
  22. {erdo-0.1.6 → erdo-0.1.7}/erdo/_generated/actions/resource_definitions.py +0 -0
  23. {erdo-0.1.6 → erdo-0.1.7}/erdo/_generated/actions/sqlexec.py +0 -0
  24. {erdo-0.1.6 → erdo-0.1.7}/erdo/_generated/actions/utils.py +0 -0
  25. {erdo-0.1.6 → erdo-0.1.7}/erdo/_generated/actions/webparser.py +0 -0
  26. {erdo-0.1.6 → erdo-0.1.7}/erdo/_generated/actions/websearch.py +0 -0
  27. {erdo-0.1.6 → erdo-0.1.7}/erdo/_generated/condition/__init__.py +0 -0
  28. {erdo-0.1.6 → erdo-0.1.7}/erdo/_generated/internal.py +0 -0
  29. {erdo-0.1.6 → erdo-0.1.7}/erdo/_generated/internal_actions.py +0 -0
  30. {erdo-0.1.6 → erdo-0.1.7}/erdo/_generated/parameters.py +0 -0
  31. {erdo-0.1.6 → erdo-0.1.7}/erdo/_generated/secrets.py +0 -0
  32. {erdo-0.1.6 → erdo-0.1.7}/erdo/_generated/template_functions.py +0 -0
  33. {erdo-0.1.6 → erdo-0.1.7}/erdo/_generated/types.py +0 -0
  34. {erdo-0.1.6 → erdo-0.1.7}/erdo/actions/__init__.py +0 -0
  35. {erdo-0.1.6 → erdo-0.1.7}/erdo/bot_permissions.py +0 -0
  36. {erdo-0.1.6 → erdo-0.1.7}/erdo/cli_entry.py +0 -0
  37. {erdo-0.1.6 → erdo-0.1.7}/erdo/conditions/__init__.py +0 -0
  38. {erdo-0.1.6 → erdo-0.1.7}/erdo/config/__init__.py +0 -0
  39. {erdo-0.1.6 → erdo-0.1.7}/erdo/config/config.py +0 -0
  40. {erdo-0.1.6 → erdo-0.1.7}/erdo/install_cli.py +0 -0
  41. {erdo-0.1.6 → erdo-0.1.7}/erdo/integrations.py +0 -0
  42. {erdo-0.1.6 → erdo-0.1.7}/erdo/invoke/__init__.py +0 -0
  43. {erdo-0.1.6 → erdo-0.1.7}/erdo/invoke/client.py +0 -0
  44. {erdo-0.1.6 → erdo-0.1.7}/erdo/invoke/invoke.py +0 -0
  45. {erdo-0.1.6 → erdo-0.1.7}/erdo/py.typed +0 -0
  46. {erdo-0.1.6 → erdo-0.1.7}/erdo/state.py +0 -0
  47. {erdo-0.1.6 → erdo-0.1.7}/erdo/sync/__init__.py +0 -0
  48. {erdo-0.1.6 → erdo-0.1.7}/erdo/sync/client.py +0 -0
  49. {erdo-0.1.6 → erdo-0.1.7}/erdo/sync/extractor.py +0 -0
  50. {erdo-0.1.6 → erdo-0.1.7}/erdo/sync/sync.py +0 -0
  51. {erdo-0.1.6 → erdo-0.1.7}/erdo/template.py +0 -0
  52. {erdo-0.1.6 → erdo-0.1.7}/erdo/types.py +0 -0
  53. {erdo-0.1.6 → erdo-0.1.7}/examples/agent_centric_example.py +0 -0
  54. {erdo-0.1.6 → erdo-0.1.7}/examples/analysis_files/analysis_result.json +0 -0
  55. {erdo-0.1.6 → erdo-0.1.7}/examples/analysis_files/analyze.py +0 -0
  56. {erdo-0.1.6 → erdo-0.1.7}/examples/analysis_files/utils.py +0 -0
  57. {erdo-0.1.6 → erdo-0.1.7}/examples/bot_permissions_example.py +0 -0
  58. {erdo-0.1.6 → erdo-0.1.7}/examples/simple_echo_agent.py +0 -0
  59. {erdo-0.1.6 → erdo-0.1.7}/examples/state_example.py +0 -0
  60. {erdo-0.1.6 → erdo-0.1.7}/examples/test_agent.py +0 -0
  61. {erdo-0.1.6 → erdo-0.1.7}/examples/test_data.json +0 -0
  62. {erdo-0.1.6 → erdo-0.1.7}/examples/test_echo_agent.py +0 -0
  63. {erdo-0.1.6 → erdo-0.1.7}/pyproject.toml +0 -0
  64. {erdo-0.1.6 → erdo-0.1.7}/setup.py +0 -0
  65. {erdo-0.1.6 → erdo-0.1.7}/test_bot_permissions.py +0 -0
  66. {erdo-0.1.6 → erdo-0.1.7}/tests/__init__.py +0 -0
  67. {erdo-0.1.6 → erdo-0.1.7}/tests/test_basic.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: erdo
3
- Version: 0.1.6
3
+ Version: 0.1.7
4
4
  Summary: Python SDK for building workflow automation agents with Erdo
5
5
  Project-URL: Homepage, https://erdo.ai
6
6
  Project-URL: Documentation, https://docs.erdo.ai
erdo-0.1.7/VERSION ADDED
@@ -0,0 +1 @@
1
+ 0.1.7
@@ -453,6 +453,8 @@ dev = [
453
453
  { name = "mypy" },
454
454
  { name = "pytest" },
455
455
  { name = "pytest-cov" },
456
+ { name = "types-pyyaml" },
457
+ { name = "types-requests" },
456
458
  ]
457
459
 
458
460
  [package.metadata]
@@ -465,6 +467,8 @@ requires-dist = [
465
467
  { name = "pytest", marker = "extra == 'dev'", specifier = ">=7.0.0" },
466
468
  { name = "pytest-cov", marker = "extra == 'dev'", specifier = ">=4.0.0" },
467
469
  { name = "requests", specifier = ">=2.31.0" },
470
+ { name = "types-pyyaml", marker = "extra == 'dev'", specifier = ">=6.0.0" },
471
+ { name = "types-requests", marker = "extra == 'dev'", specifier = ">=2.31.0" },
468
472
  { name = "typing-extensions", specifier = ">=4.0.0" },
469
473
  ]
470
474
  provides-extras = ["dev"]
@@ -963,6 +967,27 @@ wheels = [
963
967
  { url = "https://files.pythonhosted.org/packages/77/b8/0135fadc89e73be292b473cb820b4f5a08197779206b33191e801feeae40/tomli-2.3.0-py3-none-any.whl", hash = "sha256:e95b1af3c5b07d9e643909b5abbec77cd9f1217e6d0bca72b0234736b9fb1f1b", size = 14408, upload-time = "2025-10-08T22:01:46.04Z" },
964
968
  ]
965
969
 
970
+ [[package]]
971
+ name = "types-pyyaml"
972
+ version = "6.0.12.20250915"
973
+ source = { registry = "https://pypi.org/simple" }
974
+ sdist = { url = "https://files.pythonhosted.org/packages/7e/69/3c51b36d04da19b92f9e815be12753125bd8bc247ba0470a982e6979e71c/types_pyyaml-6.0.12.20250915.tar.gz", hash = "sha256:0f8b54a528c303f0e6f7165687dd33fafa81c807fcac23f632b63aa624ced1d3", size = 17522, upload-time = "2025-09-15T03:01:00.728Z" }
975
+ wheels = [
976
+ { url = "https://files.pythonhosted.org/packages/bd/e0/1eed384f02555dde685fff1a1ac805c1c7dcb6dd019c916fe659b1c1f9ec/types_pyyaml-6.0.12.20250915-py3-none-any.whl", hash = "sha256:e7d4d9e064e89a3b3cae120b4990cd370874d2bf12fa5f46c97018dd5d3c9ab6", size = 20338, upload-time = "2025-09-15T03:00:59.218Z" },
977
+ ]
978
+
979
+ [[package]]
980
+ name = "types-requests"
981
+ version = "2.32.4.20250913"
982
+ source = { registry = "https://pypi.org/simple" }
983
+ dependencies = [
984
+ { name = "urllib3" },
985
+ ]
986
+ sdist = { url = "https://files.pythonhosted.org/packages/36/27/489922f4505975b11de2b5ad07b4fe1dca0bca9be81a703f26c5f3acfce5/types_requests-2.32.4.20250913.tar.gz", hash = "sha256:abd6d4f9ce3a9383f269775a9835a4c24e5cd6b9f647d64f88aa4613c33def5d", size = 23113, upload-time = "2025-09-13T02:40:02.309Z" }
987
+ wheels = [
988
+ { url = "https://files.pythonhosted.org/packages/2a/20/9a227ea57c1285986c4cf78400d0a91615d25b24e257fd9e2969606bdfae/types_requests-2.32.4.20250913-py3-none-any.whl", hash = "sha256:78c9c1fffebbe0fa487a418e0fa5252017e9c60d1a2da394077f1780f655d7e1", size = 20658, upload-time = "2025-09-13T02:40:01.115Z" },
989
+ ]
990
+
966
991
  [[package]]
967
992
  name = "typing-extensions"
968
993
  version = "4.15.0"
erdo-0.1.6/VERSION DELETED
@@ -1 +0,0 @@
1
- 0.1.6
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