agenta 0.42.2__py3-none-any.whl → 0.43.1__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/sdk/assets.py
CHANGED
|
@@ -22,11 +22,14 @@ supported_llm_models = {
|
|
|
22
22
|
"deepinfra/mistralai/Mistral-7B-Instruct-v0.1",
|
|
23
23
|
],
|
|
24
24
|
"Gemini": [
|
|
25
|
+
"gemini/gemini-2.5-flash-preview-04-17",
|
|
26
|
+
"gemini/gemini-2.5-pro-exp-03-25",
|
|
25
27
|
"gemini/gemini-2.0-flash-001",
|
|
26
28
|
"gemini/gemini-2.0-flash-lite-preview-02-05",
|
|
27
29
|
"gemini/gemini-1.5-pro-latest",
|
|
28
30
|
"gemini/gemini-1.5-flash",
|
|
29
31
|
"gemini/gemini-1.5-flash-8b",
|
|
32
|
+
"gemini/gemma-3-27b-it",
|
|
30
33
|
],
|
|
31
34
|
"Groq": [
|
|
32
35
|
"groq/deepseek-r1-distill-llama-70b",
|
|
@@ -58,8 +61,17 @@ supported_llm_models = {
|
|
|
58
61
|
"gpt-4o",
|
|
59
62
|
"gpt-4o-mini",
|
|
60
63
|
"gpt-4-1106-preview",
|
|
64
|
+
"gpt-4.1",
|
|
65
|
+
"gpt-4.1-mini",
|
|
66
|
+
"gpt-4.1-nano",
|
|
67
|
+
"o4-mini",
|
|
61
68
|
],
|
|
62
69
|
"OpenRouter": [
|
|
70
|
+
"openrouter/qwen/qwen3-235b-a22b",
|
|
71
|
+
"openrouter/qwen/qwen3-32b",
|
|
72
|
+
"openrouter/qwen/qwen3-30b-a3b",
|
|
73
|
+
"openrouter/meta-llama/llama-4-maverick",
|
|
74
|
+
"openrouter/meta-llama/llama-4-scout",
|
|
63
75
|
"openrouter/anthropic/claude-3-opus",
|
|
64
76
|
"openrouter/anthropic/claude-3-sonnet",
|
|
65
77
|
"openrouter/anthropic/claude-3.5-haiku",
|
agenta/sdk/types.py
CHANGED
|
@@ -335,7 +335,7 @@ class ModelConfig(BaseModel):
|
|
|
335
335
|
max_tokens: Optional[int] = Field(
|
|
336
336
|
default=None,
|
|
337
337
|
ge=0,
|
|
338
|
-
le=
|
|
338
|
+
le=64000,
|
|
339
339
|
description="The maximum number of tokens that can be generated in the chat completion",
|
|
340
340
|
)
|
|
341
341
|
top_p: Optional[float] = Field(
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: agenta
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.43.1
|
|
4
4
|
Summary: The SDK for agenta is an open-source LLMOps platform.
|
|
5
5
|
Keywords: LLMOps,LLM,evaluation,prompt engineering
|
|
6
6
|
Author: Mahmoud Mabrouk
|
|
@@ -118,11 +118,11 @@ Agenta is a platform for building production-grade LLM applications. It helps **
|
|
|
118
118
|
Collaborate with Subject Matter Experts (SMEs) on prompt engineering and make sure nothing breaks in production.
|
|
119
119
|
|
|
120
120
|
- **Interactive Playground**: Compare prompts side by side against your test cases
|
|
121
|
-
- **Multi-Model Support**: Experiment with 50+ LLM models or [bring-your-own models](https://docs.agenta.ai/prompt-
|
|
121
|
+
- **Multi-Model Support**: Experiment with 50+ LLM models or [bring-your-own models](https://docs.agenta.ai/prompt-engineering/playground/adding-custom-providers?utm_source=github&utm_medium=referral&utm_campaign=readme)
|
|
122
122
|
- **Version Control**: Version prompts and configurations with branching and environments
|
|
123
123
|
- **Complex Configurations**: Enable SMEs to collaborate on [complex configuration schemas](https://docs.agenta.ai/custom-workflows/overview?utm_source=github&utm_medium=referral&utm_campaign=readme) beyond simple prompts
|
|
124
124
|
|
|
125
|
-
[Explore prompt management →](https://docs.agenta.ai/prompt-
|
|
125
|
+
[Explore prompt management →](https://docs.agenta.ai/prompt-engineering/overview?utm_source=github&utm_medium=referral&utm_campaign=readme)
|
|
126
126
|
|
|
127
127
|
### 📊 Evaluation & Testing
|
|
128
128
|
Evaluate your LLM applications systematically with both human and automated feedback.
|
|
@@ -200,7 +200,7 @@ agenta/config.py,sha256=0VrTqduB4g8Mt_Ll7ffFcEjKF5qjTUIxmUtTPW2ygWw,653
|
|
|
200
200
|
agenta/config.toml,sha256=sIORbhnyct2R9lJrquxhNL4pHul3O0R7iaipCoja5MY,193
|
|
201
201
|
agenta/sdk/__init__.py,sha256=m5UxAteSVzJtYhSsmUmdGFsyFdZO6jlfvOpJi_4mK_E,2118
|
|
202
202
|
agenta/sdk/agenta_init.py,sha256=hyE_PGHtiqn29iftqqplJJCnn5xPPLa09fzBtU84EBY,6111
|
|
203
|
-
agenta/sdk/assets.py,sha256=
|
|
203
|
+
agenta/sdk/assets.py,sha256=z6pUK5b9dZMD7vaaghDu1w9lMD_IopspbgVxmop5PLY,8181
|
|
204
204
|
agenta/sdk/context/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
205
205
|
agenta/sdk/context/exporting.py,sha256=16X8fgMhl58gehSlqANX97FiKxx4TkGiG4d2B0-7ZX0,516
|
|
206
206
|
agenta/sdk/context/routing.py,sha256=FEsjw8EttI1SMyUo96ptcUsvHJnhoKwdr1szlkxxJNU,598
|
|
@@ -238,7 +238,7 @@ agenta/sdk/tracing/processors.py,sha256=zEuyvFc6vLHGjHMU64gfme-tVtm89uLA3eCpiUgf
|
|
|
238
238
|
agenta/sdk/tracing/propagation.py,sha256=EeOqDMqnh_MoEhGd1do_vy_tQBYUcoC8kpLqVoZeqg0,2561
|
|
239
239
|
agenta/sdk/tracing/spans.py,sha256=nqUOjjirBxB8Eacv8Qj4Ra_6rknGi3lbJdNyKmk5ODQ,3707
|
|
240
240
|
agenta/sdk/tracing/tracing.py,sha256=g4eFgd_piVn0M5kwlaZUrJBU4DG7kxErWe9meXPgcgI,7211
|
|
241
|
-
agenta/sdk/types.py,sha256=
|
|
241
|
+
agenta/sdk/types.py,sha256=247cPB451E91icR198wTXvJG0Hgm2HNtC0H2MmqUwTE,19042
|
|
242
242
|
agenta/sdk/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
243
243
|
agenta/sdk/utils/cache.py,sha256=69pQCtmh10DiYoOdKv4t2fCYDQCuWZtH4uy36kXewpw,1372
|
|
244
244
|
agenta/sdk/utils/constants.py,sha256=zW3R4rjXOo2L5lz6q84l_zYuOM9u4mpPRHw_B1Dr_hI,67
|
|
@@ -250,6 +250,6 @@ agenta/sdk/utils/logging.py,sha256=gBk2ecRvltN7f8qtnUHXBiZPWOdArN_b5civ_3w_Oek,8
|
|
|
250
250
|
agenta/sdk/utils/preinit.py,sha256=YlJL7RLfel0R7DFp-jK7OV-z4ZIQJM0oupYlk7g8b5o,1278
|
|
251
251
|
agenta/sdk/utils/singleton.py,sha256=17Ph7LGnnV8HkPjImruKita2ni03Ari5jr0jqm__4sc,312
|
|
252
252
|
agenta/sdk/utils/timing.py,sha256=hVzkF7ObjrBlRcB2lMowE8nUkWgYqU2kIJoqRZNXKdM,1556
|
|
253
|
-
agenta-0.
|
|
254
|
-
agenta-0.
|
|
255
|
-
agenta-0.
|
|
253
|
+
agenta-0.43.1.dist-info/METADATA,sha256=qdUTY7LOFkk8VpDYl4j8VlnUBV5BS8DjtExgasAYGgo,31359
|
|
254
|
+
agenta-0.43.1.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
|
|
255
|
+
agenta-0.43.1.dist-info/RECORD,,
|
|
File without changes
|