agenta 0.27.4a1__tar.gz → 0.27.5a1__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.27.4a1 → agenta-0.27.5a1}/PKG-INFO +1 -4
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/__init__.py +29 -6
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/__init__.py +0 -63
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/client.py +22 -22
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/core/http_client.py +7 -15
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/observability/client.py +4 -4
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/__init__.py +0 -58
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/variants/client.py +16 -24
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/sdk/__init__.py +8 -6
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/sdk/agenta_init.py +10 -3
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/sdk/decorators/routing.py +1 -1
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/sdk/decorators/tracing.py +31 -7
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/sdk/litellm/litellm.py +36 -25
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/sdk/middleware/auth.py +14 -8
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/sdk/tracing/inline.py +140 -29
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/sdk/tracing/tracing.py +7 -1
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/sdk/types.py +2 -5
- {agenta-0.27.4a1 → agenta-0.27.5a1}/pyproject.toml +1 -4
- agenta-0.27.4a1/agenta/client/backend/observability_v_1/__init__.py +0 -5
- agenta-0.27.4a1/agenta/client/backend/observability_v_1/client.py +0 -560
- agenta-0.27.4a1/agenta/client/backend/observability_v_1/types/__init__.py +0 -6
- agenta-0.27.4a1/agenta/client/backend/observability_v_1/types/format.py +0 -5
- agenta-0.27.4a1/agenta/client/backend/observability_v_1/types/query_traces_response.py +0 -11
- agenta-0.27.4a1/agenta/client/backend/types/agenta_node_dto.py +0 -48
- agenta-0.27.4a1/agenta/client/backend/types/agenta_node_dto_nodes_value.py +0 -6
- agenta-0.27.4a1/agenta/client/backend/types/agenta_nodes_response.py +0 -30
- agenta-0.27.4a1/agenta/client/backend/types/agenta_root_dto.py +0 -30
- agenta-0.27.4a1/agenta/client/backend/types/agenta_roots_response.py +0 -30
- agenta-0.27.4a1/agenta/client/backend/types/agenta_tree_dto.py +0 -30
- agenta-0.27.4a1/agenta/client/backend/types/agenta_trees_response.py +0 -30
- agenta-0.27.4a1/agenta/client/backend/types/collect_status_response.py +0 -22
- agenta-0.27.4a1/agenta/client/backend/types/exception_dto.py +0 -26
- agenta-0.27.4a1/agenta/client/backend/types/link_dto.py +0 -24
- agenta-0.27.4a1/agenta/client/backend/types/node_dto.py +0 -24
- agenta-0.27.4a1/agenta/client/backend/types/node_type.py +0 -19
- agenta-0.27.4a1/agenta/client/backend/types/o_tel_context_dto.py +0 -22
- agenta-0.27.4a1/agenta/client/backend/types/o_tel_event_dto.py +0 -23
- agenta-0.27.4a1/agenta/client/backend/types/o_tel_extra_dto.py +0 -26
- agenta-0.27.4a1/agenta/client/backend/types/o_tel_link_dto.py +0 -23
- agenta-0.27.4a1/agenta/client/backend/types/o_tel_span_dto.py +0 -37
- agenta-0.27.4a1/agenta/client/backend/types/o_tel_span_kind.py +0 -15
- agenta-0.27.4a1/agenta/client/backend/types/o_tel_spans_response.py +0 -24
- agenta-0.27.4a1/agenta/client/backend/types/o_tel_status_code.py +0 -8
- agenta-0.27.4a1/agenta/client/backend/types/parent_dto.py +0 -21
- agenta-0.27.4a1/agenta/client/backend/types/root_dto.py +0 -21
- agenta-0.27.4a1/agenta/client/backend/types/span_dto.py +0 -54
- agenta-0.27.4a1/agenta/client/backend/types/span_dto_nodes_value.py +0 -9
- agenta-0.27.4a1/agenta/client/backend/types/status_code.py +0 -5
- agenta-0.27.4a1/agenta/client/backend/types/status_dto.py +0 -23
- agenta-0.27.4a1/agenta/client/backend/types/time_dto.py +0 -23
- agenta-0.27.4a1/agenta/client/backend/types/tree_dto.py +0 -23
- agenta-0.27.4a1/agenta/client/backend/types/tree_type.py +0 -5
- {agenta-0.27.4a1 → agenta-0.27.5a1}/README.md +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/cli/evaluation_commands.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/cli/helper.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/cli/main.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/cli/telemetry.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/cli/variant_commands.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/cli/variant_configs.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/Readme.md +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/__init__.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/api.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/api_models.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/apps/__init__.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/apps/client.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/bases/__init__.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/bases/client.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/configs/__init__.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/configs/client.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/containers/__init__.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/containers/client.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/containers/types/__init__.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/containers/types/container_templates_response.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/core/__init__.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/core/api_error.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/core/client_wrapper.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/core/datetime_utils.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/core/file.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/core/jsonable_encoder.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/core/pydantic_utilities.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/core/query_encoder.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/core/remove_none_from_dict.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/core/request_options.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/core/serialization.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/environments/__init__.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/environments/client.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/errors/__init__.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/errors/unprocessable_entity_error.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/evaluations/__init__.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/evaluations/client.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/evaluators/__init__.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/evaluators/client.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/observability/__init__.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/testsets/__init__.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/testsets/client.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/aggregated_result.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/aggregated_result_evaluator_config.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/app.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/app_variant_response.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/app_variant_revision.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/base_output.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/body_import_testset.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/config_db.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/config_dto.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/config_response_model.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/correct_answer.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/create_app_output.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/create_span.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/create_trace_response.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/docker_env_vars.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/environment_output.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/environment_output_extended.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/environment_revision.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/error.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/evaluation.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/evaluation_scenario.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/evaluation_scenario_input.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/evaluation_scenario_output.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/evaluation_scenario_result.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/evaluation_scenario_score_update.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/evaluation_status_enum.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/evaluation_type.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/evaluator.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/evaluator_config.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/evaluator_mapping_output_interface.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/evaluator_output_interface.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/get_config_response.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/http_validation_error.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/human_evaluation.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/human_evaluation_scenario.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/human_evaluation_scenario_input.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/human_evaluation_scenario_output.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/human_evaluation_scenario_update.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/human_evaluation_update.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/image.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/invite_request.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/lifecycle_dto.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/list_api_keys_response.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/llm_run_rate_limit.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/llm_tokens.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/lm_providers_enum.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/new_human_evaluation.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/new_testset.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/organization.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/organization_output.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/outputs.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/permission.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/reference_dto.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/reference_request_model.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/result.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/score.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/simple_evaluation_output.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/span.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/span_detail.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/span_status_code.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/span_variant.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/template.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/template_image_info.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/test_set_output_response.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/test_set_simple_response.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/trace_detail.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/update_app_output.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/uri.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/validation_error.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/validation_error_loc_item.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/variant_action.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/variant_action_enum.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/with_pagination.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/workspace_member_response.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/workspace_permission.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/workspace_response.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/workspace_role.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/types/workspace_role_response.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/variants/__init__.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/variants/types/__init__.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/backend/variants/types/add_variant_from_base_and_config_response.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/client.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/client/exceptions.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/config.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/config.toml +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/docker/docker-assets/Dockerfile.cloud.template +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/docker/docker-assets/Dockerfile.template +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/docker/docker-assets/README.md +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/docker/docker-assets/entrypoint.sh +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/docker/docker-assets/lambda_function.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/docker/docker-assets/main.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/docker/docker_utils.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/sdk/assets.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/sdk/client.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/sdk/context/__init__.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/sdk/context/routing.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/sdk/context/tracing.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/sdk/decorators/__init__.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/sdk/litellm/__init__.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/sdk/managers/__init__.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/sdk/managers/config.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/sdk/managers/deployment.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/sdk/managers/shared.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/sdk/managers/variant.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/sdk/middleware/__init__.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/sdk/middleware/cache.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/sdk/router.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/sdk/tracing/__init__.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/sdk/tracing/attributes.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/sdk/tracing/context.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/sdk/tracing/conventions.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/sdk/tracing/exporters.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/sdk/tracing/processors.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/sdk/tracing/spans.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/sdk/utils/__init__.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/sdk/utils/costs.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/sdk/utils/debug.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/sdk/utils/exceptions.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/sdk/utils/globals.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/sdk/utils/logging.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/sdk/utils/preinit.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/sdk/utils/singleton.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/templates/compose_email/README.md +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/templates/compose_email/app.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/templates/compose_email/env.example +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/templates/compose_email/requirements.txt +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/templates/compose_email/template.toml +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/templates/extract_data_to_json/README.md +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/templates/extract_data_to_json/app.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/templates/extract_data_to_json/env.example +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/templates/extract_data_to_json/requirements.txt +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/templates/extract_data_to_json/template.toml +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/templates/simple_prompt/README.md +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/templates/simple_prompt/app.py +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/templates/simple_prompt/env.example +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/agenta/templates/simple_prompt/requirements.txt +0 -0
- {agenta-0.27.4a1 → agenta-0.27.5a1}/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.27.
|
|
3
|
+
Version: 0.27.5a1
|
|
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
|
|
@@ -22,16 +22,13 @@ Requires-Dist: docker (>=6.1.1,<8.0.0)
|
|
|
22
22
|
Requires-Dist: fastapi (>=0.100.0)
|
|
23
23
|
Requires-Dist: httpx (>=0.24,<0.28)
|
|
24
24
|
Requires-Dist: importlib-metadata (>=8.0.0,<9.0)
|
|
25
|
-
Requires-Dist: ipdb (>=0.13)
|
|
26
25
|
Requires-Dist: litellm (>=1.48.0,<2.0.0)
|
|
27
26
|
Requires-Dist: opentelemetry-api (>=1.27.0,<2.0.0)
|
|
28
27
|
Requires-Dist: opentelemetry-exporter-otlp (>=1.27.0,<2.0.0)
|
|
29
28
|
Requires-Dist: opentelemetry-sdk (>=1.27.0,<2.0.0)
|
|
30
29
|
Requires-Dist: posthog (>=3.1.0,<4.0.0)
|
|
31
30
|
Requires-Dist: pydantic (>=2)
|
|
32
|
-
Requires-Dist: pymongo (>=4.6.3,<5.0.0)
|
|
33
31
|
Requires-Dist: python-dotenv (>=1.0.0,<2.0.0)
|
|
34
|
-
Requires-Dist: python-multipart (>=0.0.6,<0.0.10)
|
|
35
32
|
Requires-Dist: pyyaml (>=6.0.2,<7.0.0)
|
|
36
33
|
Requires-Dist: questionary (>=1.10,<3.0)
|
|
37
34
|
Requires-Dist: toml (>=0.10.2,<0.11.0)
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
from typing import Any, Callable, Optional
|
|
2
|
+
|
|
1
3
|
from .sdk.utils.preinit import PreInitObject
|
|
2
4
|
|
|
3
5
|
import agenta.client.backend.types as client_types # pylint: disable=wrong-import-order
|
|
@@ -18,7 +20,7 @@ from .sdk.types import (
|
|
|
18
20
|
)
|
|
19
21
|
|
|
20
22
|
from .sdk.utils.logging import log as logging
|
|
21
|
-
from .sdk.tracing import Tracing
|
|
23
|
+
from .sdk.tracing import Tracing, get_tracer
|
|
22
24
|
from .sdk.decorators.tracing import instrument
|
|
23
25
|
from .sdk.tracing.conventions import Reference
|
|
24
26
|
from .sdk.decorators.routing import entrypoint, app, route
|
|
@@ -36,15 +38,36 @@ config = PreInitObject("agenta.config", Config)
|
|
|
36
38
|
DEFAULT_AGENTA_SINGLETON_INSTANCE = AgentaSingleton()
|
|
37
39
|
|
|
38
40
|
types = client_types
|
|
39
|
-
|
|
41
|
+
|
|
40
42
|
api = None
|
|
41
43
|
async_api = None
|
|
42
44
|
|
|
45
|
+
tracing = DEFAULT_AGENTA_SINGLETON_INSTANCE.tracing # type: ignore
|
|
46
|
+
tracer = get_tracer(tracing)
|
|
43
47
|
|
|
44
|
-
def init(*args, **kwargs):
|
|
45
|
-
global api, async_api, tracing, config
|
|
46
|
-
_init(*args, **kwargs)
|
|
47
48
|
|
|
48
|
-
|
|
49
|
+
def init(
|
|
50
|
+
host: Optional[str] = None,
|
|
51
|
+
api_key: Optional[str] = None,
|
|
52
|
+
config_fname: Optional[str] = None,
|
|
53
|
+
redact: Optional[Callable[..., Any]] = None,
|
|
54
|
+
redact_on_error: Optional[bool] = True,
|
|
55
|
+
# DEPRECATING
|
|
56
|
+
app_id: Optional[str] = None,
|
|
57
|
+
):
|
|
58
|
+
global api, async_api, tracing, tracer # pylint: disable=global-statement
|
|
59
|
+
|
|
60
|
+
_init(
|
|
61
|
+
host=host,
|
|
62
|
+
api_key=api_key,
|
|
63
|
+
config_fname=config_fname,
|
|
64
|
+
redact=redact,
|
|
65
|
+
redact_on_error=redact_on_error,
|
|
66
|
+
app_id=app_id,
|
|
67
|
+
)
|
|
68
|
+
|
|
49
69
|
api = DEFAULT_AGENTA_SINGLETON_INSTANCE.api # type: ignore
|
|
50
70
|
async_api = DEFAULT_AGENTA_SINGLETON_INSTANCE.async_api # type: ignore
|
|
71
|
+
|
|
72
|
+
tracing = DEFAULT_AGENTA_SINGLETON_INSTANCE.tracing # type: ignore
|
|
73
|
+
tracer = get_tracer(tracing)
|
|
@@ -1,13 +1,6 @@
|
|
|
1
1
|
# This file was auto-generated by Fern from our API Definition.
|
|
2
2
|
|
|
3
3
|
from .types import (
|
|
4
|
-
AgentaNodeDto,
|
|
5
|
-
AgentaNodeDtoNodesValue,
|
|
6
|
-
AgentaNodesResponse,
|
|
7
|
-
AgentaRootDto,
|
|
8
|
-
AgentaRootsResponse,
|
|
9
|
-
AgentaTreeDto,
|
|
10
|
-
AgentaTreesResponse,
|
|
11
4
|
AggregatedResult,
|
|
12
5
|
AggregatedResultEvaluatorConfig,
|
|
13
6
|
App,
|
|
@@ -15,7 +8,6 @@ from .types import (
|
|
|
15
8
|
AppVariantRevision,
|
|
16
9
|
BaseOutput,
|
|
17
10
|
BodyImportTestset,
|
|
18
|
-
CollectStatusResponse,
|
|
19
11
|
ConfigDb,
|
|
20
12
|
ConfigDto,
|
|
21
13
|
ConfigResponseModel,
|
|
@@ -40,7 +32,6 @@ from .types import (
|
|
|
40
32
|
EvaluatorConfig,
|
|
41
33
|
EvaluatorMappingOutputInterface,
|
|
42
34
|
EvaluatorOutputInterface,
|
|
43
|
-
ExceptionDto,
|
|
44
35
|
GetConfigResponse,
|
|
45
36
|
HttpValidationError,
|
|
46
37
|
HumanEvaluation,
|
|
@@ -52,50 +43,30 @@ from .types import (
|
|
|
52
43
|
Image,
|
|
53
44
|
InviteRequest,
|
|
54
45
|
LifecycleDto,
|
|
55
|
-
LinkDto,
|
|
56
46
|
ListApiKeysResponse,
|
|
57
47
|
LlmRunRateLimit,
|
|
58
48
|
LlmTokens,
|
|
59
49
|
LmProvidersEnum,
|
|
60
50
|
NewHumanEvaluation,
|
|
61
51
|
NewTestset,
|
|
62
|
-
NodeDto,
|
|
63
|
-
NodeType,
|
|
64
|
-
OTelContextDto,
|
|
65
|
-
OTelEventDto,
|
|
66
|
-
OTelExtraDto,
|
|
67
|
-
OTelLinkDto,
|
|
68
|
-
OTelSpanDto,
|
|
69
|
-
OTelSpanKind,
|
|
70
|
-
OTelSpansResponse,
|
|
71
|
-
OTelStatusCode,
|
|
72
52
|
Organization,
|
|
73
53
|
OrganizationOutput,
|
|
74
54
|
Outputs,
|
|
75
|
-
ParentDto,
|
|
76
55
|
Permission,
|
|
77
56
|
ReferenceDto,
|
|
78
57
|
ReferenceRequestModel,
|
|
79
58
|
Result,
|
|
80
|
-
RootDto,
|
|
81
59
|
Score,
|
|
82
60
|
SimpleEvaluationOutput,
|
|
83
61
|
Span,
|
|
84
62
|
SpanDetail,
|
|
85
|
-
SpanDto,
|
|
86
|
-
SpanDtoNodesValue,
|
|
87
63
|
SpanStatusCode,
|
|
88
64
|
SpanVariant,
|
|
89
|
-
StatusCode,
|
|
90
|
-
StatusDto,
|
|
91
65
|
Template,
|
|
92
66
|
TemplateImageInfo,
|
|
93
67
|
TestSetOutputResponse,
|
|
94
68
|
TestSetSimpleResponse,
|
|
95
|
-
TimeDto,
|
|
96
69
|
TraceDetail,
|
|
97
|
-
TreeDto,
|
|
98
|
-
TreeType,
|
|
99
70
|
UpdateAppOutput,
|
|
100
71
|
Uri,
|
|
101
72
|
ValidationError,
|
|
@@ -119,25 +90,16 @@ from . import (
|
|
|
119
90
|
evaluations,
|
|
120
91
|
evaluators,
|
|
121
92
|
observability,
|
|
122
|
-
observability_v_1,
|
|
123
93
|
testsets,
|
|
124
94
|
variants,
|
|
125
95
|
)
|
|
126
96
|
from .client import AgentaApi, AsyncAgentaApi
|
|
127
97
|
from .containers import ContainerTemplatesResponse
|
|
128
|
-
from .observability_v_1 import Format, QueryTracesResponse
|
|
129
98
|
from .variants import AddVariantFromBaseAndConfigResponse
|
|
130
99
|
|
|
131
100
|
__all__ = [
|
|
132
101
|
"AddVariantFromBaseAndConfigResponse",
|
|
133
102
|
"AgentaApi",
|
|
134
|
-
"AgentaNodeDto",
|
|
135
|
-
"AgentaNodeDtoNodesValue",
|
|
136
|
-
"AgentaNodesResponse",
|
|
137
|
-
"AgentaRootDto",
|
|
138
|
-
"AgentaRootsResponse",
|
|
139
|
-
"AgentaTreeDto",
|
|
140
|
-
"AgentaTreesResponse",
|
|
141
103
|
"AggregatedResult",
|
|
142
104
|
"AggregatedResultEvaluatorConfig",
|
|
143
105
|
"App",
|
|
@@ -146,7 +108,6 @@ __all__ = [
|
|
|
146
108
|
"AsyncAgentaApi",
|
|
147
109
|
"BaseOutput",
|
|
148
110
|
"BodyImportTestset",
|
|
149
|
-
"CollectStatusResponse",
|
|
150
111
|
"ConfigDb",
|
|
151
112
|
"ConfigDto",
|
|
152
113
|
"ConfigResponseModel",
|
|
@@ -172,8 +133,6 @@ __all__ = [
|
|
|
172
133
|
"EvaluatorConfig",
|
|
173
134
|
"EvaluatorMappingOutputInterface",
|
|
174
135
|
"EvaluatorOutputInterface",
|
|
175
|
-
"ExceptionDto",
|
|
176
|
-
"Format",
|
|
177
136
|
"GetConfigResponse",
|
|
178
137
|
"HttpValidationError",
|
|
179
138
|
"HumanEvaluation",
|
|
@@ -185,51 +144,30 @@ __all__ = [
|
|
|
185
144
|
"Image",
|
|
186
145
|
"InviteRequest",
|
|
187
146
|
"LifecycleDto",
|
|
188
|
-
"LinkDto",
|
|
189
147
|
"ListApiKeysResponse",
|
|
190
148
|
"LlmRunRateLimit",
|
|
191
149
|
"LlmTokens",
|
|
192
150
|
"LmProvidersEnum",
|
|
193
151
|
"NewHumanEvaluation",
|
|
194
152
|
"NewTestset",
|
|
195
|
-
"NodeDto",
|
|
196
|
-
"NodeType",
|
|
197
|
-
"OTelContextDto",
|
|
198
|
-
"OTelEventDto",
|
|
199
|
-
"OTelExtraDto",
|
|
200
|
-
"OTelLinkDto",
|
|
201
|
-
"OTelSpanDto",
|
|
202
|
-
"OTelSpanKind",
|
|
203
|
-
"OTelSpansResponse",
|
|
204
|
-
"OTelStatusCode",
|
|
205
153
|
"Organization",
|
|
206
154
|
"OrganizationOutput",
|
|
207
155
|
"Outputs",
|
|
208
|
-
"ParentDto",
|
|
209
156
|
"Permission",
|
|
210
|
-
"QueryTracesResponse",
|
|
211
157
|
"ReferenceDto",
|
|
212
158
|
"ReferenceRequestModel",
|
|
213
159
|
"Result",
|
|
214
|
-
"RootDto",
|
|
215
160
|
"Score",
|
|
216
161
|
"SimpleEvaluationOutput",
|
|
217
162
|
"Span",
|
|
218
163
|
"SpanDetail",
|
|
219
|
-
"SpanDto",
|
|
220
|
-
"SpanDtoNodesValue",
|
|
221
164
|
"SpanStatusCode",
|
|
222
165
|
"SpanVariant",
|
|
223
|
-
"StatusCode",
|
|
224
|
-
"StatusDto",
|
|
225
166
|
"Template",
|
|
226
167
|
"TemplateImageInfo",
|
|
227
168
|
"TestSetOutputResponse",
|
|
228
169
|
"TestSetSimpleResponse",
|
|
229
|
-
"TimeDto",
|
|
230
170
|
"TraceDetail",
|
|
231
|
-
"TreeDto",
|
|
232
|
-
"TreeType",
|
|
233
171
|
"UnprocessableEntityError",
|
|
234
172
|
"UpdateAppOutput",
|
|
235
173
|
"Uri",
|
|
@@ -251,7 +189,6 @@ __all__ = [
|
|
|
251
189
|
"evaluations",
|
|
252
190
|
"evaluators",
|
|
253
191
|
"observability",
|
|
254
|
-
"observability_v_1",
|
|
255
192
|
"testsets",
|
|
256
193
|
"variants",
|
|
257
194
|
]
|
|
@@ -13,7 +13,6 @@ from .containers.client import ContainersClient
|
|
|
13
13
|
from .environments.client import EnvironmentsClient
|
|
14
14
|
from .bases.client import BasesClient
|
|
15
15
|
from .configs.client import ConfigsClient
|
|
16
|
-
from .observability_v_1.client import ObservabilityV1Client
|
|
17
16
|
from .core.request_options import RequestOptions
|
|
18
17
|
from .types.list_api_keys_response import ListApiKeysResponse
|
|
19
18
|
from .core.pydantic_utilities import parse_obj_as
|
|
@@ -41,7 +40,6 @@ from .containers.client import AsyncContainersClient
|
|
|
41
40
|
from .environments.client import AsyncEnvironmentsClient
|
|
42
41
|
from .bases.client import AsyncBasesClient
|
|
43
42
|
from .configs.client import AsyncConfigsClient
|
|
44
|
-
from .observability_v_1.client import AsyncObservabilityV1Client
|
|
45
43
|
|
|
46
44
|
# this is used as the default value for optional parameters
|
|
47
45
|
OMIT = typing.cast(typing.Any, ...)
|
|
@@ -91,13 +89,17 @@ class AgentaApi:
|
|
|
91
89
|
self._client_wrapper = SyncClientWrapper(
|
|
92
90
|
base_url=base_url,
|
|
93
91
|
api_key=api_key,
|
|
94
|
-
httpx_client=
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
92
|
+
httpx_client=(
|
|
93
|
+
httpx_client
|
|
94
|
+
if httpx_client is not None
|
|
95
|
+
else (
|
|
96
|
+
httpx.Client(
|
|
97
|
+
timeout=_defaulted_timeout, follow_redirects=follow_redirects
|
|
98
|
+
)
|
|
99
|
+
if follow_redirects is not None
|
|
100
|
+
else httpx.Client(timeout=_defaulted_timeout)
|
|
101
|
+
)
|
|
102
|
+
),
|
|
101
103
|
timeout=_defaulted_timeout,
|
|
102
104
|
)
|
|
103
105
|
self.observability = ObservabilityClient(client_wrapper=self._client_wrapper)
|
|
@@ -110,9 +112,6 @@ class AgentaApi:
|
|
|
110
112
|
self.environments = EnvironmentsClient(client_wrapper=self._client_wrapper)
|
|
111
113
|
self.bases = BasesClient(client_wrapper=self._client_wrapper)
|
|
112
114
|
self.configs = ConfigsClient(client_wrapper=self._client_wrapper)
|
|
113
|
-
self.observability_v_1 = ObservabilityV1Client(
|
|
114
|
-
client_wrapper=self._client_wrapper
|
|
115
|
-
)
|
|
116
115
|
|
|
117
116
|
def list_api_keys(
|
|
118
117
|
self, *, request_options: typing.Optional[RequestOptions] = None
|
|
@@ -1620,13 +1619,17 @@ class AsyncAgentaApi:
|
|
|
1620
1619
|
self._client_wrapper = AsyncClientWrapper(
|
|
1621
1620
|
base_url=base_url,
|
|
1622
1621
|
api_key=api_key,
|
|
1623
|
-
httpx_client=
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1622
|
+
httpx_client=(
|
|
1623
|
+
httpx_client
|
|
1624
|
+
if httpx_client is not None
|
|
1625
|
+
else (
|
|
1626
|
+
httpx.AsyncClient(
|
|
1627
|
+
timeout=_defaulted_timeout, follow_redirects=follow_redirects
|
|
1628
|
+
)
|
|
1629
|
+
if follow_redirects is not None
|
|
1630
|
+
else httpx.AsyncClient(timeout=_defaulted_timeout)
|
|
1631
|
+
)
|
|
1632
|
+
),
|
|
1630
1633
|
timeout=_defaulted_timeout,
|
|
1631
1634
|
)
|
|
1632
1635
|
self.observability = AsyncObservabilityClient(
|
|
@@ -1641,9 +1644,6 @@ class AsyncAgentaApi:
|
|
|
1641
1644
|
self.environments = AsyncEnvironmentsClient(client_wrapper=self._client_wrapper)
|
|
1642
1645
|
self.bases = AsyncBasesClient(client_wrapper=self._client_wrapper)
|
|
1643
1646
|
self.configs = AsyncConfigsClient(client_wrapper=self._client_wrapper)
|
|
1644
|
-
self.observability_v_1 = AsyncObservabilityV1Client(
|
|
1645
|
-
client_wrapper=self._client_wrapper
|
|
1646
|
-
)
|
|
1647
1647
|
|
|
1648
1648
|
async def list_api_keys(
|
|
1649
1649
|
self, *, request_options: typing.Optional[RequestOptions] = None
|
|
@@ -148,9 +148,9 @@ def get_request_body(
|
|
|
148
148
|
json_body = maybe_filter_request_body(json, request_options, omit)
|
|
149
149
|
|
|
150
150
|
# If you have an empty JSON body, you should just send None
|
|
151
|
-
return (
|
|
152
|
-
|
|
153
|
-
)
|
|
151
|
+
return (json_body if json_body != {} else None), (
|
|
152
|
+
data_body if data_body != {} else None
|
|
153
|
+
)
|
|
154
154
|
|
|
155
155
|
|
|
156
156
|
class HttpClient:
|
|
@@ -250,9 +250,7 @@ class HttpClient:
|
|
|
250
250
|
data=data_body,
|
|
251
251
|
content=content,
|
|
252
252
|
files=(
|
|
253
|
-
convert_file_dict_to_httpx_tuples(
|
|
254
|
-
remove_omit_from_dict(remove_none_from_dict(files), omit)
|
|
255
|
-
)
|
|
253
|
+
convert_file_dict_to_httpx_tuples(remove_none_from_dict(files))
|
|
256
254
|
if (files is not None and files is not omit)
|
|
257
255
|
else None
|
|
258
256
|
),
|
|
@@ -353,9 +351,7 @@ class HttpClient:
|
|
|
353
351
|
data=data_body,
|
|
354
352
|
content=content,
|
|
355
353
|
files=(
|
|
356
|
-
convert_file_dict_to_httpx_tuples(
|
|
357
|
-
remove_omit_from_dict(remove_none_from_dict(files), omit)
|
|
358
|
-
)
|
|
354
|
+
convert_file_dict_to_httpx_tuples(remove_none_from_dict(files))
|
|
359
355
|
if (files is not None and files is not omit)
|
|
360
356
|
else None
|
|
361
357
|
),
|
|
@@ -462,9 +458,7 @@ class AsyncHttpClient:
|
|
|
462
458
|
data=data_body,
|
|
463
459
|
content=content,
|
|
464
460
|
files=(
|
|
465
|
-
convert_file_dict_to_httpx_tuples(
|
|
466
|
-
remove_omit_from_dict(remove_none_from_dict(files), omit)
|
|
467
|
-
)
|
|
461
|
+
convert_file_dict_to_httpx_tuples(remove_none_from_dict(files))
|
|
468
462
|
if files is not None
|
|
469
463
|
else None
|
|
470
464
|
),
|
|
@@ -564,9 +558,7 @@ class AsyncHttpClient:
|
|
|
564
558
|
data=data_body,
|
|
565
559
|
content=content,
|
|
566
560
|
files=(
|
|
567
|
-
convert_file_dict_to_httpx_tuples(
|
|
568
|
-
remove_omit_from_dict(remove_none_from_dict(files), omit)
|
|
569
|
-
)
|
|
561
|
+
convert_file_dict_to_httpx_tuples(remove_none_from_dict(files))
|
|
570
562
|
if files is not None
|
|
571
563
|
else None
|
|
572
564
|
),
|
|
@@ -280,7 +280,7 @@ class ObservabilityClient:
|
|
|
280
280
|
raise ApiError(status_code=_response.status_code, body=_response.text)
|
|
281
281
|
raise ApiError(status_code=_response.status_code, body=_response_json)
|
|
282
282
|
|
|
283
|
-
def
|
|
283
|
+
def delete_traces(
|
|
284
284
|
self,
|
|
285
285
|
*,
|
|
286
286
|
request: typing.Sequence[str],
|
|
@@ -307,7 +307,7 @@ class ObservabilityClient:
|
|
|
307
307
|
api_key="YOUR_API_KEY",
|
|
308
308
|
base_url="https://yourhost.com/path/to/api",
|
|
309
309
|
)
|
|
310
|
-
client.observability.
|
|
310
|
+
client.observability.delete_traces(
|
|
311
311
|
request=["string"],
|
|
312
312
|
)
|
|
313
313
|
"""
|
|
@@ -901,7 +901,7 @@ class AsyncObservabilityClient:
|
|
|
901
901
|
raise ApiError(status_code=_response.status_code, body=_response.text)
|
|
902
902
|
raise ApiError(status_code=_response.status_code, body=_response_json)
|
|
903
903
|
|
|
904
|
-
async def
|
|
904
|
+
async def delete_traces(
|
|
905
905
|
self,
|
|
906
906
|
*,
|
|
907
907
|
request: typing.Sequence[str],
|
|
@@ -933,7 +933,7 @@ class AsyncObservabilityClient:
|
|
|
933
933
|
|
|
934
934
|
|
|
935
935
|
async def main() -> None:
|
|
936
|
-
await client.observability.
|
|
936
|
+
await client.observability.delete_traces(
|
|
937
937
|
request=["string"],
|
|
938
938
|
)
|
|
939
939
|
|
|
@@ -1,12 +1,5 @@
|
|
|
1
1
|
# This file was auto-generated by Fern from our API Definition.
|
|
2
2
|
|
|
3
|
-
from .agenta_node_dto import AgentaNodeDto
|
|
4
|
-
from .agenta_node_dto_nodes_value import AgentaNodeDtoNodesValue
|
|
5
|
-
from .agenta_nodes_response import AgentaNodesResponse
|
|
6
|
-
from .agenta_root_dto import AgentaRootDto
|
|
7
|
-
from .agenta_roots_response import AgentaRootsResponse
|
|
8
|
-
from .agenta_tree_dto import AgentaTreeDto
|
|
9
|
-
from .agenta_trees_response import AgentaTreesResponse
|
|
10
3
|
from .aggregated_result import AggregatedResult
|
|
11
4
|
from .aggregated_result_evaluator_config import AggregatedResultEvaluatorConfig
|
|
12
5
|
from .app import App
|
|
@@ -14,7 +7,6 @@ from .app_variant_response import AppVariantResponse
|
|
|
14
7
|
from .app_variant_revision import AppVariantRevision
|
|
15
8
|
from .base_output import BaseOutput
|
|
16
9
|
from .body_import_testset import BodyImportTestset
|
|
17
|
-
from .collect_status_response import CollectStatusResponse
|
|
18
10
|
from .config_db import ConfigDb
|
|
19
11
|
from .config_dto import ConfigDto
|
|
20
12
|
from .config_response_model import ConfigResponseModel
|
|
@@ -39,7 +31,6 @@ from .evaluator import Evaluator
|
|
|
39
31
|
from .evaluator_config import EvaluatorConfig
|
|
40
32
|
from .evaluator_mapping_output_interface import EvaluatorMappingOutputInterface
|
|
41
33
|
from .evaluator_output_interface import EvaluatorOutputInterface
|
|
42
|
-
from .exception_dto import ExceptionDto
|
|
43
34
|
from .get_config_response import GetConfigResponse
|
|
44
35
|
from .http_validation_error import HttpValidationError
|
|
45
36
|
from .human_evaluation import HumanEvaluation
|
|
@@ -51,50 +42,30 @@ from .human_evaluation_update import HumanEvaluationUpdate
|
|
|
51
42
|
from .image import Image
|
|
52
43
|
from .invite_request import InviteRequest
|
|
53
44
|
from .lifecycle_dto import LifecycleDto
|
|
54
|
-
from .link_dto import LinkDto
|
|
55
45
|
from .list_api_keys_response import ListApiKeysResponse
|
|
56
46
|
from .llm_run_rate_limit import LlmRunRateLimit
|
|
57
47
|
from .llm_tokens import LlmTokens
|
|
58
48
|
from .lm_providers_enum import LmProvidersEnum
|
|
59
49
|
from .new_human_evaluation import NewHumanEvaluation
|
|
60
50
|
from .new_testset import NewTestset
|
|
61
|
-
from .node_dto import NodeDto
|
|
62
|
-
from .node_type import NodeType
|
|
63
|
-
from .o_tel_context_dto import OTelContextDto
|
|
64
|
-
from .o_tel_event_dto import OTelEventDto
|
|
65
|
-
from .o_tel_extra_dto import OTelExtraDto
|
|
66
|
-
from .o_tel_link_dto import OTelLinkDto
|
|
67
|
-
from .o_tel_span_dto import OTelSpanDto
|
|
68
|
-
from .o_tel_span_kind import OTelSpanKind
|
|
69
|
-
from .o_tel_spans_response import OTelSpansResponse
|
|
70
|
-
from .o_tel_status_code import OTelStatusCode
|
|
71
51
|
from .organization import Organization
|
|
72
52
|
from .organization_output import OrganizationOutput
|
|
73
53
|
from .outputs import Outputs
|
|
74
|
-
from .parent_dto import ParentDto
|
|
75
54
|
from .permission import Permission
|
|
76
55
|
from .reference_dto import ReferenceDto
|
|
77
56
|
from .reference_request_model import ReferenceRequestModel
|
|
78
57
|
from .result import Result
|
|
79
|
-
from .root_dto import RootDto
|
|
80
58
|
from .score import Score
|
|
81
59
|
from .simple_evaluation_output import SimpleEvaluationOutput
|
|
82
60
|
from .span import Span
|
|
83
61
|
from .span_detail import SpanDetail
|
|
84
|
-
from .span_dto import SpanDto
|
|
85
|
-
from .span_dto_nodes_value import SpanDtoNodesValue
|
|
86
62
|
from .span_status_code import SpanStatusCode
|
|
87
63
|
from .span_variant import SpanVariant
|
|
88
|
-
from .status_code import StatusCode
|
|
89
|
-
from .status_dto import StatusDto
|
|
90
64
|
from .template import Template
|
|
91
65
|
from .template_image_info import TemplateImageInfo
|
|
92
66
|
from .test_set_output_response import TestSetOutputResponse
|
|
93
67
|
from .test_set_simple_response import TestSetSimpleResponse
|
|
94
|
-
from .time_dto import TimeDto
|
|
95
68
|
from .trace_detail import TraceDetail
|
|
96
|
-
from .tree_dto import TreeDto
|
|
97
|
-
from .tree_type import TreeType
|
|
98
69
|
from .update_app_output import UpdateAppOutput
|
|
99
70
|
from .uri import Uri
|
|
100
71
|
from .validation_error import ValidationError
|
|
@@ -109,13 +80,6 @@ from .workspace_role import WorkspaceRole
|
|
|
109
80
|
from .workspace_role_response import WorkspaceRoleResponse
|
|
110
81
|
|
|
111
82
|
__all__ = [
|
|
112
|
-
"AgentaNodeDto",
|
|
113
|
-
"AgentaNodeDtoNodesValue",
|
|
114
|
-
"AgentaNodesResponse",
|
|
115
|
-
"AgentaRootDto",
|
|
116
|
-
"AgentaRootsResponse",
|
|
117
|
-
"AgentaTreeDto",
|
|
118
|
-
"AgentaTreesResponse",
|
|
119
83
|
"AggregatedResult",
|
|
120
84
|
"AggregatedResultEvaluatorConfig",
|
|
121
85
|
"App",
|
|
@@ -123,7 +87,6 @@ __all__ = [
|
|
|
123
87
|
"AppVariantRevision",
|
|
124
88
|
"BaseOutput",
|
|
125
89
|
"BodyImportTestset",
|
|
126
|
-
"CollectStatusResponse",
|
|
127
90
|
"ConfigDb",
|
|
128
91
|
"ConfigDto",
|
|
129
92
|
"ConfigResponseModel",
|
|
@@ -148,7 +111,6 @@ __all__ = [
|
|
|
148
111
|
"EvaluatorConfig",
|
|
149
112
|
"EvaluatorMappingOutputInterface",
|
|
150
113
|
"EvaluatorOutputInterface",
|
|
151
|
-
"ExceptionDto",
|
|
152
114
|
"GetConfigResponse",
|
|
153
115
|
"HttpValidationError",
|
|
154
116
|
"HumanEvaluation",
|
|
@@ -160,50 +122,30 @@ __all__ = [
|
|
|
160
122
|
"Image",
|
|
161
123
|
"InviteRequest",
|
|
162
124
|
"LifecycleDto",
|
|
163
|
-
"LinkDto",
|
|
164
125
|
"ListApiKeysResponse",
|
|
165
126
|
"LlmRunRateLimit",
|
|
166
127
|
"LlmTokens",
|
|
167
128
|
"LmProvidersEnum",
|
|
168
129
|
"NewHumanEvaluation",
|
|
169
130
|
"NewTestset",
|
|
170
|
-
"NodeDto",
|
|
171
|
-
"NodeType",
|
|
172
|
-
"OTelContextDto",
|
|
173
|
-
"OTelEventDto",
|
|
174
|
-
"OTelExtraDto",
|
|
175
|
-
"OTelLinkDto",
|
|
176
|
-
"OTelSpanDto",
|
|
177
|
-
"OTelSpanKind",
|
|
178
|
-
"OTelSpansResponse",
|
|
179
|
-
"OTelStatusCode",
|
|
180
131
|
"Organization",
|
|
181
132
|
"OrganizationOutput",
|
|
182
133
|
"Outputs",
|
|
183
|
-
"ParentDto",
|
|
184
134
|
"Permission",
|
|
185
135
|
"ReferenceDto",
|
|
186
136
|
"ReferenceRequestModel",
|
|
187
137
|
"Result",
|
|
188
|
-
"RootDto",
|
|
189
138
|
"Score",
|
|
190
139
|
"SimpleEvaluationOutput",
|
|
191
140
|
"Span",
|
|
192
141
|
"SpanDetail",
|
|
193
|
-
"SpanDto",
|
|
194
|
-
"SpanDtoNodesValue",
|
|
195
142
|
"SpanStatusCode",
|
|
196
143
|
"SpanVariant",
|
|
197
|
-
"StatusCode",
|
|
198
|
-
"StatusDto",
|
|
199
144
|
"Template",
|
|
200
145
|
"TemplateImageInfo",
|
|
201
146
|
"TestSetOutputResponse",
|
|
202
147
|
"TestSetSimpleResponse",
|
|
203
|
-
"TimeDto",
|
|
204
148
|
"TraceDetail",
|
|
205
|
-
"TreeDto",
|
|
206
|
-
"TreeType",
|
|
207
149
|
"UpdateAppOutput",
|
|
208
150
|
"Uri",
|
|
209
151
|
"ValidationError",
|