agenta 0.24.2a2__tar.gz → 0.24.3a1__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.
Potentially problematic release.
This version of agenta might be problematic. Click here for more details.
- {agenta-0.24.2a2 → agenta-0.24.3a1}/PKG-INFO +58 -28
- {agenta-0.24.2a2 → agenta-0.24.3a1}/README.md +57 -27
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/llm_tokens.py +2 -2
- {agenta-0.24.2a2 → agenta-0.24.3a1}/pyproject.toml +1 -1
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/__init__.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/cli/evaluation_commands.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/cli/helper.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/cli/main.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/cli/telemetry.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/cli/variant_commands.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/cli/variant_configs.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/Readme.md +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/__init__.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/api.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/api_models.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/__init__.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/apps/__init__.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/apps/client.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/bases/__init__.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/bases/client.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/client.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/configs/__init__.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/configs/client.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/containers/__init__.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/containers/client.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/containers/types/__init__.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/containers/types/container_templates_response.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/core/__init__.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/core/api_error.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/core/client_wrapper.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/core/datetime_utils.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/core/file.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/core/http_client.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/core/jsonable_encoder.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/core/pydantic_utilities.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/core/query_encoder.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/core/remove_none_from_dict.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/core/request_options.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/core/serialization.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/environments/__init__.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/environments/client.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/errors/__init__.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/errors/unprocessable_entity_error.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/evaluations/__init__.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/evaluations/client.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/evaluators/__init__.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/evaluators/client.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/observability/__init__.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/observability/client.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/testsets/__init__.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/testsets/client.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/__init__.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/aggregated_result.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/aggregated_result_evaluator_config.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/app.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/app_variant_response.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/app_variant_revision.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/base_output.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/body_import_testset.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/config_db.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/correct_answer.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/create_app_output.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/create_span.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/create_trace_response.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/docker_env_vars.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/environment_output.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/environment_output_extended.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/environment_revision.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/error.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/evaluation.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/evaluation_scenario.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/evaluation_scenario_input.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/evaluation_scenario_output.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/evaluation_scenario_result.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/evaluation_scenario_score_update.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/evaluation_status_enum.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/evaluation_type.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/evaluator.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/evaluator_config.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/get_config_response.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/http_validation_error.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/human_evaluation.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/human_evaluation_scenario.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/human_evaluation_scenario_input.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/human_evaluation_scenario_output.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/human_evaluation_scenario_update.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/human_evaluation_update.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/image.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/invite_request.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/list_api_keys_response.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/llm_run_rate_limit.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/lm_providers_enum.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/new_human_evaluation.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/new_testset.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/organization.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/organization_output.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/outputs.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/permission.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/result.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/score.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/simple_evaluation_output.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/span.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/span_detail.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/span_status_code.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/span_variant.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/template.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/template_image_info.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/test_set_output_response.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/test_set_simple_response.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/trace_detail.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/update_app_output.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/uri.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/validation_error.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/validation_error_loc_item.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/variant_action.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/variant_action_enum.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/with_pagination.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/workspace_member_response.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/workspace_permission.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/workspace_response.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/workspace_role.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/workspace_role_response.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/variants/__init__.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/variants/client.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/variants/types/__init__.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/variants/types/add_variant_from_base_and_config_response.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/client.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/exceptions.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/config.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/config.toml +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/docker/docker-assets/Dockerfile.cloud.template +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/docker/docker-assets/Dockerfile.template +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/docker/docker-assets/README.md +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/docker/docker-assets/entrypoint.sh +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/docker/docker-assets/lambda_function.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/docker/docker-assets/main.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/docker/docker_utils.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/sdk/__init__.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/sdk/agenta_init.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/sdk/assets.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/sdk/client.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/sdk/config_manager.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/sdk/context.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/sdk/decorators/base.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/sdk/decorators/llm_entrypoint.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/sdk/decorators/tracing.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/sdk/router.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/sdk/tracing/__init__.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/sdk/tracing/callbacks.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/sdk/tracing/llm_tracing.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/sdk/tracing/logger.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/sdk/tracing/tasks_manager.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/sdk/tracing/tracing_context.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/sdk/types.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/sdk/utils/__init__.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/sdk/utils/debug.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/sdk/utils/globals.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/sdk/utils/helper/openai_cost.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/sdk/utils/preinit.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/templates/compose_email/README.md +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/templates/compose_email/app.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/templates/compose_email/env.example +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/templates/compose_email/requirements.txt +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/templates/compose_email/template.toml +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/templates/extract_data_to_json/README.md +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/templates/extract_data_to_json/app.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/templates/extract_data_to_json/env.example +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/templates/extract_data_to_json/requirements.txt +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/templates/extract_data_to_json/template.toml +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/templates/simple_prompt/README.md +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/templates/simple_prompt/app.py +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/templates/simple_prompt/env.example +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/templates/simple_prompt/requirements.txt +0 -0
- {agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/templates/simple_prompt/template.toml +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: agenta
|
|
3
|
-
Version: 0.24.
|
|
3
|
+
Version: 0.24.3a1
|
|
4
4
|
Summary: The SDK for agenta is an open-source LLMOps platform.
|
|
5
5
|
Home-page: https://agenta.ai
|
|
6
6
|
Keywords: LLMOps,LLM,evaluation,prompt engineering
|
|
@@ -34,7 +34,21 @@ Project-URL: Documentation, https://docs.agenta.ai
|
|
|
34
34
|
Project-URL: Repository, https://github.com/agenta-ai/agenta
|
|
35
35
|
Description-Content-Type: text/markdown
|
|
36
36
|
|
|
37
|
+
<div align="center" style="margin: 30px">
|
|
38
|
+
<a href="https://docs.agenta.ai/self-host/migration/migration-to-postgres">
|
|
39
|
+
Important: We are migrating from MongoDB to PostgreSQL in v0.19! Follow this guide to migrate your data.
|
|
40
|
+
</a>
|
|
41
|
+
</div>
|
|
42
|
+
</br>
|
|
43
|
+
</br>
|
|
44
|
+
|
|
37
45
|
<div align="center" style="margin: 30px">
|
|
46
|
+
<div>
|
|
47
|
+
<a href="https://agentaai.notion.site/Careers-at-agenta-fb8a76d4d9044e27bd3a32678818dbc8/">
|
|
48
|
+
<img src="https://github.com/Agenta-AI/agenta/raw/main/.github/images/we-are-hiring.svg" alt="We are hiring! Join our team!" width="350" height="60" alt="We are hiring! Join our team!" width="350" height="60">
|
|
49
|
+
</a>
|
|
50
|
+
</div>
|
|
51
|
+
|
|
38
52
|
<a href="https://agenta.ai/">
|
|
39
53
|
<div align="center" >
|
|
40
54
|
<picture >
|
|
@@ -73,7 +87,6 @@ Description-Content-Type: text/markdown
|
|
|
73
87
|
</br>
|
|
74
88
|
</p>
|
|
75
89
|
|
|
76
|
-
|
|
77
90
|
<p align="center">
|
|
78
91
|
<a href="https://join.slack.com/t/agenta-hq/shared_invite/zt-1zsafop5i-Y7~ZySbhRZvKVPV5DO_7IA">
|
|
79
92
|
<img src="https://img.shields.io/badge/JOIN US ON SLACK-4A154B?style=for-the-badge&logo=slack&logoColor=white" />
|
|
@@ -86,7 +99,6 @@ Description-Content-Type: text/markdown
|
|
|
86
99
|
</a>
|
|
87
100
|
</p>
|
|
88
101
|
|
|
89
|
-
|
|
90
102
|
</br>
|
|
91
103
|
|
|
92
104
|
<a href="https://cloud.agenta.ai">
|
|
@@ -95,7 +107,6 @@ Description-Content-Type: text/markdown
|
|
|
95
107
|
</picture>
|
|
96
108
|
</a>
|
|
97
109
|
|
|
98
|
-
|
|
99
110
|
<br>
|
|
100
111
|
<br />
|
|
101
112
|
<br />
|
|
@@ -127,54 +138,58 @@ Description-Content-Type: text/markdown
|
|
|
127
138
|
|
|
128
139
|
# ⭐️ Why Agenta?
|
|
129
140
|
|
|
130
|
-
Agenta is an end-to-end LLM developer platform. It provides the tools for **prompt engineering and management**,
|
|
141
|
+
Agenta is an end-to-end LLM developer platform. It provides the tools for **prompt engineering and management**, ⚖️ **evaluation**, **human annotation**, and :rocket: **deployment**. All without imposing any restrictions on your choice of framework, library, or model.
|
|
131
142
|
|
|
132
|
-
Agenta allows developers and product teams to collaborate in building production-grade LLM-powered applications in less time.
|
|
143
|
+
Agenta allows developers and product teams to collaborate in building production-grade LLM-powered applications in less time.
|
|
133
144
|
|
|
134
145
|
### With Agenta, you can:
|
|
135
146
|
|
|
136
|
-
- [🧪 **Experiment** and **compare** prompts](https://docs.agenta.ai/
|
|
137
|
-
- ✍️ Collect and [**annotate golden test sets**](https://docs.agenta.ai/
|
|
138
|
-
- 📈 [**Evaluate** your application](https://docs.agenta.ai/
|
|
139
|
-
- [🔍 **Annotate** and **A/B test**](https://docs.agenta.
|
|
140
|
-
- [🤝 **Collaborate with product teams**](https://docs.agenta.ai/
|
|
141
|
-
- [🚀 **Deploy your application**](https://docs.agenta.ai/
|
|
147
|
+
- [🧪 **Experiment** and **compare** prompts](https://docs.agenta.ai/prompt_management/prompt_engineering) on [any LLM workflow](https://docs.agenta.ai/prompt_management/setting_up/custom_applications) (chain-of-prompts, Retrieval Augmented Generation (RAG), LLM agents...)
|
|
148
|
+
- ✍️ Collect and [**annotate golden test sets**](https://docs.agenta.ai/evaluation/test_sets) for evaluation
|
|
149
|
+
- 📈 [**Evaluate** your application](https://docs.agenta.ai/evaluation/automatic_evaluation) with pre-existing or [**custom evaluators**](https://docs.agenta.ai/evaluation/custom_evaluator)
|
|
150
|
+
- [🔍 **Annotate** and **A/B test**](https://docs.agenta.ai/evaluation/human_evaluation) your applications with **human feedback**
|
|
151
|
+
- [🤝 **Collaborate with product teams**](https://docs.agenta.ai/misc/team_management) for prompt engineering and evaluation
|
|
152
|
+
- [🚀 **Deploy your application**](https://docs.agenta.ai/prompt_management/deployment) in one-click in the UI, through CLI, or through github workflows.
|
|
142
153
|
|
|
143
154
|
### Works with any LLM app workflow
|
|
144
155
|
|
|
145
156
|
Agenta enables prompt engineering and evaluation on any LLM app architecture:
|
|
157
|
+
|
|
146
158
|
- Chain of prompts
|
|
147
159
|
- RAG
|
|
148
160
|
- Agents
|
|
149
|
-
- ...
|
|
150
|
-
|
|
151
|
-
It works with any framework such as [Langchain](https://langchain.com), [LlamaIndex](https://www.llamaindex.ai/) and any LLM provider (openAI, Cohere, Mistral).
|
|
152
161
|
|
|
153
|
-
|
|
162
|
+
It works with any framework such as [Langchain](https://www.langchain.com/), [LlamaIndex](https://www.llamaindex.ai/) and any LLM provider (openAI, Cohere, Mistral).
|
|
154
163
|
|
|
155
164
|
# Quick Start
|
|
156
165
|
|
|
157
166
|
### [Get started for free](https://cloud.agenta.ai?utm_source=github&utm_medium=readme&utm_campaign=github)
|
|
158
|
-
|
|
159
|
-
### [
|
|
160
|
-
|
|
167
|
+
|
|
168
|
+
### [Explore the Docs](https://docs.agenta.ai/)
|
|
169
|
+
|
|
170
|
+
### [Create your first application in one-minute](https://docs.agenta.ai/getting_started/quick-start)
|
|
171
|
+
|
|
172
|
+
### [Create an application using Langchain](https://docs.agenta.ai/guides/tutorials/first-app-with-langchain)
|
|
173
|
+
|
|
161
174
|
### [Self-host agenta](https://docs.agenta.ai/self-host/host-locally)
|
|
162
|
-
### [Check the Cookbook](https://docs.agenta.ai/cookbook)
|
|
163
175
|
|
|
164
|
-
|
|
176
|
+
### [Check the Cookbook](https://docs.agenta.ai/guides/cookbooks/evaluations_with_sdk)
|
|
165
177
|
|
|
178
|
+
# Features
|
|
166
179
|
|
|
167
|
-
| Playground
|
|
168
|
-
|
|
|
169
|
-
| Compare and version prompts for any LLM app, from single prompt to agents. <br/> <video src="https://github.com/Agenta-AI/agenta/assets/4510758/8b736d2b-7c61-414c-b534-d95efc69134c" controls="controls" style="max-width:100%;"> | Define test sets, then evaluate manually or programmatically your different variants.<br/> <video src="https://github.com/Agenta-AI/agenta/assets/4510758/8c6997c6-da87-46ad-a81f-e15e277263d2" controls="controls" style="max-width:100%;"
|
|
170
|
-
| Human annotation
|
|
171
|
-
| Use Human annotator to A/B test and score your LLM apps. <br/>
|
|
180
|
+
| Playground | Evaluation |
|
|
181
|
+
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
182
|
+
| Compare and version prompts for any LLM app, from single prompt to agents. <br/> <video src="https://github.com/Agenta-AI/agenta/assets/4510758/8b736d2b-7c61-414c-b534-d95efc69134c" controls="controls" style="max-width:100%;"> | Define test sets, then evaluate manually or programmatically your different variants.<br/> <video src="https://github.com/Agenta-AI/agenta/assets/4510758/8c6997c6-da87-46ad-a81f-e15e277263d2" controls="controls" style="max-width:100%;"> |
|
|
183
|
+
| Human annotation | Deployment |
|
|
184
|
+
| Use Human annotator to A/B test and score your LLM apps. <br/> <img width="750" alt="Screenshot 2024-01-28 at 12 57 46" src="https://github.com/Agenta-AI/agenta/assets/4510758/bf62a697-bf19-4ba9-850e-742fbfb75424"> | When you are ready, deploy your LLM applications as APIs in one click.<br/> |
|
|
172
185
|
|
|
173
186
|
# Enterprise Support
|
|
187
|
+
|
|
174
188
|
Contact us here for enterprise support and early access to agenta self-managed enterprise with Kubernetes support. <br/><br/>
|
|
175
189
|
<a href="https://cal.com/mahmoud-mabrouk-ogzgey/demo"><img src="https://cal.com/book-with-cal-dark.svg" alt="Book us"></a>
|
|
176
190
|
|
|
177
191
|
# Disabling Anonymized Tracking
|
|
192
|
+
|
|
178
193
|
By default, Agenta automatically reports anonymized basic usage statistics. This helps us understand how Agenta is used and track its overall usage and growth. This data does not include any sensitive information.
|
|
179
194
|
|
|
180
195
|
To disable anonymized telemetry, follow these steps:
|
|
@@ -184,18 +199,24 @@ To disable anonymized telemetry, follow these steps:
|
|
|
184
199
|
|
|
185
200
|
After making this change, restart Agenta Compose.
|
|
186
201
|
|
|
202
|
+
# ⭐️ Join Our Team
|
|
203
|
+
|
|
204
|
+
- [Founding Product Engineer Frontend](https://agentaai.notion.site/Founding-Product-Engineer-Frontend-b6d26a3e9b254be6b6c2bfffbf0b53c5)
|
|
205
|
+
|
|
187
206
|
# Contributing
|
|
188
207
|
|
|
189
208
|
We warmly welcome contributions to Agenta. Feel free to submit issues, fork the repository, and send pull requests.
|
|
190
209
|
|
|
191
210
|
We are usually hanging in our Slack. Feel free to [join our Slack and ask us anything](https://join.slack.com/t/agenta-hq/shared_invite/zt-1zsafop5i-Y7~ZySbhRZvKVPV5DO_7IA)
|
|
192
211
|
|
|
193
|
-
Check out our [Contributing Guide](https://docs.agenta.ai/contributing/getting-started) for more information.
|
|
212
|
+
Check out our [Contributing Guide](https://docs.agenta.ai/misc/contributing/getting-started) for more information.
|
|
194
213
|
|
|
195
214
|
## Contributors ✨
|
|
196
215
|
|
|
197
216
|
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
|
|
198
|
-
|
|
217
|
+
|
|
218
|
+
[](#contributors-)
|
|
219
|
+
|
|
199
220
|
<!-- ALL-CONTRIBUTORS-BADGE:END -->
|
|
200
221
|
|
|
201
222
|
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
|
|
@@ -257,6 +278,15 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
|
|
257
278
|
<td align="center" valign="top" width="14.28%"><a href="https://github.com/romainrbr"><img src="https://avatars.githubusercontent.com/u/10381609?v=4?s=100" width="100px;" alt="Romain Brucker"/><br /><sub><b>Romain Brucker</b></sub></a><br /><a href="https://github.com/Agenta-AI/agenta/commits?author=romainrbr" title="Code">💻</a></td>
|
|
258
279
|
<td align="center" valign="top" width="14.28%"><a href="http://heonheo.com"><img src="https://avatars.githubusercontent.com/u/76820291?v=4?s=100" width="100px;" alt="Heon Heo"/><br /><sub><b>Heon Heo</b></sub></a><br /><a href="https://github.com/Agenta-AI/agenta/commits?author=HeonHeo23" title="Code">💻</a></td>
|
|
259
280
|
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Drewski2222"><img src="https://avatars.githubusercontent.com/u/39228951?v=4?s=100" width="100px;" alt="Drew Reisner"/><br /><sub><b>Drew Reisner</b></sub></a><br /><a href="https://github.com/Agenta-AI/agenta/commits?author=Drewski2222" title="Code">💻</a></td>
|
|
281
|
+
<td align="center" valign="top" width="14.28%"><a href="https://speakerdeck.com/eltociear"><img src="https://avatars.githubusercontent.com/u/22633385?v=4?s=100" width="100px;" alt="Ikko Eltociear Ashimine"/><br /><sub><b>Ikko Eltociear Ashimine</b></sub></a><br /><a href="https://github.com/Agenta-AI/agenta/commits?author=eltociear" title="Documentation">📖</a></td>
|
|
282
|
+
</tr>
|
|
283
|
+
<tr>
|
|
284
|
+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/vishalvanpariya"><img src="https://avatars.githubusercontent.com/u/27823328?v=4?s=100" width="100px;" alt="Vishal Vanpariya"/><br /><sub><b>Vishal Vanpariya</b></sub></a><br /><a href="https://github.com/Agenta-AI/agenta/commits?author=vishalvanpariya" title="Code">💻</a></td>
|
|
285
|
+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/youcefs21"><img src="https://avatars.githubusercontent.com/u/34604972?v=4?s=100" width="100px;" alt="Youcef Boumar"/><br /><sub><b>Youcef Boumar</b></sub></a><br /><a href="https://github.com/Agenta-AI/agenta/commits?author=youcefs21" title="Documentation">📖</a></td>
|
|
286
|
+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/LucasTrg"><img src="https://avatars.githubusercontent.com/u/47852577?v=4?s=100" width="100px;" alt="LucasTrg"/><br /><sub><b>LucasTrg</b></sub></a><br /><a href="https://github.com/Agenta-AI/agenta/commits?author=LucasTrg" title="Code">💻</a> <a href="https://github.com/Agenta-AI/agenta/issues?q=author%3ALucasTrg" title="Bug reports">🐛</a></td>
|
|
287
|
+
<td align="center" valign="top" width="14.28%"><a href="https://ashrafchowdury.me"><img src="https://avatars.githubusercontent.com/u/87828904?v=4?s=100" width="100px;" alt="Ashraf Chowdury"/><br /><sub><b>Ashraf Chowdury</b></sub></a><br /><a href="https://github.com/Agenta-AI/agenta/issues?q=author%3Aashrafchowdury" title="Bug reports">🐛</a> <a href="https://github.com/Agenta-AI/agenta/commits?author=ashrafchowdury" title="Code">💻</a></td>
|
|
288
|
+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/jp-agenta"><img src="https://avatars.githubusercontent.com/u/174311389?v=4?s=100" width="100px;" alt="jp-agenta"/><br /><sub><b>jp-agenta</b></sub></a><br /><a href="https://github.com/Agenta-AI/agenta/commits?author=jp-agenta" title="Code">💻</a> <a href="https://github.com/Agenta-AI/agenta/issues?q=author%3Ajp-agenta" title="Bug reports">🐛</a></td>
|
|
289
|
+
<td align="center" valign="top" width="14.28%"><a href="https://mrunhap.github.io"><img src="https://avatars.githubusercontent.com/u/24653356?v=4?s=100" width="100px;" alt="Mr Unhappy"/><br /><sub><b>Mr Unhappy</b></sub></a><br /><a href="https://github.com/Agenta-AI/agenta/issues?q=author%3Amrunhap" title="Bug reports">🐛</a> <a href="#infra-mrunhap" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td>
|
|
260
290
|
</tr>
|
|
261
291
|
</tbody>
|
|
262
292
|
</table>
|
|
@@ -1,4 +1,18 @@
|
|
|
1
|
+
<div align="center" style="margin: 30px">
|
|
2
|
+
<a href="https://docs.agenta.ai/self-host/migration/migration-to-postgres">
|
|
3
|
+
Important: We are migrating from MongoDB to PostgreSQL in v0.19! Follow this guide to migrate your data.
|
|
4
|
+
</a>
|
|
5
|
+
</div>
|
|
6
|
+
</br>
|
|
7
|
+
</br>
|
|
8
|
+
|
|
1
9
|
<div align="center" style="margin: 30px">
|
|
10
|
+
<div>
|
|
11
|
+
<a href="https://agentaai.notion.site/Careers-at-agenta-fb8a76d4d9044e27bd3a32678818dbc8/">
|
|
12
|
+
<img src="https://github.com/Agenta-AI/agenta/raw/main/.github/images/we-are-hiring.svg" alt="We are hiring! Join our team!" width="350" height="60" alt="We are hiring! Join our team!" width="350" height="60">
|
|
13
|
+
</a>
|
|
14
|
+
</div>
|
|
15
|
+
|
|
2
16
|
<a href="https://agenta.ai/">
|
|
3
17
|
<div align="center" >
|
|
4
18
|
<picture >
|
|
@@ -37,7 +51,6 @@
|
|
|
37
51
|
</br>
|
|
38
52
|
</p>
|
|
39
53
|
|
|
40
|
-
|
|
41
54
|
<p align="center">
|
|
42
55
|
<a href="https://join.slack.com/t/agenta-hq/shared_invite/zt-1zsafop5i-Y7~ZySbhRZvKVPV5DO_7IA">
|
|
43
56
|
<img src="https://img.shields.io/badge/JOIN US ON SLACK-4A154B?style=for-the-badge&logo=slack&logoColor=white" />
|
|
@@ -50,7 +63,6 @@
|
|
|
50
63
|
</a>
|
|
51
64
|
</p>
|
|
52
65
|
|
|
53
|
-
|
|
54
66
|
</br>
|
|
55
67
|
|
|
56
68
|
<a href="https://cloud.agenta.ai">
|
|
@@ -59,7 +71,6 @@
|
|
|
59
71
|
</picture>
|
|
60
72
|
</a>
|
|
61
73
|
|
|
62
|
-
|
|
63
74
|
<br>
|
|
64
75
|
<br />
|
|
65
76
|
<br />
|
|
@@ -91,54 +102,58 @@
|
|
|
91
102
|
|
|
92
103
|
# ⭐️ Why Agenta?
|
|
93
104
|
|
|
94
|
-
Agenta is an end-to-end LLM developer platform. It provides the tools for **prompt engineering and management**,
|
|
105
|
+
Agenta is an end-to-end LLM developer platform. It provides the tools for **prompt engineering and management**, ⚖️ **evaluation**, **human annotation**, and :rocket: **deployment**. All without imposing any restrictions on your choice of framework, library, or model.
|
|
95
106
|
|
|
96
|
-
Agenta allows developers and product teams to collaborate in building production-grade LLM-powered applications in less time.
|
|
107
|
+
Agenta allows developers and product teams to collaborate in building production-grade LLM-powered applications in less time.
|
|
97
108
|
|
|
98
109
|
### With Agenta, you can:
|
|
99
110
|
|
|
100
|
-
- [🧪 **Experiment** and **compare** prompts](https://docs.agenta.ai/
|
|
101
|
-
- ✍️ Collect and [**annotate golden test sets**](https://docs.agenta.ai/
|
|
102
|
-
- 📈 [**Evaluate** your application](https://docs.agenta.ai/
|
|
103
|
-
- [🔍 **Annotate** and **A/B test**](https://docs.agenta.
|
|
104
|
-
- [🤝 **Collaborate with product teams**](https://docs.agenta.ai/
|
|
105
|
-
- [🚀 **Deploy your application**](https://docs.agenta.ai/
|
|
111
|
+
- [🧪 **Experiment** and **compare** prompts](https://docs.agenta.ai/prompt_management/prompt_engineering) on [any LLM workflow](https://docs.agenta.ai/prompt_management/setting_up/custom_applications) (chain-of-prompts, Retrieval Augmented Generation (RAG), LLM agents...)
|
|
112
|
+
- ✍️ Collect and [**annotate golden test sets**](https://docs.agenta.ai/evaluation/test_sets) for evaluation
|
|
113
|
+
- 📈 [**Evaluate** your application](https://docs.agenta.ai/evaluation/automatic_evaluation) with pre-existing or [**custom evaluators**](https://docs.agenta.ai/evaluation/custom_evaluator)
|
|
114
|
+
- [🔍 **Annotate** and **A/B test**](https://docs.agenta.ai/evaluation/human_evaluation) your applications with **human feedback**
|
|
115
|
+
- [🤝 **Collaborate with product teams**](https://docs.agenta.ai/misc/team_management) for prompt engineering and evaluation
|
|
116
|
+
- [🚀 **Deploy your application**](https://docs.agenta.ai/prompt_management/deployment) in one-click in the UI, through CLI, or through github workflows.
|
|
106
117
|
|
|
107
118
|
### Works with any LLM app workflow
|
|
108
119
|
|
|
109
120
|
Agenta enables prompt engineering and evaluation on any LLM app architecture:
|
|
121
|
+
|
|
110
122
|
- Chain of prompts
|
|
111
123
|
- RAG
|
|
112
124
|
- Agents
|
|
113
|
-
- ...
|
|
114
|
-
|
|
115
|
-
It works with any framework such as [Langchain](https://langchain.com), [LlamaIndex](https://www.llamaindex.ai/) and any LLM provider (openAI, Cohere, Mistral).
|
|
116
125
|
|
|
117
|
-
|
|
126
|
+
It works with any framework such as [Langchain](https://www.langchain.com/), [LlamaIndex](https://www.llamaindex.ai/) and any LLM provider (openAI, Cohere, Mistral).
|
|
118
127
|
|
|
119
128
|
# Quick Start
|
|
120
129
|
|
|
121
130
|
### [Get started for free](https://cloud.agenta.ai?utm_source=github&utm_medium=readme&utm_campaign=github)
|
|
122
|
-
|
|
123
|
-
### [
|
|
124
|
-
|
|
131
|
+
|
|
132
|
+
### [Explore the Docs](https://docs.agenta.ai/)
|
|
133
|
+
|
|
134
|
+
### [Create your first application in one-minute](https://docs.agenta.ai/getting_started/quick-start)
|
|
135
|
+
|
|
136
|
+
### [Create an application using Langchain](https://docs.agenta.ai/guides/tutorials/first-app-with-langchain)
|
|
137
|
+
|
|
125
138
|
### [Self-host agenta](https://docs.agenta.ai/self-host/host-locally)
|
|
126
|
-
### [Check the Cookbook](https://docs.agenta.ai/cookbook)
|
|
127
139
|
|
|
128
|
-
|
|
140
|
+
### [Check the Cookbook](https://docs.agenta.ai/guides/cookbooks/evaluations_with_sdk)
|
|
129
141
|
|
|
142
|
+
# Features
|
|
130
143
|
|
|
131
|
-
| Playground
|
|
132
|
-
|
|
|
133
|
-
| Compare and version prompts for any LLM app, from single prompt to agents. <br/> <video src="https://github.com/Agenta-AI/agenta/assets/4510758/8b736d2b-7c61-414c-b534-d95efc69134c" controls="controls" style="max-width:100%;"> | Define test sets, then evaluate manually or programmatically your different variants.<br/> <video src="https://github.com/Agenta-AI/agenta/assets/4510758/8c6997c6-da87-46ad-a81f-e15e277263d2" controls="controls" style="max-width:100%;"
|
|
134
|
-
| Human annotation
|
|
135
|
-
| Use Human annotator to A/B test and score your LLM apps. <br/>
|
|
144
|
+
| Playground | Evaluation |
|
|
145
|
+
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
146
|
+
| Compare and version prompts for any LLM app, from single prompt to agents. <br/> <video src="https://github.com/Agenta-AI/agenta/assets/4510758/8b736d2b-7c61-414c-b534-d95efc69134c" controls="controls" style="max-width:100%;"> | Define test sets, then evaluate manually or programmatically your different variants.<br/> <video src="https://github.com/Agenta-AI/agenta/assets/4510758/8c6997c6-da87-46ad-a81f-e15e277263d2" controls="controls" style="max-width:100%;"> |
|
|
147
|
+
| Human annotation | Deployment |
|
|
148
|
+
| Use Human annotator to A/B test and score your LLM apps. <br/> <img width="750" alt="Screenshot 2024-01-28 at 12 57 46" src="https://github.com/Agenta-AI/agenta/assets/4510758/bf62a697-bf19-4ba9-850e-742fbfb75424"> | When you are ready, deploy your LLM applications as APIs in one click.<br/> |
|
|
136
149
|
|
|
137
150
|
# Enterprise Support
|
|
151
|
+
|
|
138
152
|
Contact us here for enterprise support and early access to agenta self-managed enterprise with Kubernetes support. <br/><br/>
|
|
139
153
|
<a href="https://cal.com/mahmoud-mabrouk-ogzgey/demo"><img src="https://cal.com/book-with-cal-dark.svg" alt="Book us"></a>
|
|
140
154
|
|
|
141
155
|
# Disabling Anonymized Tracking
|
|
156
|
+
|
|
142
157
|
By default, Agenta automatically reports anonymized basic usage statistics. This helps us understand how Agenta is used and track its overall usage and growth. This data does not include any sensitive information.
|
|
143
158
|
|
|
144
159
|
To disable anonymized telemetry, follow these steps:
|
|
@@ -148,18 +163,24 @@ To disable anonymized telemetry, follow these steps:
|
|
|
148
163
|
|
|
149
164
|
After making this change, restart Agenta Compose.
|
|
150
165
|
|
|
166
|
+
# ⭐️ Join Our Team
|
|
167
|
+
|
|
168
|
+
- [Founding Product Engineer Frontend](https://agentaai.notion.site/Founding-Product-Engineer-Frontend-b6d26a3e9b254be6b6c2bfffbf0b53c5)
|
|
169
|
+
|
|
151
170
|
# Contributing
|
|
152
171
|
|
|
153
172
|
We warmly welcome contributions to Agenta. Feel free to submit issues, fork the repository, and send pull requests.
|
|
154
173
|
|
|
155
174
|
We are usually hanging in our Slack. Feel free to [join our Slack and ask us anything](https://join.slack.com/t/agenta-hq/shared_invite/zt-1zsafop5i-Y7~ZySbhRZvKVPV5DO_7IA)
|
|
156
175
|
|
|
157
|
-
Check out our [Contributing Guide](https://docs.agenta.ai/contributing/getting-started) for more information.
|
|
176
|
+
Check out our [Contributing Guide](https://docs.agenta.ai/misc/contributing/getting-started) for more information.
|
|
158
177
|
|
|
159
178
|
## Contributors ✨
|
|
160
179
|
|
|
161
180
|
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
|
|
162
|
-
|
|
181
|
+
|
|
182
|
+
[](#contributors-)
|
|
183
|
+
|
|
163
184
|
<!-- ALL-CONTRIBUTORS-BADGE:END -->
|
|
164
185
|
|
|
165
186
|
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
|
|
@@ -221,6 +242,15 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
|
|
221
242
|
<td align="center" valign="top" width="14.28%"><a href="https://github.com/romainrbr"><img src="https://avatars.githubusercontent.com/u/10381609?v=4?s=100" width="100px;" alt="Romain Brucker"/><br /><sub><b>Romain Brucker</b></sub></a><br /><a href="https://github.com/Agenta-AI/agenta/commits?author=romainrbr" title="Code">💻</a></td>
|
|
222
243
|
<td align="center" valign="top" width="14.28%"><a href="http://heonheo.com"><img src="https://avatars.githubusercontent.com/u/76820291?v=4?s=100" width="100px;" alt="Heon Heo"/><br /><sub><b>Heon Heo</b></sub></a><br /><a href="https://github.com/Agenta-AI/agenta/commits?author=HeonHeo23" title="Code">💻</a></td>
|
|
223
244
|
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Drewski2222"><img src="https://avatars.githubusercontent.com/u/39228951?v=4?s=100" width="100px;" alt="Drew Reisner"/><br /><sub><b>Drew Reisner</b></sub></a><br /><a href="https://github.com/Agenta-AI/agenta/commits?author=Drewski2222" title="Code">💻</a></td>
|
|
245
|
+
<td align="center" valign="top" width="14.28%"><a href="https://speakerdeck.com/eltociear"><img src="https://avatars.githubusercontent.com/u/22633385?v=4?s=100" width="100px;" alt="Ikko Eltociear Ashimine"/><br /><sub><b>Ikko Eltociear Ashimine</b></sub></a><br /><a href="https://github.com/Agenta-AI/agenta/commits?author=eltociear" title="Documentation">📖</a></td>
|
|
246
|
+
</tr>
|
|
247
|
+
<tr>
|
|
248
|
+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/vishalvanpariya"><img src="https://avatars.githubusercontent.com/u/27823328?v=4?s=100" width="100px;" alt="Vishal Vanpariya"/><br /><sub><b>Vishal Vanpariya</b></sub></a><br /><a href="https://github.com/Agenta-AI/agenta/commits?author=vishalvanpariya" title="Code">💻</a></td>
|
|
249
|
+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/youcefs21"><img src="https://avatars.githubusercontent.com/u/34604972?v=4?s=100" width="100px;" alt="Youcef Boumar"/><br /><sub><b>Youcef Boumar</b></sub></a><br /><a href="https://github.com/Agenta-AI/agenta/commits?author=youcefs21" title="Documentation">📖</a></td>
|
|
250
|
+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/LucasTrg"><img src="https://avatars.githubusercontent.com/u/47852577?v=4?s=100" width="100px;" alt="LucasTrg"/><br /><sub><b>LucasTrg</b></sub></a><br /><a href="https://github.com/Agenta-AI/agenta/commits?author=LucasTrg" title="Code">💻</a> <a href="https://github.com/Agenta-AI/agenta/issues?q=author%3ALucasTrg" title="Bug reports">🐛</a></td>
|
|
251
|
+
<td align="center" valign="top" width="14.28%"><a href="https://ashrafchowdury.me"><img src="https://avatars.githubusercontent.com/u/87828904?v=4?s=100" width="100px;" alt="Ashraf Chowdury"/><br /><sub><b>Ashraf Chowdury</b></sub></a><br /><a href="https://github.com/Agenta-AI/agenta/issues?q=author%3Aashrafchowdury" title="Bug reports">🐛</a> <a href="https://github.com/Agenta-AI/agenta/commits?author=ashrafchowdury" title="Code">💻</a></td>
|
|
252
|
+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/jp-agenta"><img src="https://avatars.githubusercontent.com/u/174311389?v=4?s=100" width="100px;" alt="jp-agenta"/><br /><sub><b>jp-agenta</b></sub></a><br /><a href="https://github.com/Agenta-AI/agenta/commits?author=jp-agenta" title="Code">💻</a> <a href="https://github.com/Agenta-AI/agenta/issues?q=author%3Ajp-agenta" title="Bug reports">🐛</a></td>
|
|
253
|
+
<td align="center" valign="top" width="14.28%"><a href="https://mrunhap.github.io"><img src="https://avatars.githubusercontent.com/u/24653356?v=4?s=100" width="100px;" alt="Mr Unhappy"/><br /><sub><b>Mr Unhappy</b></sub></a><br /><a href="https://github.com/Agenta-AI/agenta/issues?q=author%3Amrunhap" title="Bug reports">🐛</a> <a href="#infra-mrunhap" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td>
|
|
224
254
|
</tr>
|
|
225
255
|
</tbody>
|
|
226
256
|
</table>
|
|
@@ -13,11 +13,11 @@ class LlmTokens(UniversalBaseModel):
|
|
|
13
13
|
|
|
14
14
|
if IS_PYDANTIC_V2:
|
|
15
15
|
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(
|
|
16
|
-
extra="allow", frozen=
|
|
16
|
+
extra="allow", frozen=False
|
|
17
17
|
) # type: ignore # Pydantic v2
|
|
18
18
|
else:
|
|
19
19
|
|
|
20
20
|
class Config:
|
|
21
|
-
frozen =
|
|
21
|
+
frozen = False
|
|
22
22
|
smart_union = True
|
|
23
23
|
extra = pydantic.Extra.allow
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/errors/unprocessable_entity_error.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/environment_output_extended.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/evaluation_scenario_input.py
RENAMED
|
File without changes
|
{agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/evaluation_scenario_output.py
RENAMED
|
File without changes
|
{agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/evaluation_scenario_result.py
RENAMED
|
File without changes
|
{agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/evaluation_scenario_score_update.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/human_evaluation_scenario.py
RENAMED
|
File without changes
|
{agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/human_evaluation_scenario_input.py
RENAMED
|
File without changes
|
{agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/human_evaluation_scenario_output.py
RENAMED
|
File without changes
|
{agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/human_evaluation_scenario_update.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/validation_error_loc_item.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agenta-0.24.2a2 → agenta-0.24.3a1}/agenta/client/backend/types/workspace_member_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|