agenta 0.18.0__py3-none-any.whl → 0.19.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.
Potentially problematic release.
This version of agenta might be problematic. Click here for more details.
- agenta/config.py +0 -2
- agenta/config.toml +0 -1
- {agenta-0.18.0.dist-info → agenta-0.19.0.dist-info}/METADATA +1 -1
- {agenta-0.18.0.dist-info → agenta-0.19.0.dist-info}/RECORD +6 -6
- {agenta-0.18.0.dist-info → agenta-0.19.0.dist-info}/WHEEL +0 -0
- {agenta-0.18.0.dist-info → agenta-0.19.0.dist-info}/entry_points.txt +0 -0
agenta/config.py
CHANGED
|
@@ -11,14 +11,12 @@ from pathlib import Path
|
|
|
11
11
|
toml_config = toml.load(f"{Path(__file__).parent}/config.toml")
|
|
12
12
|
|
|
13
13
|
# Set the environment variables from the TOML configurations
|
|
14
|
-
os.environ["DATABASE_URL"] = toml_config["database_url"]
|
|
15
14
|
os.environ["REGISTRY"] = toml_config["registry"]
|
|
16
15
|
os.environ["BACKEND_URL_SUFFIX"] = toml_config["backend_url_suffix"]
|
|
17
16
|
os.environ["ALLOW_ORIGINS"] = toml_config["allow_origins"]
|
|
18
17
|
|
|
19
18
|
|
|
20
19
|
class Settings(BaseSettings):
|
|
21
|
-
database_url: str
|
|
22
20
|
registry: str
|
|
23
21
|
backend_url_suffix: str
|
|
24
22
|
allow_origins: str
|
agenta/config.toml
CHANGED
|
@@ -117,8 +117,8 @@ agenta/client/backend/types/workspace_role.py,sha256=PxKM8IcPoair8nK2Ed0GXZQxVff
|
|
|
117
117
|
agenta/client/backend/types/workspace_role_response.py,sha256=i79slTp45qCEsUFPg0AUr_wngjcCko5zaFHXwsjrZWw,1072
|
|
118
118
|
agenta/client/client.py,sha256=DWOGS9A8u4wu28s9jGOR4eRhf7vo4zT7GyDvrIGu59Y,19648
|
|
119
119
|
agenta/client/exceptions.py,sha256=cxLjjKvZKlUgBxt4Vn9J_SsezJPPNHvrZxnoq-D6zmw,94
|
|
120
|
-
agenta/config.py,sha256=
|
|
121
|
-
agenta/config.toml,sha256=
|
|
120
|
+
agenta/config.py,sha256=0VrTqduB4g8Mt_Ll7ffFcEjKF5qjTUIxmUtTPW2ygWw,653
|
|
121
|
+
agenta/config.toml,sha256=sIORbhnyct2R9lJrquxhNL4pHul3O0R7iaipCoja5MY,193
|
|
122
122
|
agenta/docker/docker-assets/Dockerfile.cloud.template,sha256=uJuXKvtkMY6f4KaOh3XE5pmuJR7mfZEXJk_8hj2uatc,386
|
|
123
123
|
agenta/docker/docker-assets/Dockerfile.template,sha256=aVA_okx0xXalcTvdQGhSfzSjNpQZVoLJCGYA39-2Nwk,280
|
|
124
124
|
agenta/docker/docker-assets/README.md,sha256=XHxwh2ks_ozrtAU7SLbL3J14SB2holG6buoTxwmMiZM,102
|
|
@@ -159,7 +159,7 @@ agenta/templates/simple_prompt/app.py,sha256=kODgF6lhzsaJPdgL5b21bUki6jkvqjWZzWR
|
|
|
159
159
|
agenta/templates/simple_prompt/env.example,sha256=g9AE5bYcGPpxawXMJ96gh8oenEPCHTabsiOnfQo3c5k,70
|
|
160
160
|
agenta/templates/simple_prompt/requirements.txt,sha256=ywRglRy7pPkw8bljmMEJJ4aOOQKrt9FGKULZ-DGkoBU,23
|
|
161
161
|
agenta/templates/simple_prompt/template.toml,sha256=DQBtRrF4GU8LBEXOZ-GGuINXMQDKGTEG5y37tnvIUIE,60
|
|
162
|
-
agenta-0.
|
|
163
|
-
agenta-0.
|
|
164
|
-
agenta-0.
|
|
165
|
-
agenta-0.
|
|
162
|
+
agenta-0.19.0.dist-info/METADATA,sha256=TqDppOP6O8izEMhzk_FnjMmQsJ4tNAowQZ473gZCJIs,26458
|
|
163
|
+
agenta-0.19.0.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
164
|
+
agenta-0.19.0.dist-info/entry_points.txt,sha256=PDiu8_8AsL7ibU9v4iNoOKR1S7F2rdxjlEprjM9QOgo,46
|
|
165
|
+
agenta-0.19.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|