pygeai-orchestration 0.1.0b4__tar.gz → 0.1.0b5__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 (85) hide show
  1. {pygeai_orchestration-0.1.0b4/pygeai_orchestration.egg-info → pygeai_orchestration-0.1.0b5}/PKG-INFO +1 -1
  2. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5/pygeai_orchestration.egg-info}/PKG-INFO +1 -1
  3. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/pyproject.toml +1 -1
  4. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/BUILD.md +0 -0
  5. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/CHANGELOG.md +0 -0
  6. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/CONTRIBUTING.md +0 -0
  7. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/LICENSE +0 -0
  8. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/MANIFEST.in +0 -0
  9. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/README.md +0 -0
  10. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/docs/patterns_guide.md +0 -0
  11. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/docs/quickstart.md +0 -0
  12. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/docs/source/api/core.rst +0 -0
  13. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/docs/source/api/exceptions.rst +0 -0
  14. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/docs/source/api/patterns.rst +0 -0
  15. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/docs/source/changelog.rst +0 -0
  16. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/docs/source/contributing.rst +0 -0
  17. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/docs/source/examples.rst +0 -0
  18. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/docs/source/index.rst +0 -0
  19. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/docs/source/patterns.rst +0 -0
  20. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/docs/source/quickstart.rst +0 -0
  21. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/__init__.py +0 -0
  22. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/cli/__init__.py +0 -0
  23. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/cli/__main__.py +0 -0
  24. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/cli/commands/__init__.py +0 -0
  25. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/cli/commands/base.py +0 -0
  26. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/cli/error_handler.py +0 -0
  27. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/cli/formatters.py +0 -0
  28. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/cli/geai_orch.py +0 -0
  29. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/cli/interactive.py +0 -0
  30. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/cli/texts/help.py +0 -0
  31. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/core/__init__.py +0 -0
  32. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/core/base/__init__.py +0 -0
  33. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/core/base/agent.py +0 -0
  34. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/core/base/geai_agent.py +0 -0
  35. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/core/base/geai_orchestrator.py +0 -0
  36. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/core/base/orchestrator.py +0 -0
  37. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/core/base/pattern.py +0 -0
  38. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/core/base/tool.py +0 -0
  39. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/core/common/__init__.py +0 -0
  40. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/core/common/context.py +0 -0
  41. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/core/common/memory.py +0 -0
  42. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/core/common/message.py +0 -0
  43. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/core/common/state.py +0 -0
  44. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/core/composition.py +0 -0
  45. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/core/config.py +0 -0
  46. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/core/exceptions.py +0 -0
  47. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/core/handlers.py +0 -0
  48. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/core/utils/__init__.py +0 -0
  49. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/core/utils/cache.py +0 -0
  50. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/core/utils/config.py +0 -0
  51. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/core/utils/logging.py +0 -0
  52. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/core/utils/metrics.py +0 -0
  53. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/core/utils/validators.py +0 -0
  54. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/dev/__init__.py +0 -0
  55. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/dev/debug.py +0 -0
  56. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/dev/templates.py +0 -0
  57. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/dev/testing.py +0 -0
  58. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/patterns/__init__.py +0 -0
  59. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/patterns/multi_agent.py +0 -0
  60. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/patterns/planning.py +0 -0
  61. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/patterns/react.py +0 -0
  62. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/patterns/reflection.py +0 -0
  63. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/patterns/tool_use.py +0 -0
  64. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/tests/__init__.py +0 -0
  65. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/tests/test_base_classes.py +0 -0
  66. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/tests/test_cache.py +0 -0
  67. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/tests/test_cli_formatters.py +0 -0
  68. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/tests/test_common.py +0 -0
  69. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/tests/test_composition.py +0 -0
  70. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/tests/test_config.py +0 -0
  71. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/tests/test_dev_utils.py +0 -0
  72. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/tests/test_exceptions.py +0 -0
  73. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/tests/test_handlers.py +0 -0
  74. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/tests/test_metrics.py +0 -0
  75. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/tests/test_patterns.py +0 -0
  76. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration.egg-info/SOURCES.txt +0 -0
  77. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration.egg-info/dependency_links.txt +0 -0
  78. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration.egg-info/entry_points.txt +0 -0
  79. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration.egg-info/requires.txt +0 -0
  80. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration.egg-info/top_level.txt +0 -0
  81. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/requirements.txt +0 -0
  82. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/setup.cfg +0 -0
  83. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/snippets/multi_agent_snippet.py +0 -0
  84. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/snippets/react_snippet.py +0 -0
  85. {pygeai_orchestration-0.1.0b4 → pygeai_orchestration-0.1.0b5}/snippets/reflection_snippet.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pygeai-orchestration
3
- Version: 0.1.0b4
3
+ Version: 0.1.0b5
4
4
  Summary: Agentic AI orchestration patterns built on Globant Enterprise AI
5
5
  Author-email: Globant <geai-sdk@globant.com>
6
6
  Keywords: geai,pygeai,orchestration,agents,ai,multi-agent,autogen,crewai
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pygeai-orchestration
3
- Version: 0.1.0b4
3
+ Version: 0.1.0b5
4
4
  Summary: Agentic AI orchestration patterns built on Globant Enterprise AI
5
5
  Author-email: Globant <geai-sdk@globant.com>
6
6
  Keywords: geai,pygeai,orchestration,agents,ai,multi-agent,autogen,crewai
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "pygeai-orchestration"
7
- version = "0.1.0b4"
7
+ version = "0.1.0b5"
8
8
  description = "Agentic AI orchestration patterns built on Globant Enterprise AI"
9
9
  requires-python = ">=3.10"
10
10
  keywords = [ "geai", "pygeai", "orchestration", "agents", "ai", "multi-agent", "autogen", "crewai",]