pygeai 0.4.0b3__py3-none-any.whl → 0.5.0__py3-none-any.whl
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.
- pygeai/__init__.py +1 -1
- pygeai/assistant/rag/models.py +1 -1
- pygeai/chat/ui.py +0 -1
- pygeai/cli/__init__.py +1 -1
- pygeai/cli/commands/chat.py +54 -56
- pygeai/cli/commands/lab/ai_lab.py +129 -466
- pygeai/cli/commands/lab/options.py +8 -0
- pygeai/cli/commands/lab/utils.py +13 -0
- pygeai/cli/geai.py +5 -2
- pygeai/cli/texts/help.py +12 -0
- pygeai/core/base/session.py +1 -1
- pygeai/core/common/config.py +0 -2
- pygeai/core/common/exceptions.py +6 -0
- pygeai/lab/agents/clients.py +30 -61
- pygeai/lab/clients.py +20 -0
- pygeai/lab/managers.py +6 -58
- pygeai/lab/models.py +1 -1
- pygeai/lab/processes/clients.py +81 -129
- pygeai/lab/processes/mappers.py +2 -2
- pygeai/lab/strategies/clients.py +11 -17
- pygeai/lab/tools/clients.py +59 -59
- pygeai/lab/tools/mappers.py +5 -5
- pygeai/tests/cli/docker/__init__.py +0 -0
- pygeai/tests/integration/assistants/__init__.py +0 -0
- pygeai/tests/integration/assistants/rag/__init__.py +0 -0
- pygeai/tests/integration/assistants/rag/test_create_rag.py +91 -0
- pygeai/tests/integration/chat/__init__.py +0 -0
- pygeai/tests/integration/chat/test_generate_image.py +158 -0
- pygeai/tests/integration/lab/agents/test_create_agent.py +21 -19
- pygeai/tests/integration/lab/agents/test_create_sharing_link.py +4 -1
- pygeai/tests/integration/lab/agents/test_publish_agent_revision.py +0 -1
- pygeai/tests/integration/lab/agents/test_update_agent.py +19 -31
- pygeai/tests/integration/lab/processes/__init__.py +0 -0
- pygeai/tests/integration/lab/processes/test_create_process.py +345 -0
- pygeai/tests/integration/lab/processes/test_get_process.py +201 -0
- pygeai/tests/integration/lab/processes/test_update_process.py +289 -0
- pygeai/tests/integration/lab/reasoning_strategies/__init__.py +0 -0
- pygeai/tests/integration/lab/reasoning_strategies/test_get_reasoning_strategy.py +70 -0
- pygeai/tests/integration/lab/reasoning_strategies/test_list_reasoning_strategies.py +93 -0
- pygeai/tests/integration/lab/reasoning_strategies/test_update_reasoning_strategy.py +149 -0
- pygeai/tests/integration/lab/tools/test_create_tool.py +14 -20
- pygeai/tests/integration/lab/tools/test_delete_tool.py +3 -3
- pygeai/tests/integration/lab/tools/test_get_parameter.py +98 -0
- pygeai/tests/integration/lab/tools/test_get_tool.py +3 -3
- pygeai/tests/integration/lab/tools/test_list_tools.py +106 -0
- pygeai/tests/integration/lab/tools/test_publish_tool_revision.py +119 -0
- pygeai/tests/integration/lab/tools/test_set_parameter.py +114 -0
- pygeai/tests/integration/lab/tools/test_update_tool.py +267 -0
- pygeai/tests/snippets/lab/agentic_flow_example_4.py +23 -23
- pygeai/tests/snippets/lab/agents/get_sharing_link.py +1 -2
- pygeai/tests/snippets/lab/samples/summarize_files.py +3 -3
- pygeai/tests/snippets/lab/tools/create_tool.py +1 -1
- pygeai/tests/snippets/lab/use_cases/file_summarizer_example.py +3 -3
- pygeai/tests/snippets/lab/use_cases/file_summarizer_example_2.py +11 -11
- pygeai/tests/snippets/lab/use_cases/update_web_reader.py +1 -2
- {pygeai-0.4.0b3.dist-info → pygeai-0.5.0.dist-info}/METADATA +47 -19
- {pygeai-0.4.0b3.dist-info → pygeai-0.5.0.dist-info}/RECORD +61 -39
- {pygeai-0.4.0b3.dist-info → pygeai-0.5.0.dist-info}/WHEEL +0 -0
- {pygeai-0.4.0b3.dist-info → pygeai-0.5.0.dist-info}/entry_points.txt +0 -0
- {pygeai-0.4.0b3.dist-info → pygeai-0.5.0.dist-info}/licenses/LICENSE +0 -0
- {pygeai-0.4.0b3.dist-info → pygeai-0.5.0.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pygeai
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.5.0
|
|
4
4
|
Summary: Software Development Kit to interact with Globant Enterprise AI.
|
|
5
5
|
Author-email: Globant <geai-sdk@globant.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -41,14 +41,14 @@ Dynamic: license-file
|
|
|
41
41
|
|
|
42
42
|
PyGEAI is a Software Development Kit (SDK) for interacting with [Globant Enterprise AI](https://wiki.genexus.com/enterprise-ai/wiki?8,Table+of+contents%3AEnterprise+AI). It comprises libraries, tools, code samples, and documentation to simplify your experience with the platform.
|
|
43
43
|
|
|
44
|
-
##
|
|
44
|
+
## Terms and conditions
|
|
45
45
|
|
|
46
|
-
|
|
46
|
+
By using the Python SDK to interact with Globant Enterprise AI, you agree with the following Terms and Conditions:
|
|
47
47
|
|
|
48
|
-
[
|
|
48
|
+
[Terms and Conditions](https://www.globant.com/enterprise-ai/terms-of-use)
|
|
49
49
|
|
|
50
50
|
## Compatibility
|
|
51
|
-
This package is compatible with the Globant Enterprise AI release from
|
|
51
|
+
This package is compatible with the Globant Enterprise AI release from November 2025.
|
|
52
52
|
|
|
53
53
|
## Configuration
|
|
54
54
|
|
|
@@ -60,22 +60,50 @@ Before using the SDK, you need to define `GEAI_API_KEY` (`$SAIA_APITOKEN`) and `
|
|
|
60
60
|
|
|
61
61
|
**Note:** If you plan to use the [Evaluation Module](https://wiki.genexus.com/enterprise-ai/wiki?896,Evaluation), you must also define `GEAI_API_EVAL_URL`
|
|
62
62
|
|
|
63
|
+
### Credentials file
|
|
64
|
+
The credentials file is organized via profiles, so one can interact with different instances of Globant Enterprise AI by just
|
|
65
|
+
referencing which profile one wishes to use. This also applies to different levels of permissions.
|
|
66
|
+
|
|
67
|
+
The structure of the credentials file is as follows:
|
|
68
|
+
|
|
69
|
+
```
|
|
70
|
+
[default]
|
|
71
|
+
geai_api_key = <API_TOKEN>
|
|
72
|
+
geai_api_base_url = <GEAI_BASE_URL>
|
|
73
|
+
geai_api_evaul_url = <GEAI_EVALUATION_MODULE_URL>
|
|
74
|
+
|
|
75
|
+
[<another alias>]
|
|
76
|
+
geai_api_key = <API_TOKEN>
|
|
77
|
+
geai_api_base_url = <GEAI_BASE_URL>
|
|
78
|
+
geai_api_evaul_url = <GEAI_EVALUATION_MODULE_URL>
|
|
79
|
+
|
|
80
|
+
```
|
|
81
|
+
|
|
82
|
+
After setting the profiles, one can use them with the --alias option, for example:
|
|
83
|
+
|
|
84
|
+
```bash
|
|
85
|
+
geai --alias test llm list-providers
|
|
86
|
+
```
|
|
87
|
+
|
|
63
88
|
## Modules
|
|
64
89
|
|
|
65
|
-
The SDK consists of several modules, all accessible through a
|
|
66
|
-
|
|
67
|
-
- **`pygeai`**:
|
|
68
|
-
- **`
|
|
69
|
-
- **`
|
|
70
|
-
- **`
|
|
71
|
-
- **`
|
|
72
|
-
- **`
|
|
73
|
-
- **`
|
|
74
|
-
- **`
|
|
75
|
-
- **`
|
|
76
|
-
- **`
|
|
77
|
-
- **`
|
|
78
|
-
- **`
|
|
90
|
+
The SDK consists of several modules, all accessible through a single package `pygeai`:
|
|
91
|
+
|
|
92
|
+
- **`pygeai`**: The package encapsulates all components of the SDK.
|
|
93
|
+
- **`admin`**: Allows the user to interact with some of the administration endpoints of Globant Enterprise AI.
|
|
94
|
+
- **`assistant`**: This module handles interactions with various Assistants, including [Data Analyst Assistants](https://wiki.genexus.com/enterprise-ai/wiki?886,Data+Analyst+Assistant+2.0), [RAG Assistants](https://wiki.genexus.com/enterprise-ai/wiki?44,RAG+Assistants+Introduction), [Chat with Data Assistants](https://wiki.genexus.com/enterprise-ai/wiki?159,Chat+with+Data+Assistant), [Chat with API Assistants](https://wiki.genexus.com/enterprise-ai/wiki?110,API+Assistant), and [Chat Assistants](https://wiki.genexus.com/enterprise-ai/wiki?708,Chat+Assistant [soon to be deprecated]).
|
|
95
|
+
- **`chat`**: This module offers facilities to chat with assistants/agents created in Globant Enterprise AI.
|
|
96
|
+
- **`core`**: This module handles interactions with the fundamental components of Globant Enterprise.
|
|
97
|
+
- **`cli`**: This module provides a command-line tool for interacting with the SDK.
|
|
98
|
+
- **`dbg`**: This module includes a debugger to troubleshoot potential SDK issues and gain detailed insights into its operations.
|
|
99
|
+
- **`evaluation`**: This module provides functionality for the evaluation module.
|
|
100
|
+
- **`flows`**: This module enables interactions with [Flows](https://wiki.genexus.com/enterprise-ai/wiki?321,Flows+in+Globant+Enterprise+AI) [in development].
|
|
101
|
+
- **`gam`**: This module allows interaction with [GAM] (https://wiki.genexus.com/commwiki/wiki?24746,Table+of+contents%3AGeneXus+Access+Manager+%28GAM%29,).
|
|
102
|
+
- **`health`**: Provides an easy way to check the status of the Globant Enterprise AI instance one is using.
|
|
103
|
+
- **`lab`**: This module facilitates interactions with [The Lab] (https://docs.globant.ai/en/wiki?1671,The+Lab).
|
|
104
|
+
- **`organization`**: This module facilitates interactions with Organizations and [Projects](https://wiki.genexus.com/enterprise-ai/wiki?565,Projects) in Globant Enterprise AI.
|
|
105
|
+
- **`migration`**: This module provides functionality to migrate Agents, Tools and Projects between instances and organizations.
|
|
106
|
+
- **`proxy`**: This module handles [integrations with MCP and A2A] (https://docs.globant.ai/en/wiki?1179,Importing+Tools+using+MCP+and+A2A+Servers).
|
|
79
107
|
|
|
80
108
|
## Usage
|
|
81
109
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
pygeai/__init__.py,sha256=
|
|
1
|
+
pygeai/__init__.py,sha256=umr3RpyF_UgMuplDKpprgCswPGG4LXkhBnOvcQlUbno,502
|
|
2
2
|
pygeai/admin/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
3
|
pygeai/admin/clients.py,sha256=2wuXSmTyg-gCbempDFCeI1yCKeOlKDBZsrFyFWxcwBg,6698
|
|
4
4
|
pygeai/admin/endpoints.py,sha256=Osi8UIBhrEzKlTLF2a-q2boDUl0XMR3lQ8sDrz72TL0,747
|
|
@@ -16,7 +16,7 @@ pygeai/assistant/rag/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hS
|
|
|
16
16
|
pygeai/assistant/rag/clients.py,sha256=9a8loVLRnVkA3nHvvOpbdUEhy_TEnHm1rhdBYrBVABE,15893
|
|
17
17
|
pygeai/assistant/rag/endpoints.py,sha256=7YlHIvAYj3-xsCWtVMDYobxXbAO0lCo9yJdOrQxwCrQ,1145
|
|
18
18
|
pygeai/assistant/rag/mappers.py,sha256=n3aeNXqz_7zq_JWq5wJfeNX1kvV3arOxAoUsqRYOZsc,8645
|
|
19
|
-
pygeai/assistant/rag/models.py,sha256=
|
|
19
|
+
pygeai/assistant/rag/models.py,sha256=g5UiHuRjobgU1WgUMxeBzXykxgJ5q7eb_YY8qDciNvw,15732
|
|
20
20
|
pygeai/assistant/rag/responses.py,sha256=fY97ibsCVLQ3Ssnjuvj-JeA883WqjOw7ZdxbpQp_B1E,196
|
|
21
21
|
pygeai/chat/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
22
22
|
pygeai/chat/clients.py,sha256=QEyeTIPxp6xXKAEkE_XkjIxZDnaH808GKhIYr7ulrSA,10785
|
|
@@ -25,10 +25,10 @@ pygeai/chat/iris.py,sha256=-9pDHQpWhR_PvbZ6rD8eMPFk46PI9sCdPQ9aAyvSexs,413
|
|
|
25
25
|
pygeai/chat/managers.py,sha256=f0BGfu9EF0G8rUyARslZi0pyDTL2yQadav0taCljI_I,3114
|
|
26
26
|
pygeai/chat/session.py,sha256=k7Y6rr9x7CfAGDI-Vt3c6eGLQX57YZ74lEVJGzwwdzw,1193
|
|
27
27
|
pygeai/chat/settings.py,sha256=-B2fEemZLifdsf7_7xNmWuFZYzL-yRqefivBmv3w8j8,124
|
|
28
|
-
pygeai/chat/ui.py,sha256
|
|
29
|
-
pygeai/cli/__init__.py,sha256=
|
|
28
|
+
pygeai/chat/ui.py,sha256=-xvjCzBwWlvyq-C0kN2YPczl4Q0alyJamXULOlGjKRA,34595
|
|
29
|
+
pygeai/cli/__init__.py,sha256=wZjg1uiXApeacVQDfk5h3g_2Mupl6763O3ef5JISXBM,117
|
|
30
30
|
pygeai/cli/__main__.py,sha256=2RkQaX48mS2keTpv3-9rxk5dw35PL_deqxcKUUNhp6E,154
|
|
31
|
-
pygeai/cli/geai.py,sha256=
|
|
31
|
+
pygeai/cli/geai.py,sha256=Smqxqc3XIy8RMuFVIsS9qNuYtqkNWba_CJJrhe7kW0E,4451
|
|
32
32
|
pygeai/cli/geai_proxy.py,sha256=BSoeh32fhATxbsAA_B92HKDBiLgfejEQ0XwXfeOk49g,13356
|
|
33
33
|
pygeai/cli/install_man.py,sha256=DjZ3k05sKSzpLFqsU4LHz1b37NHLVdOvS6oZihdBSis,3794
|
|
34
34
|
pygeai/cli/parsers.py,sha256=8kKvUbg33K4VbE7ryHwq3Uwwp42BK6ZOAKycYjEj1Io,2525
|
|
@@ -37,7 +37,7 @@ pygeai/cli/commands/admin.py,sha256=LDxUrq9qGAswT4HbaN_c_ovVKbgGct7ffjXA8zVYjWY,
|
|
|
37
37
|
pygeai/cli/commands/assistant.py,sha256=fQ_El6_BmFDpFjm_gPxzWk7bOzhimhiTwG8K0UpcxDo,18711
|
|
38
38
|
pygeai/cli/commands/base.py,sha256=kkJEObpT2xSiObWAliJfGV73JS3LjLTMq7FEd4SpxkE,6930
|
|
39
39
|
pygeai/cli/commands/builders.py,sha256=xXk1F4phSQxHN3NiQltl_KEZdCwwJiKLmVqQsft2OC4,1130
|
|
40
|
-
pygeai/cli/commands/chat.py,sha256=
|
|
40
|
+
pygeai/cli/commands/chat.py,sha256=Y2e3NjDXYjutdxbpGUDmewZfKnR_QHb69Jz4L-2GHY4,25170
|
|
41
41
|
pygeai/cli/commands/common.py,sha256=zL1cWKMTqzqMsHBDFfVzbZe0i2l0hgJNpzjSRgvloY8,16568
|
|
42
42
|
pygeai/cli/commands/configuration.py,sha256=J1Y8AH1xYWvcY4bzqKvF-_ggEDJ22Dv4iEcCBi2pq_8,4140
|
|
43
43
|
pygeai/cli/commands/embeddings.py,sha256=om_RR3CHgfmHcTN43F6TzP71n-BS8Lf589wyBMVZJ3g,4220
|
|
@@ -57,11 +57,13 @@ pygeai/cli/commands/validators.py,sha256=lNtYSJvKFrEeg_h0oYURMuoQbNG5r6QdjzDL-aT
|
|
|
57
57
|
pygeai/cli/commands/version.py,sha256=vyJcnxwL_TfpOQI0yE2a1ZyA3VRAE7ssh9APNBXpmqk,1701
|
|
58
58
|
pygeai/cli/commands/flows/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
59
59
|
pygeai/cli/commands/lab/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
60
|
-
pygeai/cli/commands/lab/ai_lab.py,sha256=
|
|
60
|
+
pygeai/cli/commands/lab/ai_lab.py,sha256=KJMRY_xA-B_XBM2VjgniYt5UeAbcvUCZhzb1jXUUni8,129235
|
|
61
61
|
pygeai/cli/commands/lab/common.py,sha256=YBenPCVgK01Xaxgj1429bp_Ri1SN4beBxZk3dCLp7X0,6590
|
|
62
|
+
pygeai/cli/commands/lab/options.py,sha256=T13Vi97zochr0cU4yjyvvwWRPENILFDYpvqpU4uEBis,165
|
|
62
63
|
pygeai/cli/commands/lab/spec.py,sha256=EjNdEnljKpYPQyT4d4ViAPrM1g7oIitv6ddnWVkWXPk,8301
|
|
64
|
+
pygeai/cli/commands/lab/utils.py,sha256=uxhgHvCRrV6WYRxR2qd3nED_hhXcxJ1tAU8MlzoshEg,456
|
|
63
65
|
pygeai/cli/texts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
64
|
-
pygeai/cli/texts/help.py,sha256=
|
|
66
|
+
pygeai/cli/texts/help.py,sha256=0idAj91GTubRRXgN1t8_SRiF1Ou89ssHC5vKwONDxMM,16074
|
|
65
67
|
pygeai/core/__init__.py,sha256=bbNktFp7t2dOBIvWto-uGVBW8acaKIe8EKcfuLV-HmA,189
|
|
66
68
|
pygeai/core/handlers.py,sha256=la1QcQbLwfiNd-xDQ3jtWRHmeEm6E93Rfx5c-5bkLmw,934
|
|
67
69
|
pygeai/core/models.py,sha256=uIwrmlB6yuulScUcYIBSH3Sxm5YyzaicV7Dz2bYLi2I,24229
|
|
@@ -72,11 +74,11 @@ pygeai/core/base/clients.py,sha256=umtT6WoecCivXAxFajF-lMI5EbTNLKJBthuIHHixdNY,1
|
|
|
72
74
|
pygeai/core/base/mappers.py,sha256=u5_UkRPPQ9vUQQANgmOHBbaaxtK77RNTTI2KoQafEDw,17793
|
|
73
75
|
pygeai/core/base/models.py,sha256=_h62nnMhJXr1BLNoaldT4d9oqCTSistfF3D2LQ3bvlg,380
|
|
74
76
|
pygeai/core/base/responses.py,sha256=k-mrzNO_AtEsGTUJnyRT76FJ7gfYxQ_SAhB8MBNqPZI,763
|
|
75
|
-
pygeai/core/base/session.py,sha256=
|
|
77
|
+
pygeai/core/base/session.py,sha256=XxHpTPeBfBogRUnqpIc-Rqx2drA4blFqtAyLPcoACb4,2971
|
|
76
78
|
pygeai/core/common/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
77
|
-
pygeai/core/common/config.py,sha256=
|
|
79
|
+
pygeai/core/common/config.py,sha256=uEPqTTonya8IBX0KSRI927cjUJ39JvYExnkqep-5U6o,4395
|
|
78
80
|
pygeai/core/common/decorators.py,sha256=X7Tv5XBmsuS7oZHSmI95eX8UkuukKoiOiNRl5w9lgR4,1227
|
|
79
|
-
pygeai/core/common/exceptions.py,sha256
|
|
81
|
+
pygeai/core/common/exceptions.py,sha256=-eF4V0B-27zfp0aHMlZWqWRIty6P7TCOrzMRW87ZnlE,1251
|
|
80
82
|
pygeai/core/embeddings/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
81
83
|
pygeai/core/embeddings/clients.py,sha256=0r-BX4ptivIBNrsOAMgw0q5nNLrIU7UxJ3SD6MkfXX4,3543
|
|
82
84
|
pygeai/core/embeddings/endpoints.py,sha256=b__cuKQjribog9PSUeDzwrQ0vBO4WyYahLhLjDiUpL0,98
|
|
@@ -142,29 +144,30 @@ pygeai/health/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
142
144
|
pygeai/health/clients.py,sha256=U2eb1tkXt1Rf_KdV0ZFQS2k4wGnJTXHHd9-Er0eWQuw,1011
|
|
143
145
|
pygeai/health/endpoints.py,sha256=UAzMcqSXZtMj4r8M8B7a_a5LT6X_jMFNsCTvcsjNTYA,71
|
|
144
146
|
pygeai/lab/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
147
|
+
pygeai/lab/clients.py,sha256=5JebyNpKCVwAQpeOAkJPIHRf_6hoKA3uUm9xewm01UQ,816
|
|
145
148
|
pygeai/lab/constants.py,sha256=ddgDnXP4GD0woi-FUJaJXzaWS3H6zmDN0B-v8utM95Q,170
|
|
146
|
-
pygeai/lab/managers.py,sha256=
|
|
147
|
-
pygeai/lab/models.py,sha256=
|
|
149
|
+
pygeai/lab/managers.py,sha256=EGU2NTpZyWtPo-VBX_wSrNOjLNPBIt7cxha9lIbuXgk,70725
|
|
150
|
+
pygeai/lab/models.py,sha256=1m41gSqpXZVO9AcPVxzlsC-TgxZcCsgGUbpN5zoDMjU,71451
|
|
148
151
|
pygeai/lab/runners.py,sha256=-uaCPHpFyiKtVOxlEjPjAc9h-onSdGAcYJ5IAZPqlb0,4147
|
|
149
152
|
pygeai/lab/agents/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
150
|
-
pygeai/lab/agents/clients.py,sha256=
|
|
153
|
+
pygeai/lab/agents/clients.py,sha256=VIbKSDxSNH1P-CX6hF7LUcgtvrE3jvO_gu4KCtyzyls,21213
|
|
151
154
|
pygeai/lab/agents/endpoints.py,sha256=RpWbFwqgX_GCVn29DYM46PVon5qjD7C1SmzvcjEKMzI,696
|
|
152
155
|
pygeai/lab/agents/mappers.py,sha256=K6rxsO2Nq6GglmCUmyDKUNmzTG8HRbCelap6qaVKXQw,10583
|
|
153
156
|
pygeai/lab/processes/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
154
|
-
pygeai/lab/processes/clients.py,sha256=
|
|
157
|
+
pygeai/lab/processes/clients.py,sha256=4OUf36Dhyd4hJZomeLcq9XDpLiCINwmfu6tHy69TkDE,49417
|
|
155
158
|
pygeai/lab/processes/endpoints.py,sha256=nFIEcNP22xe4j6URI6KcwTh7h-xgYjYYuHT6PDPiO3I,2100
|
|
156
|
-
pygeai/lab/processes/mappers.py,sha256=
|
|
159
|
+
pygeai/lab/processes/mappers.py,sha256=YOWcVKdcJmLMAq-f3qevzqQ8L_hjb0_jVXBdCHutpzk,15815
|
|
157
160
|
pygeai/lab/spec/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
158
161
|
pygeai/lab/spec/loader.py,sha256=Dq9MhLqFwF4RPdBBaqKPGqt43-PrNlsHpe-NXe4S0qQ,709
|
|
159
162
|
pygeai/lab/spec/parsers.py,sha256=oG7tY-GylweRxpvtCl3p53t0IoTX3UZFiB77x__3Qp8,646
|
|
160
163
|
pygeai/lab/strategies/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
161
|
-
pygeai/lab/strategies/clients.py,sha256=
|
|
164
|
+
pygeai/lab/strategies/clients.py,sha256=_a1yc8kwd50Yv4g1jqfa0gRnMiROR7Dn0gx3xqFUjVE,10316
|
|
162
165
|
pygeai/lab/strategies/endpoints.py,sha256=LgEvUgeeN-X6VMl-tpl9_N12GRppLPScQmiMRk7Ri28,541
|
|
163
166
|
pygeai/lab/strategies/mappers.py,sha256=6C_jubAVXMKLGQy5NUD0OX7SlrU2mLe2QsgzeJ1-WKw,2437
|
|
164
167
|
pygeai/lab/tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
165
|
-
pygeai/lab/tools/clients.py,sha256=
|
|
168
|
+
pygeai/lab/tools/clients.py,sha256=3yESr0NQoO7qKi9s7VodxaV_4qjBlJ6cT_fBmEhyT48,28151
|
|
166
169
|
pygeai/lab/tools/endpoints.py,sha256=HiGoMs4OVeCgH7EAERTtifFPl53NryA1Awh7D6AO8bA,699
|
|
167
|
-
pygeai/lab/tools/mappers.py,sha256=
|
|
170
|
+
pygeai/lab/tools/mappers.py,sha256=bYi5k36h0k4mCvOnV-r8YOHKz0U9P0mH21GNs20w2eM,4998
|
|
168
171
|
pygeai/man/__init__.py,sha256=gqGI92vUPt6RPweoWX3mTUYPWNDlm6aGUjQOnYXqthk,53
|
|
169
172
|
pygeai/man/man1/__init__.py,sha256=CFvES6cP_sbhgpm-I-QSbPC1f7Bw7cFsMW2-sxm4FtM,54
|
|
170
173
|
pygeai/man/man1/geai-proxy.1,sha256=N5jtjzS5dB3JjAkG0Rw8EBzhC6Jgoy6zbS7XDgcE4EA,6735
|
|
@@ -228,6 +231,7 @@ pygeai/tests/cli/commands/lab/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5N
|
|
|
228
231
|
pygeai/tests/cli/commands/lab/test_ai_lab.py,sha256=zu3MbeTlP4fA3yBYlAnB7O-iRJuDFccKXJX9z5nRgAw,43137
|
|
229
232
|
pygeai/tests/cli/commands/lab/test_common.py,sha256=vJuS0rNoLB2IWWtfaWdtR0H9FkPW9gpee4URbdiDl70,8678
|
|
230
233
|
pygeai/tests/cli/commands/lab/test_spec.py,sha256=f4hjUUfTfh-zHZtHZgG-yJ4b0uiLfrXsusojRheM6vg,14774
|
|
234
|
+
pygeai/tests/cli/docker/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
231
235
|
pygeai/tests/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
232
236
|
pygeai/tests/core/test_handlers.py,sha256=xzPLBXLF3sBt5B1VhQ4ynnwmyQEbSTIoWsL8Djvrnyc,2470
|
|
233
237
|
pygeai/tests/core/base/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -268,19 +272,37 @@ pygeai/tests/gam/test_clients.py,sha256=vNz-4ux0cubztTY-_fEPWEoMCt5VAmZLecd0V-sE
|
|
|
268
272
|
pygeai/tests/health/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
269
273
|
pygeai/tests/health/test_clients.py,sha256=kfakkZHFMfo2IAN-PzmtMGmgR4iNiN1RpRopI--0qHI,1525
|
|
270
274
|
pygeai/tests/integration/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
275
|
+
pygeai/tests/integration/assistants/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
276
|
+
pygeai/tests/integration/assistants/rag/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
277
|
+
pygeai/tests/integration/assistants/rag/test_create_rag.py,sha256=zmlRPNvDYGPxqcWvi2kFmuC9xPv7z6NAuXJcC7J_mzY,2612
|
|
278
|
+
pygeai/tests/integration/chat/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
279
|
+
pygeai/tests/integration/chat/test_generate_image.py,sha256=oT-WiFVX4MxQbbmiZkOMFC7yDnr3lYavGMTlXGYSjv8,5309
|
|
271
280
|
pygeai/tests/integration/lab/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
272
281
|
pygeai/tests/integration/lab/agents/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
273
282
|
pygeai/tests/integration/lab/agents/test_agents_list.py,sha256=F2KUCdeiaBC3dn8ARNWqSz_kJcRyA0HC1nquhamN35Q,4187
|
|
274
|
-
pygeai/tests/integration/lab/agents/test_create_agent.py,sha256=
|
|
275
|
-
pygeai/tests/integration/lab/agents/test_create_sharing_link.py,sha256=
|
|
283
|
+
pygeai/tests/integration/lab/agents/test_create_agent.py,sha256=UzQACXzOvZzXFDw1RPTOrMsjhLEnfsO-DIPb455o9Dw,14394
|
|
284
|
+
pygeai/tests/integration/lab/agents/test_create_sharing_link.py,sha256=9v0MELsWH2sFqa15cQS3cQt3NGiugysWkPWDyBT73nQ,2698
|
|
276
285
|
pygeai/tests/integration/lab/agents/test_delete_agent.py,sha256=sb3RfoZJdzQvcVdNcXY2C2FO3yY1ZNiAZ_6Ay6f331E,2524
|
|
277
286
|
pygeai/tests/integration/lab/agents/test_get_agent.py,sha256=oW1F6SENvhL9jZC021Rj-f_Xek2DSTx3SsZBr3YT6Hk,3666
|
|
278
|
-
pygeai/tests/integration/lab/agents/test_publish_agent_revision.py,sha256=
|
|
279
|
-
pygeai/tests/integration/lab/agents/test_update_agent.py,sha256=
|
|
287
|
+
pygeai/tests/integration/lab/agents/test_publish_agent_revision.py,sha256=PGlYn8y2L2FUfSG3NGDPHl3ZyIiohhir1spYqO6J3xY,5182
|
|
288
|
+
pygeai/tests/integration/lab/agents/test_update_agent.py,sha256=VMDw9Fc187HuZDwbXb7HIRqTdjp4VNu6Nx6ashvf2Dc,11422
|
|
289
|
+
pygeai/tests/integration/lab/processes/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
290
|
+
pygeai/tests/integration/lab/processes/test_create_process.py,sha256=cqN8qgY0dKpmNa1CUpoqPhpMc_3bE9O0q7jem30qtAE,14325
|
|
291
|
+
pygeai/tests/integration/lab/processes/test_get_process.py,sha256=NaG3UfboqvaOeIe0pLTWhxk5N22pqhHsorNsXsuU9sU,7680
|
|
292
|
+
pygeai/tests/integration/lab/processes/test_update_process.py,sha256=08XE264_ZGHUR3pITO5Ly55un5djan0-_heJidftY6Y,12297
|
|
293
|
+
pygeai/tests/integration/lab/reasoning_strategies/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
294
|
+
pygeai/tests/integration/lab/reasoning_strategies/test_get_reasoning_strategy.py,sha256=qHFUXsAmZjYaWDDhE8wR5pNlRcUt7MfWyfvMS3ZFtC8,2769
|
|
295
|
+
pygeai/tests/integration/lab/reasoning_strategies/test_list_reasoning_strategies.py,sha256=pKOlu8KIjUyzuhfd9_TPI6flMeAwVdvdI0oElj1ZbHo,3543
|
|
296
|
+
pygeai/tests/integration/lab/reasoning_strategies/test_update_reasoning_strategy.py,sha256=lBOIi0RU6iOXV4w5j5GumJlx6xASeteQgTF4kwnH4Xs,5795
|
|
280
297
|
pygeai/tests/integration/lab/tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
281
|
-
pygeai/tests/integration/lab/tools/test_create_tool.py,sha256=
|
|
282
|
-
pygeai/tests/integration/lab/tools/test_delete_tool.py,sha256=
|
|
283
|
-
pygeai/tests/integration/lab/tools/
|
|
298
|
+
pygeai/tests/integration/lab/tools/test_create_tool.py,sha256=6pe69k90tt0fsyuNs7baoKUwMZT0FQq1NBfN9IzbCAw,12265
|
|
299
|
+
pygeai/tests/integration/lab/tools/test_delete_tool.py,sha256=HocyA9LPvTfMXyqOnW5qmip2dt6zSstDMfGSbD9Y2Ls,2883
|
|
300
|
+
pygeai/tests/integration/lab/tools/test_get_parameter.py,sha256=r5TIaY_ABdyrtGfQwvs6F76dxEoy5HnvOSDwYpZo4ow,3610
|
|
301
|
+
pygeai/tests/integration/lab/tools/test_get_tool.py,sha256=gZlfEBS0cwLfJmkjZoFdDLQuprJfDkeC9jC_3J9Q_qg,3461
|
|
302
|
+
pygeai/tests/integration/lab/tools/test_list_tools.py,sha256=KMLWXUmk_hKChKo4t5xEZtuIS1UmhAH6VdEq15KCrbY,3744
|
|
303
|
+
pygeai/tests/integration/lab/tools/test_publish_tool_revision.py,sha256=AoCdHF8f7jUwAEL3PUvZMEE67m8OCcn_hqY67thJplU,4589
|
|
304
|
+
pygeai/tests/integration/lab/tools/test_set_parameter.py,sha256=NqLVMlOF4QiTcc2HTdVaJuWCrEvb5QkOX_xScyjyWGU,4025
|
|
305
|
+
pygeai/tests/integration/lab/tools/test_update_tool.py,sha256=YenjdJLaMMimVHGQnbDtUAzBFJ9xuu9KGz1e_I13Rtw,11712
|
|
284
306
|
pygeai/tests/lab/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
285
307
|
pygeai/tests/lab/test_managers.py,sha256=AsOAvyCkRpbskEy214aV2TwrqilWH6bxOiTWDOb1twQ,29778
|
|
286
308
|
pygeai/tests/lab/test_mappers.py,sha256=2cLSggf168XWFpeZeBR7uJ-8C32TKb7qA91i_9fr_b0,11409
|
|
@@ -365,7 +387,7 @@ pygeai/tests/snippets/lab/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJW
|
|
|
365
387
|
pygeai/tests/snippets/lab/agentic_flow_example_1.py,sha256=ihbGdb5ayvmrO1LPQXIHJe0T3xFesFzam9nSNK5aXt0,13461
|
|
366
388
|
pygeai/tests/snippets/lab/agentic_flow_example_2.py,sha256=uUnl1bpyLje1ArY1B7NzA6iIgMc2VYL1OffCTeZnuws,8251
|
|
367
389
|
pygeai/tests/snippets/lab/agentic_flow_example_3.py,sha256=mnDbSZixOlLoG0OFsMDQLdwQYFCL-HeL35WrOxoHuto,19134
|
|
368
|
-
pygeai/tests/snippets/lab/agentic_flow_example_4.py,sha256=
|
|
390
|
+
pygeai/tests/snippets/lab/agentic_flow_example_4.py,sha256=Coda7IoTtheL8hmVZhHVj2-jGYHQqzXsJAXeDDZA4sQ,17434
|
|
369
391
|
pygeai/tests/snippets/lab/assistant_to_agent.py,sha256=RHzGV1uHH4BQNHLDtH1XJyzJWDaeil-cmPke8gKDew0,7587
|
|
370
392
|
pygeai/tests/snippets/lab/crud_ui.py,sha256=3ehUGUyAJSJI820GyEcmT7rTC8KRno_zaLd56qlTSPU,23404
|
|
371
393
|
pygeai/tests/snippets/lab/runner_1.py,sha256=QD92MvC22wpWj6YyrSgpp46EcL0ciac2x1zalS7-GkI,7960
|
|
@@ -376,7 +398,7 @@ pygeai/tests/snippets/lab/agents/create_agent_edge_case.py,sha256=8dA9giNdsHjFZs
|
|
|
376
398
|
pygeai/tests/snippets/lab/agents/create_agent_without_instructions.py,sha256=jd7HKhle_c0S0vI80AejOyLaNqBWkILlRF_znzyCGcQ,1879
|
|
377
399
|
pygeai/tests/snippets/lab/agents/delete_agent.py,sha256=GfDX667_V3tZMz3vjsbrxoFZggzpwjZYH_PVO2Qjw5s,269
|
|
378
400
|
pygeai/tests/snippets/lab/agents/get_agent.py,sha256=bcqloJHwmNsFjEfri6QIRaTuHzwLtfEqIQPIC5pdkWQ,516
|
|
379
|
-
pygeai/tests/snippets/lab/agents/get_sharing_link.py,sha256=
|
|
401
|
+
pygeai/tests/snippets/lab/agents/get_sharing_link.py,sha256=FSXuzbX8Folh1h_6liHeZyA8T21_Y-2Ws9B6-uXatDU,316
|
|
380
402
|
pygeai/tests/snippets/lab/agents/list_agents.py,sha256=gY5RBFUozhkk1uJO6opjkLmKmYpF9Ws-B7Oibhs99qQ,457
|
|
381
403
|
pygeai/tests/snippets/lab/agents/publish_agent_revision.py,sha256=ATbFnnSLYRmFTC4GJJUyBwxKosoTWx661Q9FpuktREM,344
|
|
382
404
|
pygeai/tests/snippets/lab/agents/update_agent.py,sha256=6qCnqkowCCygEl3tv_nvdlwXG8k0-LEloKYQUdIfkrs,1943
|
|
@@ -392,14 +414,14 @@ pygeai/tests/snippets/lab/processes/kbs/get_kb.py,sha256=yxq-9nWhIVUefvkbwDkRINi
|
|
|
392
414
|
pygeai/tests/snippets/lab/processes/kbs/list_kbs.py,sha256=bAjVbGbMpXswMld03WhjQ00hHY7_0zgI-Y5WTimi1g8,869
|
|
393
415
|
pygeai/tests/snippets/lab/processes/kbs/try_all.py,sha256=rfTOHHn73Qyn5nZi6A_ScroeCvs8lTSAY2H_PFkPwEo,2623
|
|
394
416
|
pygeai/tests/snippets/lab/samples/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
395
|
-
pygeai/tests/snippets/lab/samples/summarize_files.py,sha256=
|
|
417
|
+
pygeai/tests/snippets/lab/samples/summarize_files.py,sha256=BkLqYW2yhlqf8T3s8vtGSS1Yl4Ff0qWIAtMOzCPCufo,5782
|
|
396
418
|
pygeai/tests/snippets/lab/strategies/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
397
419
|
pygeai/tests/snippets/lab/strategies/create_reasoning_strategy.py,sha256=e4NM2SE06GuIGmff43hOT7ANsSRVZ1fMwq1z37Fjbcw,749
|
|
398
420
|
pygeai/tests/snippets/lab/strategies/get_reasoning_strategy.py,sha256=OxxXIRWH_c6RhkjlHdoqnVFnQRv7-1OlYCVivwzbGvg,281
|
|
399
421
|
pygeai/tests/snippets/lab/strategies/list_reasoning_strategies.py,sha256=4pqsW16m-oiv_UUVLgZrkeWZESIfDq2nvcfNC0ZpAGo,485
|
|
400
422
|
pygeai/tests/snippets/lab/strategies/update_reasoning_strategy.py,sha256=OIoHNkdnXbC9GacPgXUG1jKlVizVtWfRI-E8_3xF5b0,889
|
|
401
423
|
pygeai/tests/snippets/lab/tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
402
|
-
pygeai/tests/snippets/lab/tools/create_tool.py,sha256=
|
|
424
|
+
pygeai/tests/snippets/lab/tools/create_tool.py,sha256=X8qoL7TOk9Gm7jyk5MvhB5V-TBvog3TETCLNL90Z3HA,1400
|
|
403
425
|
pygeai/tests/snippets/lab/tools/create_tool_edge_case.py,sha256=8w4mvoRTMTyc70yYm2bgV2dr_Rh5QpPJR8VoqX-eY-s,1465
|
|
404
426
|
pygeai/tests/snippets/lab/tools/delete_tool.py,sha256=pnIkYvdP7X7Gx79AMK5MSVliIXdHSpyVwRhH3kgi7ys,452
|
|
405
427
|
pygeai/tests/snippets/lab/tools/get_parameter.py,sha256=dXdlHhoWxzZIYdsvHKnLLT5Vff2Tip46XCoOo-B8Gf0,490
|
|
@@ -415,12 +437,12 @@ pygeai/tests/snippets/lab/use_cases/create_lab_expert.py,sha256=CdiuEBW6CAEGXQwN
|
|
|
415
437
|
pygeai/tests/snippets/lab/use_cases/create_tool_headless_web_browser.py,sha256=T1HgeYD8GfV98anO4mC7Q-uLsI5hhGdbB3fOntn-Hdo,6054
|
|
416
438
|
pygeai/tests/snippets/lab/use_cases/create_web_designer.py,sha256=Hpl690wEDX1iCrm1EulZd0CNZDeBsik0GsUEeMvgIvc,10817
|
|
417
439
|
pygeai/tests/snippets/lab/use_cases/create_web_reader.py,sha256=BlQ_JsQ3xsmFI7HwMPlJhFKapTqa3XEQp--c8095wK0,10665
|
|
418
|
-
pygeai/tests/snippets/lab/use_cases/file_summarizer_example.py,sha256=
|
|
419
|
-
pygeai/tests/snippets/lab/use_cases/file_summarizer_example_2.py,sha256=
|
|
440
|
+
pygeai/tests/snippets/lab/use_cases/file_summarizer_example.py,sha256=pknGVJY042Fw8mdCerzO1_ZnupC6WjGJPLricXTcS0c,5523
|
|
441
|
+
pygeai/tests/snippets/lab/use_cases/file_summarizer_example_2.py,sha256=uXosAiO9NTGXSoBbHEJimyl4ngjK7twBxcDhjxGRP_I,5520
|
|
420
442
|
pygeai/tests/snippets/lab/use_cases/update_cli_expert.py,sha256=qRrKbxcJn9tIGUtJh3DlvbD-wrWQAU0F5ma6-aSvAVw,98580
|
|
421
443
|
pygeai/tests/snippets/lab/use_cases/update_lab_expert.py,sha256=-YLKCxoIXV9RNTh5D48qtns3SWmbDojDERqQ92MtyAc,173266
|
|
422
444
|
pygeai/tests/snippets/lab/use_cases/update_web_designer.py,sha256=MRKwJmnh_O_YF7i1zQl--yN7Ib5P7D7y2Keey02pK0A,10620
|
|
423
|
-
pygeai/tests/snippets/lab/use_cases/update_web_reader.py,sha256=
|
|
445
|
+
pygeai/tests/snippets/lab/use_cases/update_web_reader.py,sha256=BgHpf4kiLVQEc-YrapaiuomqIfzbRzr6kniInAhgO94,11620
|
|
424
446
|
pygeai/tests/snippets/lab/use_cases/update_web_reader_with_tool.py,sha256=a3oj9i2RMnGj-BpDjSthDZVvAzcEyXo9cqygJ1jaVqA,14459
|
|
425
447
|
pygeai/tests/snippets/migrate/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
426
448
|
pygeai/tests/snippets/organization/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -489,9 +511,9 @@ pygeai/vendor/a2a/utils/helpers.py,sha256=6Tbd8SVfXvdNEk6WYmLOjrAxkzFf1aIg8dkFfB
|
|
|
489
511
|
pygeai/vendor/a2a/utils/message.py,sha256=gc_EKO69CJ4HkR76IFgsy-kENJz1dn7CfSgWJWvt-gs,2197
|
|
490
512
|
pygeai/vendor/a2a/utils/task.py,sha256=BYRA_L1HpoUGJAVlyHML0lCM9Awhf2Ovjj7oPFXKbh0,1647
|
|
491
513
|
pygeai/vendor/a2a/utils/telemetry.py,sha256=VvSp1Ztqaobkmq9-3sNhhPEilJS32-JTSfKzegkj6FU,10861
|
|
492
|
-
pygeai-0.
|
|
493
|
-
pygeai-0.
|
|
494
|
-
pygeai-0.
|
|
495
|
-
pygeai-0.
|
|
496
|
-
pygeai-0.
|
|
497
|
-
pygeai-0.
|
|
514
|
+
pygeai-0.5.0.dist-info/licenses/LICENSE,sha256=eHfqo7-AWS8cMq0cg03lq7owsLeCmZA-xS5L0kuHnl8,1474
|
|
515
|
+
pygeai-0.5.0.dist-info/METADATA,sha256=rXUkkMjrF0Ix5l1Hopo4I0eaChqi1FNQyKVnYmlAeys,7975
|
|
516
|
+
pygeai-0.5.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
517
|
+
pygeai-0.5.0.dist-info/entry_points.txt,sha256=OAmwuXVCQBTCE3HeVegVd37hbhCcp9TPahvdrCuMYWw,178
|
|
518
|
+
pygeai-0.5.0.dist-info/top_level.txt,sha256=bJFwp2tURmCfB94yXDF7ylvdSJXFDDJsyUOb-7PJgwc,7
|
|
519
|
+
pygeai-0.5.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|