pygeai-orchestration 0.1.0b3__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.0b3/pygeai_orchestration.egg-info → pygeai_orchestration-0.1.0b5}/PKG-INFO +5 -6
  2. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/README.md +4 -5
  3. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5/pygeai_orchestration.egg-info}/PKG-INFO +5 -6
  4. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/pyproject.toml +1 -1
  5. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/BUILD.md +0 -0
  6. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/CHANGELOG.md +0 -0
  7. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/CONTRIBUTING.md +0 -0
  8. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/LICENSE +0 -0
  9. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/MANIFEST.in +0 -0
  10. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/docs/patterns_guide.md +0 -0
  11. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/docs/quickstart.md +0 -0
  12. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/docs/source/api/core.rst +0 -0
  13. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/docs/source/api/exceptions.rst +0 -0
  14. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/docs/source/api/patterns.rst +0 -0
  15. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/docs/source/changelog.rst +0 -0
  16. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/docs/source/contributing.rst +0 -0
  17. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/docs/source/examples.rst +0 -0
  18. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/docs/source/index.rst +0 -0
  19. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/docs/source/patterns.rst +0 -0
  20. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/docs/source/quickstart.rst +0 -0
  21. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/__init__.py +0 -0
  22. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/cli/__init__.py +0 -0
  23. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/cli/__main__.py +0 -0
  24. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/cli/commands/__init__.py +0 -0
  25. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/cli/commands/base.py +0 -0
  26. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/cli/error_handler.py +0 -0
  27. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/cli/formatters.py +0 -0
  28. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/cli/geai_orch.py +0 -0
  29. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/cli/interactive.py +0 -0
  30. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/cli/texts/help.py +0 -0
  31. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/core/__init__.py +0 -0
  32. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/core/base/__init__.py +0 -0
  33. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/core/base/agent.py +0 -0
  34. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/core/base/geai_agent.py +0 -0
  35. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/core/base/geai_orchestrator.py +0 -0
  36. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/core/base/orchestrator.py +0 -0
  37. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/core/base/pattern.py +0 -0
  38. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/core/base/tool.py +0 -0
  39. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/core/common/__init__.py +0 -0
  40. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/core/common/context.py +0 -0
  41. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/core/common/memory.py +0 -0
  42. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/core/common/message.py +0 -0
  43. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/core/common/state.py +0 -0
  44. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/core/composition.py +0 -0
  45. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/core/config.py +0 -0
  46. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/core/exceptions.py +0 -0
  47. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/core/handlers.py +0 -0
  48. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/core/utils/__init__.py +0 -0
  49. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/core/utils/cache.py +0 -0
  50. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/core/utils/config.py +0 -0
  51. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/core/utils/logging.py +0 -0
  52. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/core/utils/metrics.py +0 -0
  53. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/core/utils/validators.py +0 -0
  54. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/dev/__init__.py +0 -0
  55. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/dev/debug.py +0 -0
  56. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/dev/templates.py +0 -0
  57. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/dev/testing.py +0 -0
  58. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/patterns/__init__.py +0 -0
  59. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/patterns/multi_agent.py +0 -0
  60. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/patterns/planning.py +0 -0
  61. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/patterns/react.py +0 -0
  62. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/patterns/reflection.py +0 -0
  63. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/patterns/tool_use.py +0 -0
  64. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/tests/__init__.py +0 -0
  65. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/tests/test_base_classes.py +0 -0
  66. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/tests/test_cache.py +0 -0
  67. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/tests/test_cli_formatters.py +0 -0
  68. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/tests/test_common.py +0 -0
  69. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/tests/test_composition.py +0 -0
  70. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/tests/test_config.py +0 -0
  71. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/tests/test_dev_utils.py +0 -0
  72. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/tests/test_exceptions.py +0 -0
  73. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/tests/test_handlers.py +0 -0
  74. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/tests/test_metrics.py +0 -0
  75. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration/tests/test_patterns.py +0 -0
  76. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration.egg-info/SOURCES.txt +0 -0
  77. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration.egg-info/dependency_links.txt +0 -0
  78. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration.egg-info/entry_points.txt +0 -0
  79. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration.egg-info/requires.txt +0 -0
  80. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/pygeai_orchestration.egg-info/top_level.txt +0 -0
  81. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/requirements.txt +0 -0
  82. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/setup.cfg +0 -0
  83. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/snippets/multi_agent_snippet.py +0 -0
  84. {pygeai_orchestration-0.1.0b3 → pygeai_orchestration-0.1.0b5}/snippets/react_snippet.py +0 -0
  85. {pygeai_orchestration-0.1.0b3 → 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.0b3
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
@@ -129,7 +129,7 @@ geai_api_key = <API_TOKEN>
129
129
  geai_api_base_url = <GEAI_BASE_URL>
130
130
  ```
131
131
 
132
- See [PyGEAI Configuration](https://github.com/genexus-books/pygeai#configuration) for more details.
132
+ See [PyGEAI Configuration](https://docs.globant.ai/en/wiki?1149,Getting+started+with+PyGEAI) for more details.
133
133
 
134
134
  ## Orchestration Patterns
135
135
 
@@ -224,7 +224,7 @@ result = coordinator.execute("Create research report")
224
224
  ### Setup Development Environment
225
225
 
226
226
  ```bash
227
- git clone https://github.com/genexus-books/pygeai-orchestration.git
227
+ git clone https://docs.globant.ai/en/wiki?1149,Getting+started+with+PyGEAI-orchestration.git
228
228
  cd pygeai-orchestration
229
229
  python -m venv venv
230
230
  source venv/bin/activate # On Windows: venv\Scripts\activate
@@ -272,12 +272,11 @@ By using this SDK, you agree to the [Globant Enterprise AI Terms of Use](https:/
272
272
  ## Support
273
273
 
274
274
  - [Documentation](docs/)
275
- - [Issue Tracker](https://github.com/genexus-books/pygeai-orchestration/issues)
276
- - [Discussions](https://github.com/genexus-books/pygeai-orchestration/discussions)
275
+ - Email: geai-sdk@globant.com
277
276
 
278
277
  ## Related Projects
279
278
 
280
- - [PyGEAI](https://github.com/genexus-books/pygeai) - Core SDK for Globant Enterprise AI
279
+ - [PyGEAI](https://docs.globant.ai/en/wiki?1149,Getting+started+with+PyGEAI) - Core SDK for Globant Enterprise AI
281
280
  - [AutoGen](https://github.com/microsoft/autogen) - Multi-agent framework by Microsoft
282
281
  - [CrewAI](https://github.com/joaomdmoura/crewAI) - Framework for orchestrating AI agents
283
282
 
@@ -99,7 +99,7 @@ geai_api_key = <API_TOKEN>
99
99
  geai_api_base_url = <GEAI_BASE_URL>
100
100
  ```
101
101
 
102
- See [PyGEAI Configuration](https://github.com/genexus-books/pygeai#configuration) for more details.
102
+ See [PyGEAI Configuration](https://docs.globant.ai/en/wiki?1149,Getting+started+with+PyGEAI) for more details.
103
103
 
104
104
  ## Orchestration Patterns
105
105
 
@@ -194,7 +194,7 @@ result = coordinator.execute("Create research report")
194
194
  ### Setup Development Environment
195
195
 
196
196
  ```bash
197
- git clone https://github.com/genexus-books/pygeai-orchestration.git
197
+ git clone https://docs.globant.ai/en/wiki?1149,Getting+started+with+PyGEAI-orchestration.git
198
198
  cd pygeai-orchestration
199
199
  python -m venv venv
200
200
  source venv/bin/activate # On Windows: venv\Scripts\activate
@@ -242,12 +242,11 @@ By using this SDK, you agree to the [Globant Enterprise AI Terms of Use](https:/
242
242
  ## Support
243
243
 
244
244
  - [Documentation](docs/)
245
- - [Issue Tracker](https://github.com/genexus-books/pygeai-orchestration/issues)
246
- - [Discussions](https://github.com/genexus-books/pygeai-orchestration/discussions)
245
+ - Email: geai-sdk@globant.com
247
246
 
248
247
  ## Related Projects
249
248
 
250
- - [PyGEAI](https://github.com/genexus-books/pygeai) - Core SDK for Globant Enterprise AI
249
+ - [PyGEAI](https://docs.globant.ai/en/wiki?1149,Getting+started+with+PyGEAI) - Core SDK for Globant Enterprise AI
251
250
  - [AutoGen](https://github.com/microsoft/autogen) - Multi-agent framework by Microsoft
252
251
  - [CrewAI](https://github.com/joaomdmoura/crewAI) - Framework for orchestrating AI agents
253
252
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pygeai-orchestration
3
- Version: 0.1.0b3
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
@@ -129,7 +129,7 @@ geai_api_key = <API_TOKEN>
129
129
  geai_api_base_url = <GEAI_BASE_URL>
130
130
  ```
131
131
 
132
- See [PyGEAI Configuration](https://github.com/genexus-books/pygeai#configuration) for more details.
132
+ See [PyGEAI Configuration](https://docs.globant.ai/en/wiki?1149,Getting+started+with+PyGEAI) for more details.
133
133
 
134
134
  ## Orchestration Patterns
135
135
 
@@ -224,7 +224,7 @@ result = coordinator.execute("Create research report")
224
224
  ### Setup Development Environment
225
225
 
226
226
  ```bash
227
- git clone https://github.com/genexus-books/pygeai-orchestration.git
227
+ git clone https://docs.globant.ai/en/wiki?1149,Getting+started+with+PyGEAI-orchestration.git
228
228
  cd pygeai-orchestration
229
229
  python -m venv venv
230
230
  source venv/bin/activate # On Windows: venv\Scripts\activate
@@ -272,12 +272,11 @@ By using this SDK, you agree to the [Globant Enterprise AI Terms of Use](https:/
272
272
  ## Support
273
273
 
274
274
  - [Documentation](docs/)
275
- - [Issue Tracker](https://github.com/genexus-books/pygeai-orchestration/issues)
276
- - [Discussions](https://github.com/genexus-books/pygeai-orchestration/discussions)
275
+ - Email: geai-sdk@globant.com
277
276
 
278
277
  ## Related Projects
279
278
 
280
- - [PyGEAI](https://github.com/genexus-books/pygeai) - Core SDK for Globant Enterprise AI
279
+ - [PyGEAI](https://docs.globant.ai/en/wiki?1149,Getting+started+with+PyGEAI) - Core SDK for Globant Enterprise AI
281
280
  - [AutoGen](https://github.com/microsoft/autogen) - Multi-agent framework by Microsoft
282
281
  - [CrewAI](https://github.com/joaomdmoura/crewAI) - Framework for orchestrating AI agents
283
282
 
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "pygeai-orchestration"
7
- version = "0.1.0b3"
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",]