agenta 0.28.0a4__tar.gz → 0.28.1__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.28.0a4 → agenta-0.28.1}/PKG-INFO +67 -108
- {agenta-0.28.0a4 → agenta-0.28.1}/README.md +66 -107
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/decorators/routing.py +1 -1
- {agenta-0.28.0a4 → agenta-0.28.1}/pyproject.toml +1 -1
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/__init__.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/cli/evaluation_commands.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/cli/helper.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/cli/main.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/cli/telemetry.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/cli/variant_commands.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/cli/variant_configs.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/Readme.md +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/__init__.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/api.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/api_models.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/__init__.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/apps/__init__.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/apps/client.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/bases/__init__.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/bases/client.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/client.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/configs/__init__.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/configs/client.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/containers/__init__.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/containers/client.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/containers/types/__init__.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/containers/types/container_templates_response.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/core/__init__.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/core/api_error.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/core/client_wrapper.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/core/datetime_utils.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/core/file.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/core/http_client.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/core/jsonable_encoder.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/core/pydantic_utilities.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/core/query_encoder.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/core/remove_none_from_dict.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/core/request_options.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/core/serialization.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/environments/__init__.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/environments/client.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/errors/__init__.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/errors/unprocessable_entity_error.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/evaluations/__init__.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/evaluations/client.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/evaluators/__init__.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/evaluators/client.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/observability/__init__.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/observability/client.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/observability_v_1/__init__.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/observability_v_1/client.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/observability_v_1/types/__init__.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/observability_v_1/types/format.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/observability_v_1/types/query_traces_response.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/testsets/__init__.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/testsets/client.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/__init__.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/agenta_node_dto.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/agenta_node_dto_nodes_value.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/agenta_nodes_response.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/agenta_root_dto.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/agenta_roots_response.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/agenta_tree_dto.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/agenta_trees_response.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/aggregated_result.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/aggregated_result_evaluator_config.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/app.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/app_variant_response.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/app_variant_revision.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/base_output.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/body_import_testset.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/collect_status_response.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/config_db.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/config_dto.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/config_response_model.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/correct_answer.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/create_app_output.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/create_span.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/create_trace_response.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/docker_env_vars.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/environment_output.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/environment_output_extended.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/environment_revision.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/error.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/evaluation.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/evaluation_scenario.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/evaluation_scenario_input.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/evaluation_scenario_output.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/evaluation_scenario_result.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/evaluation_scenario_score_update.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/evaluation_status_enum.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/evaluation_type.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/evaluator.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/evaluator_config.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/evaluator_mapping_output_interface.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/evaluator_output_interface.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/exception_dto.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/get_config_response.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/http_validation_error.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/human_evaluation.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/human_evaluation_scenario.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/human_evaluation_scenario_input.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/human_evaluation_scenario_output.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/human_evaluation_scenario_update.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/human_evaluation_update.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/image.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/invite_request.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/lifecycle_dto.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/link_dto.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/list_api_keys_response.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/llm_run_rate_limit.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/llm_tokens.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/lm_providers_enum.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/new_human_evaluation.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/new_testset.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/node_dto.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/node_type.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/o_tel_context_dto.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/o_tel_event_dto.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/o_tel_extra_dto.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/o_tel_link_dto.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/o_tel_span_dto.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/o_tel_span_kind.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/o_tel_spans_response.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/o_tel_status_code.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/organization.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/organization_output.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/outputs.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/parent_dto.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/permission.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/reference_dto.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/reference_request_model.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/result.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/root_dto.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/score.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/simple_evaluation_output.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/span.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/span_detail.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/span_dto.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/span_dto_nodes_value.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/span_status_code.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/span_variant.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/status_code.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/status_dto.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/template.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/template_image_info.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/test_set_output_response.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/test_set_simple_response.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/time_dto.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/trace_detail.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/tree_dto.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/tree_type.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/update_app_output.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/uri.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/validation_error.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/validation_error_loc_item.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/variant_action.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/variant_action_enum.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/with_pagination.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/workspace_member_response.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/workspace_permission.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/workspace_response.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/workspace_role.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/types/workspace_role_response.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/variants/__init__.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/variants/client.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/variants/types/__init__.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/backend/variants/types/add_variant_from_base_and_config_response.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/client.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/client/exceptions.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/config.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/config.toml +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/docker/docker-assets/Dockerfile.cloud.template +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/docker/docker-assets/Dockerfile.template +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/docker/docker-assets/README.md +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/docker/docker-assets/entrypoint.sh +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/docker/docker-assets/lambda_function.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/docker/docker-assets/main.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/docker/docker_utils.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/__init__.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/agenta_init.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/assets.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/client.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/context/__init__.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/context/routing.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/context/tracing.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/decorators/__init__.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/decorators/tracing.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/litellm/__init__.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/litellm/litellm.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/managers/__init__.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/managers/config.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/managers/deployment.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/managers/shared.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/managers/variant.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/middleware/__init__.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/middleware/auth.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/middleware/cache.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/router.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/tracing/__init__.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/tracing/attributes.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/tracing/context.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/tracing/conventions.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/tracing/exporters.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/tracing/inline.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/tracing/processors.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/tracing/spans.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/tracing/tracing.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/types.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/utils/__init__.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/utils/costs.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/utils/exceptions.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/utils/globals.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/utils/logging.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/utils/preinit.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/sdk/utils/singleton.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/templates/compose_email/README.md +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/templates/compose_email/app.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/templates/compose_email/env.example +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/templates/compose_email/requirements.txt +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/templates/compose_email/template.toml +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/templates/extract_data_to_json/README.md +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/templates/extract_data_to_json/app.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/templates/extract_data_to_json/env.example +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/templates/extract_data_to_json/requirements.txt +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/templates/extract_data_to_json/template.toml +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/templates/simple_prompt/README.md +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/templates/simple_prompt/app.py +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/templates/simple_prompt/env.example +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/agenta/templates/simple_prompt/requirements.txt +0 -0
- {agenta-0.28.0a4 → agenta-0.28.1}/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.28.
|
|
3
|
+
Version: 0.28.1
|
|
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
|
|
@@ -36,43 +36,28 @@ Project-URL: Documentation, https://docs.agenta.ai
|
|
|
36
36
|
Project-URL: Repository, https://github.com/agenta-ai/agenta
|
|
37
37
|
Description-Content-Type: text/markdown
|
|
38
38
|
|
|
39
|
-
|
|
40
|
-
<a href="https://
|
|
41
|
-
Important: We are migrating from MongoDB to PostgreSQL in v0.19! Follow this guide to migrate your data.
|
|
42
|
-
</a>
|
|
43
|
-
</div>
|
|
44
|
-
</br>
|
|
45
|
-
</br>
|
|
46
|
-
|
|
47
|
-
<div align="center" style="margin: 30px">
|
|
48
|
-
<div>
|
|
49
|
-
<a href="https://agentaai.notion.site/Careers-at-agenta-fb8a76d4d9044e27bd3a32678818dbc8/">
|
|
50
|
-
<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">
|
|
51
|
-
</a>
|
|
52
|
-
</div>
|
|
53
|
-
|
|
54
|
-
<a href="https://agenta.ai/">
|
|
55
|
-
<div align="center" >
|
|
39
|
+
<p align="center">
|
|
40
|
+
<a href="https://agenta.ai?utm_source=github&utm_medium=referral&utm_campaign=readme">
|
|
56
41
|
<picture >
|
|
57
|
-
<source width="
|
|
58
|
-
<source width="
|
|
42
|
+
<source width="275" media="(prefers-color-scheme: dark)" srcset="https://github.com/Agenta-AI/agenta/assets/4510758/cdddf5ad-2352-4920-b1d9-ae7f8d9d7735" >
|
|
43
|
+
<source width="275" media="(prefers-color-scheme: light)" srcset="https://github.com/Agenta-AI/agenta/assets/4510758/ab75cbac-b807-496f-aab3-57463a33f726" >
|
|
59
44
|
<img alt="Shows the logo of agenta" src="https://github.com/Agenta-AI/agenta/assets/4510758/68e055d4-d7b8-4943-992f-761558c64253" >
|
|
60
45
|
</picture>
|
|
61
|
-
</div>
|
|
62
46
|
</a>
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
<a href="https://
|
|
66
|
-
<a href="https://
|
|
67
|
-
|
|
47
|
+
</p>
|
|
48
|
+
<p align="center">
|
|
49
|
+
<a href="https://docs.agenta.ai?utm_source=github&utm_medium=referral&utm_campaign=readme">Documentation</a> |
|
|
50
|
+
<a href="https://agenta.ai?utm_source=github&utm_medium=referral&utm_campaign=readme">Website</a> |
|
|
51
|
+
<a href="https://join.slack.com/t/agenta-hq/shared_invite/zt-1zsafop5i-Y7~ZySbhRZvKVPV5DO_7IA">Slack</a>
|
|
52
|
+
</p>
|
|
68
53
|
<div align="center">
|
|
69
|
-
<strong> <h2>
|
|
70
|
-
|
|
54
|
+
<strong> <h2> The Open source LLMOps Platform </h2></strong>
|
|
55
|
+
Prompt playground, prompt management, evaluation, and observability
|
|
71
56
|
</div>
|
|
72
57
|
</br>
|
|
73
58
|
<p align="center">
|
|
74
59
|
<img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="MIT license." />
|
|
75
|
-
<a href="https://docs.agenta.ai
|
|
60
|
+
<a href="https://docs.agenta.ai?utm_source=github&utm_medium=referral&utm_campaign=readme">
|
|
76
61
|
<img src="https://img.shields.io/badge/Doc-online-green" alt="Doc">
|
|
77
62
|
</a>
|
|
78
63
|
|
|
@@ -101,25 +86,26 @@ Description-Content-Type: text/markdown
|
|
|
101
86
|
</a>
|
|
102
87
|
</p>
|
|
103
88
|
|
|
104
|
-
</br>
|
|
105
|
-
|
|
106
|
-
<a href="https://cloud.agenta.ai">
|
|
107
|
-
<picture>
|
|
108
|
-
<img src="https://github.com/Agenta-AI/agenta/assets/4510758/d622f268-c295-42d4-a43c-548b611ff6f2" />
|
|
109
|
-
</picture>
|
|
110
|
-
</a>
|
|
111
|
-
|
|
112
|
-
<br>
|
|
113
|
-
<br />
|
|
114
89
|
<br />
|
|
115
|
-
|
|
90
|
+
<p align="center">
|
|
91
|
+
<a href="https://cloud.agenta.ai?utm_source=github&utm_medium=referral&utm_campaign=readme">
|
|
116
92
|
<picture >
|
|
117
|
-
<source width="
|
|
118
|
-
<source width="
|
|
119
|
-
<img alt="
|
|
93
|
+
<source width="275" media="(prefers-color-scheme: dark)" srcset="https://github.com/user-attachments/assets/b8912ecb-c7a0-47bd-8507-29b12382fef6" >
|
|
94
|
+
<source width="275" media="(prefers-color-scheme: light)" srcset="https://github.com/user-attachments/assets/f133dd08-04a3-4b20-b047-22f8f841cfbb" >
|
|
95
|
+
<img alt="Try Agenta Live Demo" src="https://github.com/Agenta-AI/agenta/assets/4510758/68e055d4-d7b8-4943-992f-761558c64253" >
|
|
120
96
|
</picture>
|
|
121
|
-
|
|
97
|
+
</a>
|
|
98
|
+
</p>
|
|
122
99
|
|
|
100
|
+
<br/>
|
|
101
|
+
<br />
|
|
102
|
+
<div align="center" >
|
|
103
|
+
<a href="https://cloud.agenta.ai?utm_source=github&utm_medium=referral&utm_campaign=readme">
|
|
104
|
+
<picture >
|
|
105
|
+
<img width="800" alt="Screenshot Agenta" src="https://github.com/user-attachments/assets/32e95ddb-e001-4462-b92e-72bf4cc78597" >
|
|
106
|
+
</picture>
|
|
107
|
+
</a>
|
|
108
|
+
</div>
|
|
123
109
|
</div>
|
|
124
110
|
<br />
|
|
125
111
|
<br />
|
|
@@ -127,83 +113,58 @@ Description-Content-Type: text/markdown
|
|
|
127
113
|
---
|
|
128
114
|
|
|
129
115
|
<h3 align="center">
|
|
130
|
-
<a href="
|
|
131
|
-
<a href="
|
|
132
|
-
<a href="https://
|
|
133
|
-
<a href="
|
|
134
|
-
|
|
135
|
-
<a href="https://join.slack.com/t/agenta-hq/shared_invite/zt-1zsafop5i-Y7~ZySbhRZvKVPV5DO_7IA"><b>Join Our Slack</b></a> •
|
|
136
|
-
<a href="#contributing"><b>Contributing</b></a>
|
|
116
|
+
<a href="https://docs.agenta.ai?utm_source=github&utm_medium=referral&utm_campaign=readme"><b>Documentation</b></a> •
|
|
117
|
+
<a href="https://docs.agenta.ai/changelog/main?utm_source=github&utm_medium=referral&utm_campaign=readme"><b>Changelog</b></a> •
|
|
118
|
+
<a href="https://agenta.ai?utm_source=github&utm_medium=referral&utm_campaign=readme"><b>Website</b></a> •
|
|
119
|
+
<a href="https://cloud.agenta.ai?utm_source=github&utm_medium=referral&utm_campaign=readme"><b>Agenta Cloud</b></a>
|
|
120
|
+
|
|
137
121
|
</h3>
|
|
138
122
|
|
|
139
123
|
---
|
|
140
124
|
|
|
141
|
-
#
|
|
142
|
-
|
|
143
|
-
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.
|
|
144
|
-
|
|
145
|
-
Agenta allows developers and product teams to collaborate in building production-grade LLM-powered applications in less time.
|
|
146
|
-
|
|
147
|
-
### With Agenta, you can:
|
|
148
|
-
|
|
149
|
-
- [🧪 **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...)
|
|
150
|
-
- ✍️ Collect and [**annotate golden test sets**](https://docs.agenta.ai/evaluation/test_sets) for evaluation
|
|
151
|
-
- 📈 [**Evaluate** your application](https://docs.agenta.ai/evaluation/automatic_evaluation) with pre-existing or [**custom evaluators**](https://docs.agenta.ai/evaluation/custom_evaluator)
|
|
152
|
-
- [🔍 **Annotate** and **A/B test**](https://docs.agenta.ai/evaluation/human_evaluation) your applications with **human feedback**
|
|
153
|
-
- [🤝 **Collaborate with product teams**](https://docs.agenta.ai/misc/team_management) for prompt engineering and evaluation
|
|
154
|
-
- [🚀 **Deploy your application**](https://docs.agenta.ai/prompt_management/deployment) in one-click in the UI, through CLI, or through github workflows.
|
|
125
|
+
# What is Agenta?
|
|
155
126
|
|
|
156
|
-
|
|
127
|
+
Agenta is a platform for building production-grade LLM applications. It helps **engineering and product teams** create reliable LLM apps faster.
|
|
157
128
|
|
|
158
|
-
Agenta enables prompt engineering and evaluation on any LLM app architecture:
|
|
159
129
|
|
|
160
|
-
-
|
|
161
|
-
- RAG
|
|
162
|
-
- Agents
|
|
163
|
-
|
|
164
|
-
It works with any framework such as [Langchain](https://www.langchain.com/), [LlamaIndex](https://www.llamaindex.ai/) and any LLM provider (openAI, Cohere, Mistral).
|
|
165
|
-
|
|
166
|
-
# Quick Start
|
|
167
|
-
|
|
168
|
-
### [Get started for free](https://cloud.agenta.ai?utm_source=github&utm_medium=readme&utm_campaign=github)
|
|
169
|
-
|
|
170
|
-
### [Explore the Docs](https://docs.agenta.ai/)
|
|
171
|
-
|
|
172
|
-
### [Create your first application in one-minute](https://docs.agenta.ai/getting_started/quick-start)
|
|
173
|
-
|
|
174
|
-
### [Create an application using Langchain](https://docs.agenta.ai/guides/tutorials/first-app-with-langchain)
|
|
175
|
-
|
|
176
|
-
### [Self-host agenta](https://docs.agenta.ai/self-host/host-locally)
|
|
177
|
-
|
|
178
|
-
### [Check the Cookbook](https://docs.agenta.ai/guides/cookbooks/evaluations_with_sdk)
|
|
130
|
+
Agenta provides end-to-end tools for the entire LLMOps workflow: building (**LLM playground**, **evaluation**), deploying (**prompt and configuration management**), and monitoring (**LLM observability and tracing**).
|
|
179
131
|
|
|
180
132
|
# Features
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
133
|
+
- **Prompt Playground**: Experiment, iterate on prompts, and compare outputs from over 50 LLM models side by side ([docs](https://docs.agenta.ai/prompt-management/using-the-playground?utm_source=github&utm_medium=referral&utm_campaign=readme))
|
|
134
|
+
- **Custom Workflows**: Build a playground for any custom LLM workflow, such as RAG or agents. Enable all the team to easily iterate on its parameters and evaluate it from the web UI.
|
|
135
|
+
- **LLM evaluation**: Run evaluation suite from the webUI using predefined evaluators like LLM-as-a-judge, RAG evaluators, or custom code evaluators. ([docs](https://docs.agenta.ai/evaluation/overview?utm_source=github&utm_medium=referral&utm_campaign=readme))
|
|
136
|
+
- **Human evaluation**: Collaborate with subject matter experts for human annotation evaluation, including A/B testing and annotating golden test sets.
|
|
137
|
+
- **Prompt Management**: Version your prompts and manage them across different environments ([docs](https://docs.agenta.ai/prompt-management/overview?utm_source=github&utm_medium=referral&utm_campaign=readme), [quick start](https://docs.agenta.ai/prompt-management/quick-start?utm_source=github&utm_medium=referral&utm_campaign=readme))
|
|
138
|
+
- **LLM Tracing**: Observe and debug your apps with integrations to most providers and frameworks ([docs](https://docs.agenta.ai/observability/overview?utm_source=github&utm_medium=referral&utm_campaign=readme), [quick start](https://docs.agenta.ai/observability/quickstart?utm_source=github&utm_medium=referral&utm_campaign=readme))
|
|
139
|
+
- **LLM Monitoring**: Track cost and latency and compare different deployments.
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
# Getting Started
|
|
143
|
+
## Agenta Cloud:
|
|
144
|
+
The easiest way to get started is through Agenta Cloud. It is free to signup, and comes with a generous free-tier.
|
|
145
|
+
|
|
146
|
+
<a href="https://cloud.agenta.ai?utm_source=github&utm_medium=referral&utm_campaign=readme">
|
|
147
|
+
<picture >
|
|
148
|
+
<source width="160" media="(prefers-color-scheme: dark)" srcset="https://github.com/user-attachments/assets/759422d8-01bc-4503-bf3c-b5871c99359a" >
|
|
149
|
+
<source width="160" media="(prefers-color-scheme: light)" srcset="https://github.com/user-attachments/assets/ffa9af5f-0981-4e95-9272-cb35eedb6780" >
|
|
150
|
+
<img alt="Get Started with Agenta Cloud" src="https://github.com/user-attachments/assets/ffa9af5f-0981-4e95-9272-cb35eedb6780" >
|
|
151
|
+
</picture>
|
|
152
|
+
</a>
|
|
153
|
+
|
|
154
|
+
## Self-host:
|
|
155
|
+
```
|
|
156
|
+
mkdir agenta && cd agenta
|
|
157
|
+
curl -L https://raw.githubusercontent.com/agenta-ai/agenta/main/docker-compose.gh.yml -o docker-compose.gh.yml
|
|
158
|
+
docker compose -f docker-compose.gh.yml up -d
|
|
159
|
+
```
|
|
192
160
|
|
|
193
161
|
# Disabling Anonymized Tracking
|
|
194
162
|
|
|
195
|
-
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.
|
|
196
|
-
|
|
197
|
-
To disable anonymized telemetry, follow these steps:
|
|
163
|
+
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. To disable anonymized telemetry, follow these steps:
|
|
198
164
|
|
|
199
165
|
- For web: Set `TELEMETRY_TRACKING_ENABLED` to `false` in your `agenta-web/.env` file.
|
|
200
166
|
- For CLI: Set `telemetry_tracking_enabled` to `false` in your `~/.agenta/config.toml` file.
|
|
201
167
|
|
|
202
|
-
After making this change, restart Agenta Compose.
|
|
203
|
-
|
|
204
|
-
# ⭐️ Join Our Team
|
|
205
|
-
|
|
206
|
-
- [Founding Product Engineer Frontend](https://agentaai.notion.site/Founding-Product-Engineer-Frontend-b6d26a3e9b254be6b6c2bfffbf0b53c5)
|
|
207
168
|
|
|
208
169
|
# Contributing
|
|
209
170
|
|
|
@@ -211,7 +172,7 @@ We warmly welcome contributions to Agenta. Feel free to submit issues, fork the
|
|
|
211
172
|
|
|
212
173
|
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)
|
|
213
174
|
|
|
214
|
-
Check out our [Contributing Guide](https://docs.agenta.ai/misc/contributing/getting-started) for more information.
|
|
175
|
+
Check out our [Contributing Guide](https://docs.agenta.ai/misc/contributing/getting-started?utm_source=github&utm_medium=referral&utm_campaign=readme) for more information.
|
|
215
176
|
|
|
216
177
|
## Contributors ✨
|
|
217
178
|
|
|
@@ -300,5 +261,3 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
|
|
300
261
|
|
|
301
262
|
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind are welcome!
|
|
302
263
|
|
|
303
|
-
**Attribution**: Testing icons created by [Freepik - Flaticon](https://www.flaticon.com/free-icons/testing)
|
|
304
|
-
|
|
@@ -1,40 +1,25 @@
|
|
|
1
|
-
|
|
2
|
-
<a href="https://
|
|
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
|
-
|
|
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
|
-
|
|
16
|
-
<a href="https://agenta.ai/">
|
|
17
|
-
<div align="center" >
|
|
1
|
+
<p align="center">
|
|
2
|
+
<a href="https://agenta.ai?utm_source=github&utm_medium=referral&utm_campaign=readme">
|
|
18
3
|
<picture >
|
|
19
|
-
<source width="
|
|
20
|
-
<source width="
|
|
4
|
+
<source width="275" media="(prefers-color-scheme: dark)" srcset="https://github.com/Agenta-AI/agenta/assets/4510758/cdddf5ad-2352-4920-b1d9-ae7f8d9d7735" >
|
|
5
|
+
<source width="275" media="(prefers-color-scheme: light)" srcset="https://github.com/Agenta-AI/agenta/assets/4510758/ab75cbac-b807-496f-aab3-57463a33f726" >
|
|
21
6
|
<img alt="Shows the logo of agenta" src="https://github.com/Agenta-AI/agenta/assets/4510758/68e055d4-d7b8-4943-992f-761558c64253" >
|
|
22
7
|
</picture>
|
|
23
|
-
</div>
|
|
24
8
|
</a>
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
<a href="https://
|
|
28
|
-
<a href="https://
|
|
29
|
-
|
|
9
|
+
</p>
|
|
10
|
+
<p align="center">
|
|
11
|
+
<a href="https://docs.agenta.ai?utm_source=github&utm_medium=referral&utm_campaign=readme">Documentation</a> |
|
|
12
|
+
<a href="https://agenta.ai?utm_source=github&utm_medium=referral&utm_campaign=readme">Website</a> |
|
|
13
|
+
<a href="https://join.slack.com/t/agenta-hq/shared_invite/zt-1zsafop5i-Y7~ZySbhRZvKVPV5DO_7IA">Slack</a>
|
|
14
|
+
</p>
|
|
30
15
|
<div align="center">
|
|
31
|
-
<strong> <h2>
|
|
32
|
-
|
|
16
|
+
<strong> <h2> The Open source LLMOps Platform </h2></strong>
|
|
17
|
+
Prompt playground, prompt management, evaluation, and observability
|
|
33
18
|
</div>
|
|
34
19
|
</br>
|
|
35
20
|
<p align="center">
|
|
36
21
|
<img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="MIT license." />
|
|
37
|
-
<a href="https://docs.agenta.ai
|
|
22
|
+
<a href="https://docs.agenta.ai?utm_source=github&utm_medium=referral&utm_campaign=readme">
|
|
38
23
|
<img src="https://img.shields.io/badge/Doc-online-green" alt="Doc">
|
|
39
24
|
</a>
|
|
40
25
|
|
|
@@ -63,25 +48,26 @@
|
|
|
63
48
|
</a>
|
|
64
49
|
</p>
|
|
65
50
|
|
|
66
|
-
</br>
|
|
67
|
-
|
|
68
|
-
<a href="https://cloud.agenta.ai">
|
|
69
|
-
<picture>
|
|
70
|
-
<img src="https://github.com/Agenta-AI/agenta/assets/4510758/d622f268-c295-42d4-a43c-548b611ff6f2" />
|
|
71
|
-
</picture>
|
|
72
|
-
</a>
|
|
73
|
-
|
|
74
|
-
<br>
|
|
75
|
-
<br />
|
|
76
51
|
<br />
|
|
77
|
-
|
|
52
|
+
<p align="center">
|
|
53
|
+
<a href="https://cloud.agenta.ai?utm_source=github&utm_medium=referral&utm_campaign=readme">
|
|
78
54
|
<picture >
|
|
79
|
-
<source width="
|
|
80
|
-
<source width="
|
|
81
|
-
<img alt="
|
|
55
|
+
<source width="275" media="(prefers-color-scheme: dark)" srcset="https://github.com/user-attachments/assets/b8912ecb-c7a0-47bd-8507-29b12382fef6" >
|
|
56
|
+
<source width="275" media="(prefers-color-scheme: light)" srcset="https://github.com/user-attachments/assets/f133dd08-04a3-4b20-b047-22f8f841cfbb" >
|
|
57
|
+
<img alt="Try Agenta Live Demo" src="https://github.com/Agenta-AI/agenta/assets/4510758/68e055d4-d7b8-4943-992f-761558c64253" >
|
|
82
58
|
</picture>
|
|
83
|
-
|
|
59
|
+
</a>
|
|
60
|
+
</p>
|
|
84
61
|
|
|
62
|
+
<br/>
|
|
63
|
+
<br />
|
|
64
|
+
<div align="center" >
|
|
65
|
+
<a href="https://cloud.agenta.ai?utm_source=github&utm_medium=referral&utm_campaign=readme">
|
|
66
|
+
<picture >
|
|
67
|
+
<img width="800" alt="Screenshot Agenta" src="https://github.com/user-attachments/assets/32e95ddb-e001-4462-b92e-72bf4cc78597" >
|
|
68
|
+
</picture>
|
|
69
|
+
</a>
|
|
70
|
+
</div>
|
|
85
71
|
</div>
|
|
86
72
|
<br />
|
|
87
73
|
<br />
|
|
@@ -89,83 +75,58 @@
|
|
|
89
75
|
---
|
|
90
76
|
|
|
91
77
|
<h3 align="center">
|
|
92
|
-
<a href="
|
|
93
|
-
<a href="
|
|
94
|
-
<a href="https://
|
|
95
|
-
<a href="
|
|
96
|
-
|
|
97
|
-
<a href="https://join.slack.com/t/agenta-hq/shared_invite/zt-1zsafop5i-Y7~ZySbhRZvKVPV5DO_7IA"><b>Join Our Slack</b></a> •
|
|
98
|
-
<a href="#contributing"><b>Contributing</b></a>
|
|
78
|
+
<a href="https://docs.agenta.ai?utm_source=github&utm_medium=referral&utm_campaign=readme"><b>Documentation</b></a> •
|
|
79
|
+
<a href="https://docs.agenta.ai/changelog/main?utm_source=github&utm_medium=referral&utm_campaign=readme"><b>Changelog</b></a> •
|
|
80
|
+
<a href="https://agenta.ai?utm_source=github&utm_medium=referral&utm_campaign=readme"><b>Website</b></a> •
|
|
81
|
+
<a href="https://cloud.agenta.ai?utm_source=github&utm_medium=referral&utm_campaign=readme"><b>Agenta Cloud</b></a>
|
|
82
|
+
|
|
99
83
|
</h3>
|
|
100
84
|
|
|
101
85
|
---
|
|
102
86
|
|
|
103
|
-
#
|
|
104
|
-
|
|
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.
|
|
106
|
-
|
|
107
|
-
Agenta allows developers and product teams to collaborate in building production-grade LLM-powered applications in less time.
|
|
108
|
-
|
|
109
|
-
### With Agenta, you can:
|
|
110
|
-
|
|
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.
|
|
87
|
+
# What is Agenta?
|
|
117
88
|
|
|
118
|
-
|
|
89
|
+
Agenta is a platform for building production-grade LLM applications. It helps **engineering and product teams** create reliable LLM apps faster.
|
|
119
90
|
|
|
120
|
-
Agenta enables prompt engineering and evaluation on any LLM app architecture:
|
|
121
91
|
|
|
122
|
-
-
|
|
123
|
-
- RAG
|
|
124
|
-
- Agents
|
|
125
|
-
|
|
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).
|
|
127
|
-
|
|
128
|
-
# Quick Start
|
|
129
|
-
|
|
130
|
-
### [Get started for free](https://cloud.agenta.ai?utm_source=github&utm_medium=readme&utm_campaign=github)
|
|
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
|
-
|
|
138
|
-
### [Self-host agenta](https://docs.agenta.ai/self-host/host-locally)
|
|
139
|
-
|
|
140
|
-
### [Check the Cookbook](https://docs.agenta.ai/guides/cookbooks/evaluations_with_sdk)
|
|
92
|
+
Agenta provides end-to-end tools for the entire LLMOps workflow: building (**LLM playground**, **evaluation**), deploying (**prompt and configuration management**), and monitoring (**LLM observability and tracing**).
|
|
141
93
|
|
|
142
94
|
# Features
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
95
|
+
- **Prompt Playground**: Experiment, iterate on prompts, and compare outputs from over 50 LLM models side by side ([docs](https://docs.agenta.ai/prompt-management/using-the-playground?utm_source=github&utm_medium=referral&utm_campaign=readme))
|
|
96
|
+
- **Custom Workflows**: Build a playground for any custom LLM workflow, such as RAG or agents. Enable all the team to easily iterate on its parameters and evaluate it from the web UI.
|
|
97
|
+
- **LLM evaluation**: Run evaluation suite from the webUI using predefined evaluators like LLM-as-a-judge, RAG evaluators, or custom code evaluators. ([docs](https://docs.agenta.ai/evaluation/overview?utm_source=github&utm_medium=referral&utm_campaign=readme))
|
|
98
|
+
- **Human evaluation**: Collaborate with subject matter experts for human annotation evaluation, including A/B testing and annotating golden test sets.
|
|
99
|
+
- **Prompt Management**: Version your prompts and manage them across different environments ([docs](https://docs.agenta.ai/prompt-management/overview?utm_source=github&utm_medium=referral&utm_campaign=readme), [quick start](https://docs.agenta.ai/prompt-management/quick-start?utm_source=github&utm_medium=referral&utm_campaign=readme))
|
|
100
|
+
- **LLM Tracing**: Observe and debug your apps with integrations to most providers and frameworks ([docs](https://docs.agenta.ai/observability/overview?utm_source=github&utm_medium=referral&utm_campaign=readme), [quick start](https://docs.agenta.ai/observability/quickstart?utm_source=github&utm_medium=referral&utm_campaign=readme))
|
|
101
|
+
- **LLM Monitoring**: Track cost and latency and compare different deployments.
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
# Getting Started
|
|
105
|
+
## Agenta Cloud:
|
|
106
|
+
The easiest way to get started is through Agenta Cloud. It is free to signup, and comes with a generous free-tier.
|
|
107
|
+
|
|
108
|
+
<a href="https://cloud.agenta.ai?utm_source=github&utm_medium=referral&utm_campaign=readme">
|
|
109
|
+
<picture >
|
|
110
|
+
<source width="160" media="(prefers-color-scheme: dark)" srcset="https://github.com/user-attachments/assets/759422d8-01bc-4503-bf3c-b5871c99359a" >
|
|
111
|
+
<source width="160" media="(prefers-color-scheme: light)" srcset="https://github.com/user-attachments/assets/ffa9af5f-0981-4e95-9272-cb35eedb6780" >
|
|
112
|
+
<img alt="Get Started with Agenta Cloud" src="https://github.com/user-attachments/assets/ffa9af5f-0981-4e95-9272-cb35eedb6780" >
|
|
113
|
+
</picture>
|
|
114
|
+
</a>
|
|
115
|
+
|
|
116
|
+
## Self-host:
|
|
117
|
+
```
|
|
118
|
+
mkdir agenta && cd agenta
|
|
119
|
+
curl -L https://raw.githubusercontent.com/agenta-ai/agenta/main/docker-compose.gh.yml -o docker-compose.gh.yml
|
|
120
|
+
docker compose -f docker-compose.gh.yml up -d
|
|
121
|
+
```
|
|
154
122
|
|
|
155
123
|
# Disabling Anonymized Tracking
|
|
156
124
|
|
|
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.
|
|
158
|
-
|
|
159
|
-
To disable anonymized telemetry, follow these steps:
|
|
125
|
+
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. To disable anonymized telemetry, follow these steps:
|
|
160
126
|
|
|
161
127
|
- For web: Set `TELEMETRY_TRACKING_ENABLED` to `false` in your `agenta-web/.env` file.
|
|
162
128
|
- For CLI: Set `telemetry_tracking_enabled` to `false` in your `~/.agenta/config.toml` file.
|
|
163
129
|
|
|
164
|
-
After making this change, restart Agenta Compose.
|
|
165
|
-
|
|
166
|
-
# ⭐️ Join Our Team
|
|
167
|
-
|
|
168
|
-
- [Founding Product Engineer Frontend](https://agentaai.notion.site/Founding-Product-Engineer-Frontend-b6d26a3e9b254be6b6c2bfffbf0b53c5)
|
|
169
130
|
|
|
170
131
|
# Contributing
|
|
171
132
|
|
|
@@ -173,7 +134,7 @@ We warmly welcome contributions to Agenta. Feel free to submit issues, fork the
|
|
|
173
134
|
|
|
174
135
|
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)
|
|
175
136
|
|
|
176
|
-
Check out our [Contributing Guide](https://docs.agenta.ai/misc/contributing/getting-started) for more information.
|
|
137
|
+
Check out our [Contributing Guide](https://docs.agenta.ai/misc/contributing/getting-started?utm_source=github&utm_medium=referral&utm_campaign=readme) for more information.
|
|
177
138
|
|
|
178
139
|
## Contributors ✨
|
|
179
140
|
|
|
@@ -261,5 +222,3 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
|
|
261
222
|
<!-- ALL-CONTRIBUTORS-LIST:END -->
|
|
262
223
|
|
|
263
224
|
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind are welcome!
|
|
264
|
-
|
|
265
|
-
**Attribution**: Testing icons created by [Freepik - Flaticon](https://www.flaticon.com/free-icons/testing)
|
|
@@ -394,7 +394,7 @@ class entrypoint:
|
|
|
394
394
|
log.warning(format_exc().strip("\n"))
|
|
395
395
|
log.warning("--------------------------------------------------")
|
|
396
396
|
|
|
397
|
-
status_code =
|
|
397
|
+
status_code = 500
|
|
398
398
|
message = str(error)
|
|
399
399
|
stacktrace = format_exception(error, value=error, tb=error.__traceback__) # type: ignore
|
|
400
400
|
detail = {"message": message, "stacktrace": stacktrace}
|
|
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.28.0a4 → agenta-0.28.1}/agenta/client/backend/errors/unprocessable_entity_error.py
RENAMED
|
File without changes
|
|
File without changes
|