agenta 0.36.3__py3-none-any.whl → 0.36.4__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of agenta might be problematic. Click here for more details.
- agenta/__init__.py +5 -5
- agenta/client/Readme.md +3 -3
- agenta/client/__init__.py +294 -0
- agenta/client/client.py +3192 -466
- agenta/sdk/__init__.py +5 -5
- agenta/sdk/agenta_init.py +28 -54
- agenta/sdk/client.py +1 -1
- agenta/sdk/managers/shared.py +3 -3
- agenta/sdk/middleware/auth.py +18 -9
- agenta/sdk/middleware/config.py +0 -2
- agenta/sdk/middleware/vault.py +3 -3
- agenta/sdk/types.py +2 -2
- {agenta-0.36.3.dist-info → agenta-0.36.4.dist-info}/METADATA +1 -2
- agenta-0.36.4.dist-info/RECORD +236 -0
- agenta/cli/helper.py +0 -202
- agenta/cli/main.py +0 -229
- agenta/cli/telemetry.py +0 -50
- agenta/cli/variant_commands.py +0 -526
- agenta/cli/variant_configs.py +0 -49
- agenta/client/api.py +0 -74
- agenta/client/api_models.py +0 -34
- agenta/client/backend/__init__.py +0 -294
- agenta/client/backend/client.py +0 -3289
- agenta/client/exceptions.py +0 -2
- agenta/docker/docker-assets/Dockerfile.cloud.template +0 -9
- agenta/docker/docker-assets/Dockerfile.oss.template +0 -13
- agenta/docker/docker-assets/Dockerfile.template +0 -13
- agenta/docker/docker-assets/README.md +0 -1
- agenta/docker/docker-assets/entrypoint.sh +0 -7
- agenta/docker/docker-assets/lambda_function.py +0 -6
- agenta/docker/docker-assets/main.py +0 -13
- agenta/docker/docker_utils.py +0 -100
- agenta-0.36.3.dist-info/RECORD +0 -255
- agenta-0.36.3.dist-info/entry_points.txt +0 -3
- /agenta/client/{backend/access_control → access_control}/__init__.py +0 -0
- /agenta/client/{backend/access_control → access_control}/client.py +0 -0
- /agenta/client/{backend/admin → admin}/__init__.py +0 -0
- /agenta/client/{backend/admin → admin}/client.py +0 -0
- /agenta/client/{backend/apps → apps}/__init__.py +0 -0
- /agenta/client/{backend/apps → apps}/client.py +0 -0
- /agenta/client/{backend/bases → bases}/__init__.py +0 -0
- /agenta/client/{backend/bases → bases}/client.py +0 -0
- /agenta/client/{backend/configs → configs}/__init__.py +0 -0
- /agenta/client/{backend/configs → configs}/client.py +0 -0
- /agenta/client/{backend/containers → containers}/__init__.py +0 -0
- /agenta/client/{backend/containers → containers}/client.py +0 -0
- /agenta/client/{backend/containers → containers}/types/__init__.py +0 -0
- /agenta/client/{backend/containers → containers}/types/container_templates_response.py +0 -0
- /agenta/client/{backend/core → core}/__init__.py +0 -0
- /agenta/client/{backend/core → core}/api_error.py +0 -0
- /agenta/client/{backend/core → core}/client_wrapper.py +0 -0
- /agenta/client/{backend/core → core}/datetime_utils.py +0 -0
- /agenta/client/{backend/core → core}/file.py +0 -0
- /agenta/client/{backend/core → core}/http_client.py +0 -0
- /agenta/client/{backend/core → core}/jsonable_encoder.py +0 -0
- /agenta/client/{backend/core → core}/pydantic_utilities.py +0 -0
- /agenta/client/{backend/core → core}/query_encoder.py +0 -0
- /agenta/client/{backend/core → core}/remove_none_from_dict.py +0 -0
- /agenta/client/{backend/core → core}/request_options.py +0 -0
- /agenta/client/{backend/core → core}/serialization.py +0 -0
- /agenta/client/{backend/environments → environments}/__init__.py +0 -0
- /agenta/client/{backend/environments → environments}/client.py +0 -0
- /agenta/client/{backend/errors → errors}/__init__.py +0 -0
- /agenta/client/{backend/errors → errors}/unprocessable_entity_error.py +0 -0
- /agenta/client/{backend/evaluations → evaluations}/__init__.py +0 -0
- /agenta/client/{backend/evaluations → evaluations}/client.py +0 -0
- /agenta/client/{backend/evaluators → evaluators}/__init__.py +0 -0
- /agenta/client/{backend/evaluators → evaluators}/client.py +0 -0
- /agenta/client/{backend/human_evaluations → human_evaluations}/__init__.py +0 -0
- /agenta/client/{backend/human_evaluations → human_evaluations}/client.py +0 -0
- /agenta/client/{backend/observability → observability}/__init__.py +0 -0
- /agenta/client/{backend/observability → observability}/client.py +0 -0
- /agenta/client/{backend/observability → observability}/types/__init__.py +0 -0
- /agenta/client/{backend/observability → observability}/types/format.py +0 -0
- /agenta/client/{backend/observability → observability}/types/query_analytics_response.py +0 -0
- /agenta/client/{backend/observability → observability}/types/query_traces_response.py +0 -0
- /agenta/client/{backend/scopes → scopes}/__init__.py +0 -0
- /agenta/client/{backend/scopes → scopes}/client.py +0 -0
- /agenta/client/{backend/testsets → testsets}/__init__.py +0 -0
- /agenta/client/{backend/testsets → testsets}/client.py +0 -0
- /agenta/client/{backend/types → types}/__init__.py +0 -0
- /agenta/client/{backend/types → types}/account_response.py +0 -0
- /agenta/client/{backend/types → types}/agenta_node_dto.py +0 -0
- /agenta/client/{backend/types → types}/agenta_node_dto_nodes_value.py +0 -0
- /agenta/client/{backend/types → types}/agenta_nodes_response.py +0 -0
- /agenta/client/{backend/types → types}/agenta_root_dto.py +0 -0
- /agenta/client/{backend/types → types}/agenta_roots_response.py +0 -0
- /agenta/client/{backend/types → types}/agenta_tree_dto.py +0 -0
- /agenta/client/{backend/types → types}/agenta_trees_response.py +0 -0
- /agenta/client/{backend/types → types}/aggregated_result.py +0 -0
- /agenta/client/{backend/types → types}/aggregated_result_evaluator_config.py +0 -0
- /agenta/client/{backend/types → types}/analytics_response.py +0 -0
- /agenta/client/{backend/types → types}/app.py +0 -0
- /agenta/client/{backend/types → types}/app_variant_response.py +0 -0
- /agenta/client/{backend/types → types}/app_variant_revision.py +0 -0
- /agenta/client/{backend/types → types}/base_output.py +0 -0
- /agenta/client/{backend/types → types}/body_import_testset.py +0 -0
- /agenta/client/{backend/types → types}/bucket_dto.py +0 -0
- /agenta/client/{backend/types → types}/collect_status_response.py +0 -0
- /agenta/client/{backend/types → types}/config_db.py +0 -0
- /agenta/client/{backend/types → types}/config_dto.py +0 -0
- /agenta/client/{backend/types → types}/config_response_model.py +0 -0
- /agenta/client/{backend/types → types}/correct_answer.py +0 -0
- /agenta/client/{backend/types → types}/create_app_output.py +0 -0
- /agenta/client/{backend/types → types}/delete_evaluation.py +0 -0
- /agenta/client/{backend/types → types}/docker_env_vars.py +0 -0
- /agenta/client/{backend/types → types}/environment_output.py +0 -0
- /agenta/client/{backend/types → types}/environment_output_extended.py +0 -0
- /agenta/client/{backend/types → types}/environment_revision.py +0 -0
- /agenta/client/{backend/types → types}/error.py +0 -0
- /agenta/client/{backend/types → types}/evaluation.py +0 -0
- /agenta/client/{backend/types → types}/evaluation_scenario.py +0 -0
- /agenta/client/{backend/types → types}/evaluation_scenario_input.py +0 -0
- /agenta/client/{backend/types → types}/evaluation_scenario_output.py +0 -0
- /agenta/client/{backend/types → types}/evaluation_scenario_result.py +0 -0
- /agenta/client/{backend/types → types}/evaluation_status_enum.py +0 -0
- /agenta/client/{backend/types → types}/evaluation_type.py +0 -0
- /agenta/client/{backend/types → types}/evaluator.py +0 -0
- /agenta/client/{backend/types → types}/evaluator_config.py +0 -0
- /agenta/client/{backend/types → types}/evaluator_mapping_output_interface.py +0 -0
- /agenta/client/{backend/types → types}/evaluator_output_interface.py +0 -0
- /agenta/client/{backend/types → types}/exception_dto.py +0 -0
- /agenta/client/{backend/types → types}/get_config_response.py +0 -0
- /agenta/client/{backend/types → types}/header_dto.py +0 -0
- /agenta/client/{backend/types → types}/http_validation_error.py +0 -0
- /agenta/client/{backend/types → types}/human_evaluation.py +0 -0
- /agenta/client/{backend/types → types}/human_evaluation_scenario.py +0 -0
- /agenta/client/{backend/types → types}/human_evaluation_scenario_input.py +0 -0
- /agenta/client/{backend/types → types}/human_evaluation_scenario_output.py +0 -0
- /agenta/client/{backend/types → types}/image.py +0 -0
- /agenta/client/{backend/types → types}/invite_request.py +0 -0
- /agenta/client/{backend/types → types}/legacy_analytics_response.py +0 -0
- /agenta/client/{backend/types → types}/legacy_data_point.py +0 -0
- /agenta/client/{backend/types → types}/legacy_scope_request.py +0 -0
- /agenta/client/{backend/types → types}/legacy_scopes_response.py +0 -0
- /agenta/client/{backend/types → types}/legacy_user_request.py +0 -0
- /agenta/client/{backend/types → types}/legacy_user_response.py +0 -0
- /agenta/client/{backend/types → types}/lifecycle_dto.py +0 -0
- /agenta/client/{backend/types → types}/link_dto.py +0 -0
- /agenta/client/{backend/types → types}/list_api_keys_response.py +0 -0
- /agenta/client/{backend/types → types}/llm_run_rate_limit.py +0 -0
- /agenta/client/{backend/types → types}/metrics_dto.py +0 -0
- /agenta/client/{backend/types → types}/new_testset.py +0 -0
- /agenta/client/{backend/types → types}/node_dto.py +0 -0
- /agenta/client/{backend/types → types}/node_type.py +0 -0
- /agenta/client/{backend/types → types}/o_tel_context_dto.py +0 -0
- /agenta/client/{backend/types → types}/o_tel_event_dto.py +0 -0
- /agenta/client/{backend/types → types}/o_tel_extra_dto.py +0 -0
- /agenta/client/{backend/types → types}/o_tel_link_dto.py +0 -0
- /agenta/client/{backend/types → types}/o_tel_span_dto.py +0 -0
- /agenta/client/{backend/types → types}/o_tel_span_kind.py +0 -0
- /agenta/client/{backend/types → types}/o_tel_spans_response.py +0 -0
- /agenta/client/{backend/types → types}/o_tel_status_code.py +0 -0
- /agenta/client/{backend/types → types}/organization.py +0 -0
- /agenta/client/{backend/types → types}/organization_membership_request.py +0 -0
- /agenta/client/{backend/types → types}/organization_output.py +0 -0
- /agenta/client/{backend/types → types}/organization_request.py +0 -0
- /agenta/client/{backend/types → types}/parent_dto.py +0 -0
- /agenta/client/{backend/types → types}/permission.py +0 -0
- /agenta/client/{backend/types → types}/project_membership_request.py +0 -0
- /agenta/client/{backend/types → types}/project_request.py +0 -0
- /agenta/client/{backend/types → types}/project_scope.py +0 -0
- /agenta/client/{backend/types → types}/projects_response.py +0 -0
- /agenta/client/{backend/types → types}/provider_key_dto.py +0 -0
- /agenta/client/{backend/types → types}/provider_kind.py +0 -0
- /agenta/client/{backend/types → types}/reference.py +0 -0
- /agenta/client/{backend/types → types}/reference_dto.py +0 -0
- /agenta/client/{backend/types → types}/reference_request_model.py +0 -0
- /agenta/client/{backend/types → types}/result.py +0 -0
- /agenta/client/{backend/types → types}/role.py +0 -0
- /agenta/client/{backend/types → types}/root_dto.py +0 -0
- /agenta/client/{backend/types → types}/scopes_response_model.py +0 -0
- /agenta/client/{backend/types → types}/score.py +0 -0
- /agenta/client/{backend/types → types}/secret_dto.py +0 -0
- /agenta/client/{backend/types → types}/secret_kind.py +0 -0
- /agenta/client/{backend/types → types}/secret_response_dto.py +0 -0
- /agenta/client/{backend/types → types}/simple_evaluation_output.py +0 -0
- /agenta/client/{backend/types → types}/span_dto.py +0 -0
- /agenta/client/{backend/types → types}/span_dto_nodes_value.py +0 -0
- /agenta/client/{backend/types → types}/status_code.py +0 -0
- /agenta/client/{backend/types → types}/status_dto.py +0 -0
- /agenta/client/{backend/types → types}/template.py +0 -0
- /agenta/client/{backend/types → types}/template_image_info.py +0 -0
- /agenta/client/{backend/types → types}/test_set_output_response.py +0 -0
- /agenta/client/{backend/types → types}/test_set_simple_response.py +0 -0
- /agenta/client/{backend/types → types}/time_dto.py +0 -0
- /agenta/client/{backend/types → types}/tree_dto.py +0 -0
- /agenta/client/{backend/types → types}/tree_type.py +0 -0
- /agenta/client/{backend/types → types}/update_app_output.py +0 -0
- /agenta/client/{backend/types → types}/uri.py +0 -0
- /agenta/client/{backend/types → types}/user_request.py +0 -0
- /agenta/client/{backend/types → types}/validation_error.py +0 -0
- /agenta/client/{backend/types → types}/validation_error_loc_item.py +0 -0
- /agenta/client/{backend/types → types}/variant_action.py +0 -0
- /agenta/client/{backend/types → types}/variant_action_enum.py +0 -0
- /agenta/client/{backend/types → types}/workspace_member_response.py +0 -0
- /agenta/client/{backend/types → types}/workspace_membership_request.py +0 -0
- /agenta/client/{backend/types → types}/workspace_permission.py +0 -0
- /agenta/client/{backend/types → types}/workspace_request.py +0 -0
- /agenta/client/{backend/types → types}/workspace_response.py +0 -0
- /agenta/client/{backend/types → types}/workspace_role.py +0 -0
- /agenta/client/{backend/types → types}/workspace_role_response.py +0 -0
- /agenta/client/{backend/variants → variants}/__init__.py +0 -0
- /agenta/client/{backend/variants → variants}/client.py +0 -0
- /agenta/client/{backend/variants → variants}/types/__init__.py +0 -0
- /agenta/client/{backend/variants → variants}/types/add_variant_from_base_and_config_response.py +0 -0
- /agenta/client/{backend/vault → vault}/__init__.py +0 -0
- /agenta/client/{backend/vault → vault}/client.py +0 -0
- {agenta-0.36.3.dist-info → agenta-0.36.4.dist-info}/WHEEL +0 -0
agenta/client/exceptions.py
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
FROM public.ecr.aws/h3w6n5z0/agentaai/lambda_templates_public:main
|
|
2
|
-
|
|
3
|
-
COPY requirements.txt ${LAMBDA_TASK_ROOT}
|
|
4
|
-
RUN pip install --no-cache-dir --disable-pip-version-check -U agenta
|
|
5
|
-
RUN pip install --no-cache-dir --disable-pip-version-check -r requirements.txt
|
|
6
|
-
RUN pip install --no-cache-dir --disable-pip-version-check mangum
|
|
7
|
-
COPY . ${LAMBDA_TASK_ROOT}
|
|
8
|
-
|
|
9
|
-
CMD [ "lambda_function.handler" ]
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
FROM agentaai/templates_v2:main
|
|
2
|
-
|
|
3
|
-
WORKDIR /app
|
|
4
|
-
|
|
5
|
-
COPY . .
|
|
6
|
-
|
|
7
|
-
RUN pip install --no-cache-dir --disable-pip-version-check -U agenta
|
|
8
|
-
RUN pip install --no-cache-dir --disable-pip-version-check -r requirements.txt
|
|
9
|
-
|
|
10
|
-
EXPOSE 80
|
|
11
|
-
|
|
12
|
-
RUN ["chmod", "+x", "./entrypoint.sh"]
|
|
13
|
-
CMD ["./entrypoint.sh"]
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
FROM agentaai/templates_v2:main
|
|
2
|
-
|
|
3
|
-
WORKDIR /app
|
|
4
|
-
|
|
5
|
-
COPY . .
|
|
6
|
-
|
|
7
|
-
RUN pip install --no-cache-dir --disable-pip-version-check -U agenta
|
|
8
|
-
RUN pip install --no-cache-dir --disable-pip-version-check -r requirements.txt
|
|
9
|
-
|
|
10
|
-
EXPOSE 80
|
|
11
|
-
|
|
12
|
-
RUN ["chmod", "+x", "./entrypoint.sh"]
|
|
13
|
-
CMD ["./entrypoint.sh"]
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
The code here is just used when creating the template to dockerize the app. It is not part of the cli.
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
from uvicorn import run
|
|
2
|
-
import agenta
|
|
3
|
-
import _app # This will register the routes with the FastAPI application
|
|
4
|
-
import os
|
|
5
|
-
|
|
6
|
-
try:
|
|
7
|
-
import ingest
|
|
8
|
-
except ImportError:
|
|
9
|
-
pass
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
if __name__ == "__main__":
|
|
13
|
-
run("agenta:app", host="0.0.0.0", port=80)
|
agenta/docker/docker_utils.py
DELETED
|
@@ -1,100 +0,0 @@
|
|
|
1
|
-
import logging
|
|
2
|
-
import shutil
|
|
3
|
-
import tarfile
|
|
4
|
-
import tempfile
|
|
5
|
-
from pathlib import Path
|
|
6
|
-
import os
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
logger = logging.getLogger(__name__)
|
|
10
|
-
logger.setLevel(logging.DEBUG)
|
|
11
|
-
|
|
12
|
-
DEBUG = os.environ.get("AGENTA_CLI_DEBUG", False)
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
def create_dockerfile(out_folder: Path) -> Path:
|
|
16
|
-
"""Creates a dockerfile based on the template in the out_folder.
|
|
17
|
-
|
|
18
|
-
Arguments:
|
|
19
|
-
out_folder -- Folder in which to create the Dockerfile.
|
|
20
|
-
"""
|
|
21
|
-
assert Path(out_folder).exists(), f"Folder {out_folder} does not exist."
|
|
22
|
-
dockerfile_template = (
|
|
23
|
-
Path(__file__).parent / "docker-assets" / "Dockerfile.oss.template"
|
|
24
|
-
)
|
|
25
|
-
dockerfile_path = out_folder / "Dockerfile.oss.agenta"
|
|
26
|
-
shutil.copy(dockerfile_template, dockerfile_path)
|
|
27
|
-
dockerfile_template = (
|
|
28
|
-
Path(__file__).parent / "docker-assets" / "Dockerfile.cloud.template"
|
|
29
|
-
)
|
|
30
|
-
dockerfile_path = out_folder / "Dockerfile.cloud.agenta"
|
|
31
|
-
shutil.copy(dockerfile_template, dockerfile_path)
|
|
32
|
-
|
|
33
|
-
return dockerfile_path
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
def build_tar_docker_container(folder: Path, file_name: Path) -> Path:
|
|
37
|
-
"""Builds the tar file container the files needed for the docker container
|
|
38
|
-
|
|
39
|
-
Arguments:
|
|
40
|
-
folder -- the path containing the code for the app
|
|
41
|
-
file_name -- the file containing the main code of the app
|
|
42
|
-
Returns:
|
|
43
|
-
the path to the created tar file
|
|
44
|
-
"""
|
|
45
|
-
tarfile_path = folder / "docker.tar.gz" # output file
|
|
46
|
-
if tarfile_path.exists():
|
|
47
|
-
tarfile_path.unlink()
|
|
48
|
-
|
|
49
|
-
create_dockerfile(folder)
|
|
50
|
-
shutil.copytree(Path(__file__).parent.parent, folder / "agenta", dirs_exist_ok=True)
|
|
51
|
-
shutil.copy(Path(__file__).parent / "docker-assets" / "main.py", folder)
|
|
52
|
-
shutil.copy(Path(__file__).parent / "docker-assets" / "lambda_function.py", folder)
|
|
53
|
-
shutil.copy(Path(__file__).parent / "docker-assets" / "entrypoint.sh", folder)
|
|
54
|
-
|
|
55
|
-
# Initialize agentaignore_content with an empty string
|
|
56
|
-
agentaignore_content = ""
|
|
57
|
-
|
|
58
|
-
# Read the contents of .gitignore file
|
|
59
|
-
agentaignore_file_path = folder / ".agentaignore"
|
|
60
|
-
if agentaignore_file_path.exists():
|
|
61
|
-
with open(agentaignore_file_path, "r") as agentaignore_file:
|
|
62
|
-
agentaignore_content = agentaignore_file.read()
|
|
63
|
-
|
|
64
|
-
# Create a temporary directory
|
|
65
|
-
with tempfile.TemporaryDirectory() as temp_dir:
|
|
66
|
-
temp_path = Path(temp_dir)
|
|
67
|
-
|
|
68
|
-
# Clean - remove '/' from every files and folders in the gitignore contents
|
|
69
|
-
sanitized_patterns = [
|
|
70
|
-
pattern.replace("/", "") for pattern in agentaignore_content.splitlines()
|
|
71
|
-
]
|
|
72
|
-
|
|
73
|
-
# Function to ignore files based on the patterns
|
|
74
|
-
def ignore_patterns(path, names):
|
|
75
|
-
return set(sanitized_patterns)
|
|
76
|
-
|
|
77
|
-
# Use a single copytree call with ignore_patterns
|
|
78
|
-
shutil.copytree(folder, temp_path, ignore=ignore_patterns, dirs_exist_ok=True)
|
|
79
|
-
|
|
80
|
-
# Rename the specified file to _app.py in the temporary directory
|
|
81
|
-
shutil.copy(temp_path / file_name, temp_path / "_app.py")
|
|
82
|
-
|
|
83
|
-
# Create the tar.gz file
|
|
84
|
-
with tarfile.open(tarfile_path, "w:gz") as tar:
|
|
85
|
-
tar.add(temp_path, arcname=folder.name)
|
|
86
|
-
if not DEBUG:
|
|
87
|
-
# Clean up - remove specified files and folders
|
|
88
|
-
for item in ["agenta", "main.py", "lambda_function.py", "entrypoint.sh"]:
|
|
89
|
-
path = folder / item
|
|
90
|
-
if path.exists():
|
|
91
|
-
if path.is_dir():
|
|
92
|
-
shutil.rmtree(path)
|
|
93
|
-
else:
|
|
94
|
-
path.unlink()
|
|
95
|
-
|
|
96
|
-
for dockerfile in folder.glob("Dockerfile*"):
|
|
97
|
-
dockerfile.unlink()
|
|
98
|
-
|
|
99
|
-
# dockerfile_path.unlink()
|
|
100
|
-
return tarfile_path
|
agenta-0.36.3.dist-info/RECORD
DELETED
|
@@ -1,255 +0,0 @@
|
|
|
1
|
-
agenta/__init__.py,sha256=7ow43fnH-LwNmk__W2FcQWBdtHRBNU8TXEiwovqM3Yg,2305
|
|
2
|
-
agenta/cli/helper.py,sha256=P97HbNb_qzOyl5CM_MjAqWEBCdgebU6M81G_4UCmF1A,6288
|
|
3
|
-
agenta/cli/main.py,sha256=WJSp-kJ6j0bea64l5QJlnOPpLwTgNcN7Am4X2YZBP1A,7939
|
|
4
|
-
agenta/cli/telemetry.py,sha256=GaFFRsE_NtrcSSJ10r2jhgFs5Sk8gf2C09Ox3gOr3eU,1317
|
|
5
|
-
agenta/cli/variant_commands.py,sha256=HfKRZsajKOXwZD2OyzjSfNtSx1yI01wI1cfqpvoHETI,17400
|
|
6
|
-
agenta/cli/variant_configs.py,sha256=PLiuMKadVzs6Gi2uYaT0pZzyULNHDXaTMDWboqpwWdU,1293
|
|
7
|
-
agenta/client/Readme.md,sha256=K-By3bNRzUIN5VgQ98pKjw4DgCM-JlcxbW0Fsj02P6M,2903
|
|
8
|
-
agenta/client/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
9
|
-
agenta/client/api.py,sha256=r5pwYD8DWppDrV4xaNYwUmwMLjWVNfVzxK_clIboEWg,2434
|
|
10
|
-
agenta/client/api_models.py,sha256=zebfE2-0-SW1SvzyarzmSJMXqyiCLKrX2sHpzoX-RnU,623
|
|
11
|
-
agenta/client/backend/__init__.py,sha256=2Dfi7Roh05LHoF3JD8oEbLVKmmb9ZIaTdW_Qlrls1Vc,6453
|
|
12
|
-
agenta/client/backend/access_control/__init__.py,sha256=9mUnTDeA1TxYvkj1l01A1prqsJV0ERRY2tzkY1fA4MQ,64
|
|
13
|
-
agenta/client/backend/access_control/client.py,sha256=yu5RrcXizig6zVVNPghrd4K6MHFj26-2hRIPCjS3QnY,5467
|
|
14
|
-
agenta/client/backend/admin/__init__.py,sha256=9mUnTDeA1TxYvkj1l01A1prqsJV0ERRY2tzkY1fA4MQ,64
|
|
15
|
-
agenta/client/backend/admin/client.py,sha256=wIRMl2ah82YdcQJDqMmM3cKXoGocY5s18QodLr8MKEc,20636
|
|
16
|
-
agenta/client/backend/apps/__init__.py,sha256=9mUnTDeA1TxYvkj1l01A1prqsJV0ERRY2tzkY1fA4MQ,64
|
|
17
|
-
agenta/client/backend/apps/client.py,sha256=Oq17dLukED65BrSDHWr9nylu9r04Ilt_9G9o0MHKclQ,66544
|
|
18
|
-
agenta/client/backend/bases/__init__.py,sha256=9mUnTDeA1TxYvkj1l01A1prqsJV0ERRY2tzkY1fA4MQ,64
|
|
19
|
-
agenta/client/backend/bases/client.py,sha256=s8EAwrdxNkOjhDSP2-HIbqp51vNlvhXxS4nGb8YoWPk,6068
|
|
20
|
-
agenta/client/backend/client.py,sha256=H4SRAvODi6mmxY3JJy9hLepGs1n1xAfwzVr9tXshVCg,104905
|
|
21
|
-
agenta/client/backend/configs/__init__.py,sha256=9mUnTDeA1TxYvkj1l01A1prqsJV0ERRY2tzkY1fA4MQ,64
|
|
22
|
-
agenta/client/backend/configs/client.py,sha256=_nuh5K5D5SuCOeckXcGv6P4ZtVdTGWQ7JhcoIclmWfY,19267
|
|
23
|
-
agenta/client/backend/containers/__init__.py,sha256=Haw2PwiPhNvM26PLQN57jY0bN-QqPoDG4VA-P_uGL3A,153
|
|
24
|
-
agenta/client/backend/containers/client.py,sha256=8yqtMI3Pkt25iSRCr6E70WsvUVLhxHKxdEGWq4UJnkY,21445
|
|
25
|
-
agenta/client/backend/containers/types/__init__.py,sha256=b6yQ-p_vsI5cpKh-Qa8xNE-M5nLHjfBvfgD4JIhqEkY,176
|
|
26
|
-
agenta/client/backend/containers/types/container_templates_response.py,sha256=IFmEkCII_FebAt3ENZByzAYXMB1vgQEeIaSPTLSzG5M,189
|
|
27
|
-
agenta/client/backend/core/__init__.py,sha256=SQ85PF84B9MuKnBwHNHWemSGuy-g_515gFYNFhvEE0I,1438
|
|
28
|
-
agenta/client/backend/core/api_error.py,sha256=TtMtCdxXjd7Tasc9c8ooFg124nPrb2MXG-tKOXV4u9I,440
|
|
29
|
-
agenta/client/backend/core/client_wrapper.py,sha256=esOteB9jDmUGJkv6EotT54nPNU42TR_kjF3pPjU6lqY,1817
|
|
30
|
-
agenta/client/backend/core/datetime_utils.py,sha256=BHjt_H3WVslcuPsr6qjJoVif_SsdLvFN0c43ABE5UiQ,1069
|
|
31
|
-
agenta/client/backend/core/file.py,sha256=mUvNH6Wc-k2mSlXCJ9VoYzvgi7NcCkhTzlW2VXxSucg,2710
|
|
32
|
-
agenta/client/backend/core/http_client.py,sha256=Wz6swfW0qdrpVNGEmf8HGdWdDTRq-0bAjsdV3xvbFxE,21004
|
|
33
|
-
agenta/client/backend/core/jsonable_encoder.py,sha256=SHXw4G4n-f0IPgNkxj_-Fip3kN8NUAI-YrKxdZw8kl0,3662
|
|
34
|
-
agenta/client/backend/core/pydantic_utilities.py,sha256=BZTSULs3wlfRQwTtsEyKlyY6SkHCtf3WxHqfhH9YSG4,12325
|
|
35
|
-
agenta/client/backend/core/query_encoder.py,sha256=8qYl5VPl1jU4cDF0X7oSU_DXjlVWY5ayigFBpNTMGOA,2150
|
|
36
|
-
agenta/client/backend/core/remove_none_from_dict.py,sha256=EU9SGgYidWq7SexuJbNs4-PZ-5Bl3Vppd864mS6vQZw,342
|
|
37
|
-
agenta/client/backend/core/request_options.py,sha256=h0QUNCFVdCW_7GclVySCAY2w4NhtXVBUCmHgmzaxpcg,1681
|
|
38
|
-
agenta/client/backend/core/serialization.py,sha256=1VIoFHrJZZgjx5kxsUnUDbgr2v66GFgMJ_J1mqexBXA,9643
|
|
39
|
-
agenta/client/backend/environments/__init__.py,sha256=9mUnTDeA1TxYvkj1l01A1prqsJV0ERRY2tzkY1fA4MQ,64
|
|
40
|
-
agenta/client/backend/environments/client.py,sha256=Mq5EtUxUiKbMm33IF9OXt-eDAS9G_qOnvYmTLrTSemc,6248
|
|
41
|
-
agenta/client/backend/errors/__init__.py,sha256=pbbVUFtB9LCocA1RMWMMF_RKjsy5YkOKX5BAuE49w6g,170
|
|
42
|
-
agenta/client/backend/errors/unprocessable_entity_error.py,sha256=FvR7XPlV3Xx5nu8HNlmLhBRdk4so_gCHjYT5PyZe6sM,313
|
|
43
|
-
agenta/client/backend/evaluations/__init__.py,sha256=9mUnTDeA1TxYvkj1l01A1prqsJV0ERRY2tzkY1fA4MQ,64
|
|
44
|
-
agenta/client/backend/evaluations/client.py,sha256=yP9dd4C1A77cuk64W44SAD4MlGU9W-SZJOUpR0Y94dU,46844
|
|
45
|
-
agenta/client/backend/evaluators/__init__.py,sha256=9mUnTDeA1TxYvkj1l01A1prqsJV0ERRY2tzkY1fA4MQ,64
|
|
46
|
-
agenta/client/backend/evaluators/client.py,sha256=Opm0eMoQoQw2OUWivOY2b4jJSe7UAgoAV2A1Lo3IQws,41245
|
|
47
|
-
agenta/client/backend/human_evaluations/__init__.py,sha256=9mUnTDeA1TxYvkj1l01A1prqsJV0ERRY2tzkY1fA4MQ,64
|
|
48
|
-
agenta/client/backend/human_evaluations/client.py,sha256=NkZGQwsDAUmuoPTnP57xHHocRAwQy7zoDU5vSGCHlb0,54918
|
|
49
|
-
agenta/client/backend/observability/__init__.py,sha256=wAH4GHiT4W6l9j0IsC6w7wJ2GbRPcj4KsefGxvsGSrI,207
|
|
50
|
-
agenta/client/backend/observability/client.py,sha256=yogA9foWrB0Fw5WjJdJNeHm05fAOvGbkw3GdzU1fuvI,23878
|
|
51
|
-
agenta/client/backend/observability/types/__init__.py,sha256=wnukYpvztLthMEts3z74KMEZiLqa3BkBQHGRXCyfMZk,279
|
|
52
|
-
agenta/client/backend/observability/types/format.py,sha256=nXmxWCY7ZNLjzGROOBUOnjf1kBtMbv4XSboTooV-Jko,150
|
|
53
|
-
agenta/client/backend/observability/types/query_analytics_response.py,sha256=avbFvONr1YAv0IImookAPs596633xnMvFscdSTaA8uk,291
|
|
54
|
-
agenta/client/backend/observability/types/query_traces_response.py,sha256=0-4nNfKLnciOR7E1859HupWqcwunJe53OLgXRlxxeb8,452
|
|
55
|
-
agenta/client/backend/scopes/__init__.py,sha256=9mUnTDeA1TxYvkj1l01A1prqsJV0ERRY2tzkY1fA4MQ,64
|
|
56
|
-
agenta/client/backend/scopes/client.py,sha256=ZMHXj0GRS-xNOLAbnjo4SNpHjOvHa-xZn8-caC508Qk,3617
|
|
57
|
-
agenta/client/backend/testsets/__init__.py,sha256=9mUnTDeA1TxYvkj1l01A1prqsJV0ERRY2tzkY1fA4MQ,64
|
|
58
|
-
agenta/client/backend/testsets/client.py,sha256=EzPOeKyRRGrpcaCo1TX5vLQ0SoruAD4SrWxHvrzTx3A,34777
|
|
59
|
-
agenta/client/backend/types/__init__.py,sha256=C8f02du7AI4cjMNGf9LUKo7HexHgGfHNxDn2L2poOxY,8541
|
|
60
|
-
agenta/client/backend/types/account_response.py,sha256=2bMgMOLPsqmOy5snRetLojc92cbYwsVdkFNKUe0lPe4,799
|
|
61
|
-
agenta/client/backend/types/agenta_node_dto.py,sha256=DLZltD_ueVOfdiSZ1u2i3mu1C3kshxhcggQFFfybBdY,1747
|
|
62
|
-
agenta/client/backend/types/agenta_node_dto_nodes_value.py,sha256=ifG7dBYLphFoCgQ70ivvDXkTSlxX8w5x_9S-Glh8FlI,180
|
|
63
|
-
agenta/client/backend/types/agenta_nodes_response.py,sha256=1EoxaqN3ioELS_9rg5Bo6Y0PqqNdX2YNRCIsdO4Q-aQ,902
|
|
64
|
-
agenta/client/backend/types/agenta_root_dto.py,sha256=rlEe4jipR2SvjAy9a24QZiPoTWGxH1mFXuZeO9k5Bi4,876
|
|
65
|
-
agenta/client/backend/types/agenta_roots_response.py,sha256=l-eC5Xfkhh-OAluRFltoz9SFmRMcZOI8EfuXxgHH-4U,902
|
|
66
|
-
agenta/client/backend/types/agenta_tree_dto.py,sha256=yDGVUqUli4SBosfICic46bDEx-DZt4H2RrSlZSiEU7o,876
|
|
67
|
-
agenta/client/backend/types/agenta_trees_response.py,sha256=oyjTlpEn4StDB1Wo1fCHSh0_IU7E_00XVn_u5qEXqTw,902
|
|
68
|
-
agenta/client/backend/types/aggregated_result.py,sha256=4WPjBzQSyPW-Q91XuBbtsicHtupzAFgnz065jpYVKi0,747
|
|
69
|
-
agenta/client/backend/types/aggregated_result_evaluator_config.py,sha256=GzU358rxyXbiDvpf9i6LqSTaHuirZV8XoodAdPKi-uY,243
|
|
70
|
-
agenta/client/backend/types/analytics_response.py,sha256=BDk2qyUHpiyE_EL32H9auokw57_ZmYy31cUztwJeoOw,694
|
|
71
|
-
agenta/client/backend/types/app.py,sha256=uBdmLWD9UAcOc6GZogVZp26IvAmXM20Uj0KCuGbmBP8,650
|
|
72
|
-
agenta/client/backend/types/app_variant_response.py,sha256=lFrl63ZTceAjMvLYQyIruRUF4ycQ4bB-OXuJtPqqQ6E,1094
|
|
73
|
-
agenta/client/backend/types/app_variant_revision.py,sha256=jC-JTUYXq2P5mhsnZZUX7zUbDH0Go2KpMnyqvREFhTM,717
|
|
74
|
-
agenta/client/backend/types/base_output.py,sha256=_cYuHdi6THNGEeDmvTb1yo82JlvV9-aCVLHcl4Q-UCY,597
|
|
75
|
-
agenta/client/backend/types/body_import_testset.py,sha256=7WmxuZe2Lt4CgdRhue6fHjzicWDfYFzN_6C3xkhjvXk,656
|
|
76
|
-
agenta/client/backend/types/bucket_dto.py,sha256=8uW9oIn4C0ke9PyiQdDT0y50s-jEAhGHsDlcKwAkDjc,705
|
|
77
|
-
agenta/client/backend/types/collect_status_response.py,sha256=Rk7Llfh2lI7U1YHRP4CffFaUKiXCXbOv7us88cMTchM,605
|
|
78
|
-
agenta/client/backend/types/config_db.py,sha256=nCM_3WKTCP3zko26wys5wTSn2cun9OYclwMp_vY5qjE,666
|
|
79
|
-
agenta/client/backend/types/config_dto.py,sha256=x13NXqJd46LDN5w5ejj93HkeZay_nYWvH-7xq3yVM90,1207
|
|
80
|
-
agenta/client/backend/types/config_response_model.py,sha256=v14K15XdzX9dSYb3I6Q0BMneGaKKbrmXsJTk6xAkr20,1217
|
|
81
|
-
agenta/client/backend/types/correct_answer.py,sha256=khEHspf9nszpzhswc7rSruCrcmvVdHFm7ti8JRdpXyI,592
|
|
82
|
-
agenta/client/backend/types/create_app_output.py,sha256=0_avs1u3pIU14P5ut1WOUrravDwpg2GkSj8kYsAMK9Y,600
|
|
83
|
-
agenta/client/backend/types/delete_evaluation.py,sha256=XL7GGP1_84_hOXwBiKxSrb7wJBOSvjZPXF8gos6tR-k,605
|
|
84
|
-
agenta/client/backend/types/docker_env_vars.py,sha256=td2vhkHyYCwIC_TjlUu7hDuIXsfSJH2L7J_wGaNvw_c,600
|
|
85
|
-
agenta/client/backend/types/environment_output.py,sha256=L0KSiTXy4tFrrplV-YnyrsBzRB25E8QSEPTQC9BWBd0,933
|
|
86
|
-
agenta/client/backend/types/environment_output_extended.py,sha256=Sr5cVBZAKekddwQPOIsMmt9diaPTsOWpyzZzOFOFxLs,1043
|
|
87
|
-
agenta/client/backend/types/environment_revision.py,sha256=fZPYZCnXAiRZSp9trp4huruCUcaanyrXnC7WF6-GhXg,748
|
|
88
|
-
agenta/client/backend/types/error.py,sha256=9efIET--nIU5El4GNEdYvkhtqIF5LtgxniKg0SookgE,617
|
|
89
|
-
agenta/client/backend/types/evaluation.py,sha256=BtOUgIkgU-FEzVNbY2IJl0ZSVhwiIe7630hLl3f9k18,1218
|
|
90
|
-
agenta/client/backend/types/evaluation_scenario.py,sha256=AAEZS19leBYMF5ZTlXFCD5ZqAIpu1iHnN7V5KVXtKAA,1168
|
|
91
|
-
agenta/client/backend/types/evaluation_scenario_input.py,sha256=KQYQIL6RXa2C2K6JNwZXXlW9nFYw-xqCJqY5qlp8mco,648
|
|
92
|
-
agenta/client/backend/types/evaluation_scenario_output.py,sha256=-XoVgjhJryWb3XrFuEQ0s0O3TV3BsHQltehYUnxThzA,704
|
|
93
|
-
agenta/client/backend/types/evaluation_scenario_result.py,sha256=wOs3-2ucAL6rizTzhHfzIPiXIWhFX9hQn44sMgqWUv8,647
|
|
94
|
-
agenta/client/backend/types/evaluation_status_enum.py,sha256=U0yabhF9EZqb0MU13MhLsuOa2wQmUQHGWDS0qawwvfE,370
|
|
95
|
-
agenta/client/backend/types/evaluation_type.py,sha256=FaI9rLp1QBUl5EE9xKtlxFhCDdcKGOx8NPcAWn3ct5o,186
|
|
96
|
-
agenta/client/backend/types/evaluator.py,sha256=Ye9m3jEg65hKsJlqWVDxNnlSNXCJAzxFX-KG7qGCPTM,843
|
|
97
|
-
agenta/client/backend/types/evaluator_config.py,sha256=3CIFKMdXJbxixiojihQSCUenr_6UlXG_0IgoCCEvdeQ,780
|
|
98
|
-
agenta/client/backend/types/evaluator_mapping_output_interface.py,sha256=KiQzlq7UCks_32TcMeF9nqYQUJK8jpxIL7HYi5ar-7s,641
|
|
99
|
-
agenta/client/backend/types/evaluator_output_interface.py,sha256=r4aU7-fUBMvdXzbJIeQ9aoFiIhH58Ofmkn_BKpTMJko,634
|
|
100
|
-
agenta/client/backend/types/exception_dto.py,sha256=Y7eJ6ZOukbq30ZB2Vljr72YbezNsN9FGrUIJBWg4TYo,797
|
|
101
|
-
agenta/client/backend/types/get_config_response.py,sha256=uNaeYEq3VCNm3uZ1mNnxBhDzrNz0LYjuz984ASEk5Fk,676
|
|
102
|
-
agenta/client/backend/types/header_dto.py,sha256=DMxWESxcVhNFPxm2M-jPSHrO5VQdO2Jg24LovfZXHWg,643
|
|
103
|
-
agenta/client/backend/types/http_validation_error.py,sha256=bMxjckCqPguIznV-z-517GS-d2EXC9wJEg0XCcQfq_E,681
|
|
104
|
-
agenta/client/backend/types/human_evaluation.py,sha256=jUNYGW6zp4UWB-SOY1oOB6FX_HtJ32cKRjUlXQzvllk,883
|
|
105
|
-
agenta/client/backend/types/human_evaluation_scenario.py,sha256=GZFGdki4Rlfly7RUhNrWpS2x8N0fHelHdk55YtxY3l0,1127
|
|
106
|
-
agenta/client/backend/types/human_evaluation_scenario_input.py,sha256=4iT1sH_hM6gOFmVicewPONFOvz_cW-Dh6HoNU-tCC0E,620
|
|
107
|
-
agenta/client/backend/types/human_evaluation_scenario_output.py,sha256=yVEFImNXK3qSy83AL3X5qypUOgJ__fumLj1bNgXgPXk,624
|
|
108
|
-
agenta/client/backend/types/image.py,sha256=Q8mnZynlIHHwlu3XRarjJAzgfadl87qPJ-fqH2WqQBw,722
|
|
109
|
-
agenta/client/backend/types/invite_request.py,sha256=ZYcO4_O5Jjnz6uDwcFUoQ1Bn-A0F9t2S3rQTx9arwJc,607
|
|
110
|
-
agenta/client/backend/types/legacy_analytics_response.py,sha256=-dyG9jk3OwdsGiNere46p9n7BWst1orhBR_BWVxaY6g,814
|
|
111
|
-
agenta/client/backend/types/legacy_data_point.py,sha256=jsFKtbBN_HJuxEjgLU6VqWHG3eWW7eIrPr0FAXA1bdY,718
|
|
112
|
-
agenta/client/backend/types/legacy_scope_request.py,sha256=uOaWaUna9FuQyH19hKPxhEQHQO6AueGHOVFi4R1n2sI,583
|
|
113
|
-
agenta/client/backend/types/legacy_scopes_response.py,sha256=P81G2iZZxExq4nnv8pEdZT7aOXw15jv0Dna-xFR4cso,985
|
|
114
|
-
agenta/client/backend/types/legacy_user_request.py,sha256=Vx2UGgR6Dw5xN5cED32dqtb16ljQEdn0-w4K5bFaPsU,597
|
|
115
|
-
agenta/client/backend/types/legacy_user_response.py,sha256=eKf182keSd2Nt4qyXVytqDkq5dYPn_Y_5TcWlFi-HJw,605
|
|
116
|
-
agenta/client/backend/types/lifecycle_dto.py,sha256=jgOgDkq5m2zQ2S2d4USivPi-sZ2J0eaadwYv2LnghYU,742
|
|
117
|
-
agenta/client/backend/types/link_dto.py,sha256=pcL3P3143CDTfpaOjq2prQNuO_AWsP73HW74MOmaD8c,677
|
|
118
|
-
agenta/client/backend/types/list_api_keys_response.py,sha256=av8nz-yhcOYiLZEfnJDxr37W7r1C8VnLLoeSgJwQSY0,701
|
|
119
|
-
agenta/client/backend/types/llm_run_rate_limit.py,sha256=XiPGznCpdS-lPDiswj6pX5aIxhMuOfGCOda7IPcB0q8,659
|
|
120
|
-
agenta/client/backend/types/metrics_dto.py,sha256=2J58QUiXllp6rkgHMYfk_jXg9gddqgzg7F0OKByj4FI,724
|
|
121
|
-
agenta/client/backend/types/new_testset.py,sha256=S8ENb_fu5CeyxTvjN5ojXuVoaauNKgfwE738svFhWNY,647
|
|
122
|
-
agenta/client/backend/types/node_dto.py,sha256=-4oC4IPdsndGEaRK2woQpcuZ33GdqsM-i4MGzh90I7w,659
|
|
123
|
-
agenta/client/backend/types/node_type.py,sha256=ofQdliqdM9dBYu8_A8Uc3ALco6UkJYvnD69bePqCA2o,330
|
|
124
|
-
agenta/client/backend/types/o_tel_context_dto.py,sha256=qrowfPwbE-4ObOVy63gh38nH4HllY3dnEwm0hl04PSw,600
|
|
125
|
-
agenta/client/backend/types/o_tel_event_dto.py,sha256=jUzuHg9_FhqIJwhR6g99a4owWc3lBGx3fJhsdTIrfQ8,682
|
|
126
|
-
agenta/client/backend/types/o_tel_extra_dto.py,sha256=l8EaJ76U3DmRK1Vn16Ndr-Jy76fXrbna8RuCWeuQJ6E,891
|
|
127
|
-
agenta/client/backend/types/o_tel_link_dto.py,sha256=wvSwljJaEiQ7TGleQL7sQX4kK0H8LKC8iAD5VMfOPbg,722
|
|
128
|
-
agenta/client/backend/types/o_tel_span_dto.py,sha256=VrtAzlnfu1TxIiIcNAA7vPFxMHOciDS9RN_wppBbqU0,1306
|
|
129
|
-
agenta/client/backend/types/o_tel_span_kind.py,sha256=ePW3OWDXA1CaF0tJc06hCSN_FeQC9ULkO8qDjItu71U,333
|
|
130
|
-
agenta/client/backend/types/o_tel_spans_response.py,sha256=RcSDsp98H2qz53DPAZn7b2KrUZY85Kvda5cdRtGqnt8,700
|
|
131
|
-
agenta/client/backend/types/o_tel_status_code.py,sha256=RytIFSDMwvg3oV6BbBxE-8H5zQLwPlx2M_mw7FN8-ts,209
|
|
132
|
-
agenta/client/backend/types/organization.py,sha256=U8xVumZUcp5GnrRNJIHmaqibnxsVd9Hh6Oi0QqREuvI,900
|
|
133
|
-
agenta/client/backend/types/organization_membership_request.py,sha256=Q6y9CrIpMegfJckVeO_eI4LeiFkw_wyZSzxqhFPSzIM,731
|
|
134
|
-
agenta/client/backend/types/organization_output.py,sha256=dXkUHfNfp_ho220_sb7EX3YmE2AqYc4rlsYngV3ELBI,595
|
|
135
|
-
agenta/client/backend/types/organization_request.py,sha256=6NG6D-t9UEQ_mSBGQfHGnGVM9cobqwVNRliUl3KlMCE,625
|
|
136
|
-
agenta/client/backend/types/parent_dto.py,sha256=eh1bH2TJe9NLS2MdKZzIFvnwfKVBU_CNNPUkq1k2HnI,572
|
|
137
|
-
agenta/client/backend/types/permission.py,sha256=UMRAMyHKQilnJPF-VQGIWBsuyUebUSQbmpDH0MEuw_U,1225
|
|
138
|
-
agenta/client/backend/types/project_membership_request.py,sha256=u7bJx9ukVanbf2G9EV7h6PHkh0j5wf-NaBKPr_5nhgw,715
|
|
139
|
-
agenta/client/backend/types/project_request.py,sha256=jjWg-S0qdNsnhbLZs20txru2_Q64lIN7ZAE_50W80jI,715
|
|
140
|
-
agenta/client/backend/types/project_scope.py,sha256=Emi8j7HTYehM7N-pAjfMa39898njd3zirN3lNeNMkgo,765
|
|
141
|
-
agenta/client/backend/types/projects_response.py,sha256=yQUrCf9vfw8zje1DaYj2p64AAYb2OcRPF3lmVTmqX98,888
|
|
142
|
-
agenta/client/backend/types/provider_key_dto.py,sha256=WkvgA8qv2ceLyLyyGSv9AFewem5fN6rB4Jmw9Grmpco,645
|
|
143
|
-
agenta/client/backend/types/provider_kind.py,sha256=CiHeg12lPvgey2wN3cnTlFEC9UFzvb-HCUxbbpyQzrg,397
|
|
144
|
-
agenta/client/backend/types/reference.py,sha256=gRb-COQlxYY9e_X8Tsk9CM4DlY-JEQaaH7bC9ZsqhtE,634
|
|
145
|
-
agenta/client/backend/types/reference_dto.py,sha256=VNLakAy13glLgEPIXH9o_3vcPflPkQJdo0o113lPURc,678
|
|
146
|
-
agenta/client/backend/types/reference_request_model.py,sha256=nhf4VUAfAJ-vf9fbOhcTrxk6uuqMFSoy0NhChY9Y0VQ,687
|
|
147
|
-
agenta/client/backend/types/result.py,sha256=6qD2kzmdzu8q4ywLtAyWLQEDHw-Cu5xN5GLCV-FI7_Y,700
|
|
148
|
-
agenta/client/backend/types/role.py,sha256=Vs9R8jAcGSQV9NAaBXwGp-adpJZhl4B9ZUwBzoUyMlU,277
|
|
149
|
-
agenta/client/backend/types/root_dto.py,sha256=F9OYWFLSCKSR-4z8BOV-eGmNkraVakxNPjsuwCUxYuY,570
|
|
150
|
-
agenta/client/backend/types/scopes_response_model.py,sha256=lw3Zc-WSj4CDIq8yOV-QCNNn6powjlyPwU9wRvjkppg,697
|
|
151
|
-
agenta/client/backend/types/score.py,sha256=GPbyRb1SPv8O8xxSi4kRuRPVfb9GjTWhgmJYoyoWx5s,116
|
|
152
|
-
agenta/client/backend/types/secret_dto.py,sha256=X3E0zfATI_Lb5Hov8zl2RS5g9SH5qzX2mf2UyvXbpwg,704
|
|
153
|
-
agenta/client/backend/types/secret_kind.py,sha256=FfxqfDrPrHFLpEVDwfDu4YEiT6xOXddn2e1omGdEPMM,124
|
|
154
|
-
agenta/client/backend/types/secret_response_dto.py,sha256=2T74ipNIgjxpqzwfLDOVMJViE5ve0vJFH8AHl8JaQWs,784
|
|
155
|
-
agenta/client/backend/types/simple_evaluation_output.py,sha256=XBm4IVY28brTIYrRQVUK7tFmxUUnqL6nKgVW5_E9PbM,731
|
|
156
|
-
agenta/client/backend/types/span_dto.py,sha256=EcGDT_hhCIXa0NEUucGi-TZLBWvwIyp9AKvA-fQTzOU,1863
|
|
157
|
-
agenta/client/backend/types/span_dto_nodes_value.py,sha256=R62GF6K9mOkUe_4EuLrmvNFg7Fn6eOIsWf4-0orgqa8,256
|
|
158
|
-
agenta/client/backend/types/status_code.py,sha256=rcpuLXRoWh08O4jxILr5yXV_mKWD896YCja-M0o8fHs,158
|
|
159
|
-
agenta/client/backend/types/status_dto.py,sha256=toKLiaY2FOWscyxkNIEDvjR0PDuZ4p_M92BDC-oeXE8,658
|
|
160
|
-
agenta/client/backend/types/template.py,sha256=O-2LZEElxLj4LbslKqFY8EzlkCzFSwfYMXkHcfh5XM4,651
|
|
161
|
-
agenta/client/backend/types/template_image_info.py,sha256=Bodh11Vi35CNGMmtQgLMjTi8rcUB5oNERcVwHnu4V6c,860
|
|
162
|
-
agenta/client/backend/types/test_set_output_response.py,sha256=RNOj6QtQww1pXgdpWUQTV_1Rozs9eUvNQxag_W4HmWg,767
|
|
163
|
-
agenta/client/backend/types/test_set_simple_response.py,sha256=dNftvPtUnNiGJKP9VzTFnjh3ffKxPocAG4sd45ZbHkg,618
|
|
164
|
-
agenta/client/backend/types/time_dto.py,sha256=OIR33tTFvTo2xSl5MQun4ZjPPPo_7h_Xc9RuKxMLWok,624
|
|
165
|
-
agenta/client/backend/types/tree_dto.py,sha256=24o0OHCXSFwvdk59LvL4CZY1ULn600GJiUZ3lVfWR6w,645
|
|
166
|
-
agenta/client/backend/types/tree_type.py,sha256=_maP5H8vwQZ9Ps7dWbuCVg8IgBuVUOMKItvZwPUZitI,120
|
|
167
|
-
agenta/client/backend/types/update_app_output.py,sha256=VOZS9MM_eNY2tVD7cnjiP-tUodAbuaRZed7KTONi1-E,600
|
|
168
|
-
agenta/client/backend/types/uri.py,sha256=tiY_sNZOWfG2INOhsthGx9QMnN_5Ibrqi68AkPHyDvw,567
|
|
169
|
-
agenta/client/backend/types/user_request.py,sha256=MPZwEiAFDdG3a5iL6Sc0TDX0ElbKkAePWvb0HsjWxNM,591
|
|
170
|
-
agenta/client/backend/types/validation_error.py,sha256=nNDCxS4lCvY-79Yfwcnth5a1RXm51EZ_tMCbxnmzbAQ,700
|
|
171
|
-
agenta/client/backend/types/validation_error_loc_item.py,sha256=LAtjCHIllWRBFXvAZ5QZpp7CPXjdtN9EB7HrLVo6EP0,128
|
|
172
|
-
agenta/client/backend/types/variant_action.py,sha256=m3SWsIZF9rPfFSh3ypDA5vawKiTHwI_7_SfhyQO3OoU,645
|
|
173
|
-
agenta/client/backend/types/variant_action_enum.py,sha256=KZzhy-BKA9m8zwZlmoESywDQIn-VGyI2qCRr9-tqaks,158
|
|
174
|
-
agenta/client/backend/types/workspace_member_response.py,sha256=-iF-xitcARF6FqGkQKojf06O7GU2oDRbvI0mpu2Clyk,728
|
|
175
|
-
agenta/client/backend/types/workspace_membership_request.py,sha256=mDRMXg_VvF0Gh39eiGTQgrDhSeDgZZ-jTN5yREbJ37M,719
|
|
176
|
-
agenta/client/backend/types/workspace_permission.py,sha256=f-e3FUDOIyTmORW2P-K38WOJy3r1g5sZVBl6VUHAt74,791
|
|
177
|
-
agenta/client/backend/types/workspace_request.py,sha256=LZBw6P1CohpFkY-4Rzfu8SFLBHd7UGMFzRUr6MR5gyk,688
|
|
178
|
-
agenta/client/backend/types/workspace_response.py,sha256=n1884dwY4C9Gm-JCyprnLfOxAVg4j9SsXL7hQdwsUl8,924
|
|
179
|
-
agenta/client/backend/types/workspace_role.py,sha256=k-ltfq7aAWGg85tTPIf8HpFMMf4gu02_X8R2fFPmB7U,286
|
|
180
|
-
agenta/client/backend/types/workspace_role_response.py,sha256=6hlRcsMmpf6Q0ejLzRKJiZo_9rygazcbJfpPq2jQZVw,693
|
|
181
|
-
agenta/client/backend/variants/__init__.py,sha256=BMR4SvsrqXC9FU8nPVzY8M9xGrBEhEGrmbgvy3iM1aE,171
|
|
182
|
-
agenta/client/backend/variants/client.py,sha256=8pBJ0EDvlafgW1dbrwyGKKBTfHZrzCHeiNRmEMQQWxY,97959
|
|
183
|
-
agenta/client/backend/variants/types/__init__.py,sha256=TrRUAyPsJ1bKg2gfW0d_S1rEu6eaYnHmr2g_URTuwPU,216
|
|
184
|
-
agenta/client/backend/variants/types/add_variant_from_base_and_config_response.py,sha256=nbcakmo3eZpWmyX_DhS6F4jyhfV2t5zN-zOgDtM2rKQ,247
|
|
185
|
-
agenta/client/backend/vault/__init__.py,sha256=9mUnTDeA1TxYvkj1l01A1prqsJV0ERRY2tzkY1fA4MQ,64
|
|
186
|
-
agenta/client/backend/vault/client.py,sha256=eqqET6gmxqE2HK906beDb81ynFocF4IjD74GbxoeA5U,21924
|
|
187
|
-
agenta/client/client.py,sha256=4knrINpRsKDHn--_IhFTZY4jjZNxDNxiCiVbRIads_0,19622
|
|
188
|
-
agenta/client/exceptions.py,sha256=cxLjjKvZKlUgBxt4Vn9J_SsezJPPNHvrZxnoq-D6zmw,94
|
|
189
|
-
agenta/config.py,sha256=0VrTqduB4g8Mt_Ll7ffFcEjKF5qjTUIxmUtTPW2ygWw,653
|
|
190
|
-
agenta/config.toml,sha256=sIORbhnyct2R9lJrquxhNL4pHul3O0R7iaipCoja5MY,193
|
|
191
|
-
agenta/docker/docker-assets/Dockerfile.cloud.template,sha256=_b3mLMgGXSFABn5VSlio29cl4guYAJc4UkSdy5nAUmg,386
|
|
192
|
-
agenta/docker/docker-assets/Dockerfile.oss.template,sha256=aVA_okx0xXalcTvdQGhSfzSjNpQZVoLJCGYA39-2Nwk,280
|
|
193
|
-
agenta/docker/docker-assets/Dockerfile.template,sha256=aVA_okx0xXalcTvdQGhSfzSjNpQZVoLJCGYA39-2Nwk,280
|
|
194
|
-
agenta/docker/docker-assets/README.md,sha256=XHxwh2ks_ozrtAU7SLbL3J14SB2holG6buoTxwmMiZM,102
|
|
195
|
-
agenta/docker/docker-assets/entrypoint.sh,sha256=29XK8VQjQsx4hN2j-4JDy-6kQb5y4LCqZEa7PD4eqCQ,74
|
|
196
|
-
agenta/docker/docker-assets/lambda_function.py,sha256=h4UZSSfqwpfsCgERv6frqwm_4JrYu9rLz3I-LxCfeEg,83
|
|
197
|
-
agenta/docker/docker-assets/main.py,sha256=7MI-21n81U7N7A0GxebNi0cmGWtJKcR2sPB6FcH2QfA,251
|
|
198
|
-
agenta/docker/docker_utils.py,sha256=rKCSb3fDPizX8zwRBaLR0oQ0TnAmyJlzBhflICcwynE,3577
|
|
199
|
-
agenta/sdk/__init__.py,sha256=WFYRfWh6IoYPSzMG2WF2Xz5amLQtzfWVscT0Q9OLpFY,2109
|
|
200
|
-
agenta/sdk/agenta_init.py,sha256=VmjOfzS5ioaUjsFxmSB1k4M4lDgFq73HbvqcId0IbuI,7719
|
|
201
|
-
agenta/sdk/assets.py,sha256=4FN1IfZfBx9g6jW8KzT9ei4BQei9-7MasxHHD9UdeMg,7752
|
|
202
|
-
agenta/sdk/client.py,sha256=trKyBOYFZRk0v5Eptxvh87yPf50Y9CqY6Qgv4Fy-VH4,2142
|
|
203
|
-
agenta/sdk/context/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
204
|
-
agenta/sdk/context/exporting.py,sha256=16X8fgMhl58gehSlqANX97FiKxx4TkGiG4d2B0-7ZX0,516
|
|
205
|
-
agenta/sdk/context/routing.py,sha256=FEsjw8EttI1SMyUo96ptcUsvHJnhoKwdr1szlkxxJNU,598
|
|
206
|
-
agenta/sdk/context/tracing.py,sha256=xjErrXP1Nq1AfL-Cif1l-lNEfs12eQ3v_VCRgoKe7nY,743
|
|
207
|
-
agenta/sdk/decorators/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
208
|
-
agenta/sdk/decorators/routing.py,sha256=HjAhJcttOdf2NM5HVXYgosh3BD2mF87UO9od0RSZ7Bw,24773
|
|
209
|
-
agenta/sdk/decorators/tracing.py,sha256=tIi5gpwzvXd26pFW-7kYQtTFO8w1zzwFeAPY2Ldq4P4,9952
|
|
210
|
-
agenta/sdk/litellm/__init__.py,sha256=Bpz1gfHQc0MN1yolWcjifLWznv6GjHggvRGQSpxpihM,37
|
|
211
|
-
agenta/sdk/litellm/litellm.py,sha256=Xx_YJu05BYkmIe6uObjS6DwzjgwfNytGWf807Zh0vcU,10153
|
|
212
|
-
agenta/sdk/litellm/mockllm.py,sha256=8V6dqdv8eA4P-VoXIwHNYlIjHG189P14POSfSfluVw0,678
|
|
213
|
-
agenta/sdk/litellm/mocks/__init__.py,sha256=0bGjOOWXz8BxE0rvRWciPP7SAegO2mgi_UtWw8jTlDk,866
|
|
214
|
-
agenta/sdk/managers/__init__.py,sha256=SN-LRwG0pRRDV3u2Q4JiiSTigN3-mYpzGNM35RzT4mc,238
|
|
215
|
-
agenta/sdk/managers/apps.py,sha256=RSE5ER-a0IHo7iZrcQLshQZMemPTfAVsBfR8H1J-ryQ,1713
|
|
216
|
-
agenta/sdk/managers/config.py,sha256=2LFl7aBF7FKd6UKhqcbnDXzlP8Rsj7hnCu5wBllVQzc,7753
|
|
217
|
-
agenta/sdk/managers/deployment.py,sha256=SEokjZeh6n7HRKZ92Y0WncdG49hIFx-Z3B3HAl2kmUg,1174
|
|
218
|
-
agenta/sdk/managers/secrets.py,sha256=HAXswBOTbF_LydoNGnQgHr-KVqdFUOvLujUg6S_5taM,878
|
|
219
|
-
agenta/sdk/managers/shared.py,sha256=vUhO2thObHxCIowyiM_KFsxPY2q6Rv_lHr2Up8WvFjg,21523
|
|
220
|
-
agenta/sdk/managers/variant.py,sha256=A5ga3mq3b0weUTXa9HO72MGaspthGcu1uK9K5OnP738,4172
|
|
221
|
-
agenta/sdk/managers/vault.py,sha256=054ce9X_xKa2M4NtQWz-GugO6q_pYVWCP3IxbAJJcRw,337
|
|
222
|
-
agenta/sdk/middleware/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
223
|
-
agenta/sdk/middleware/auth.py,sha256=jdv9GIsfaWb_MsrzwR2iLhHY0YwKgIqqGQbczTWpC2k,9599
|
|
224
|
-
agenta/sdk/middleware/config.py,sha256=-THnZp-4svzduei-ioRdgyk0ZBRWK10_6pLF-4QKXlE,7824
|
|
225
|
-
agenta/sdk/middleware/cors.py,sha256=q3r7lGkrIdMcT_vuhsburMcjG7pyl7w0ycxrIrGJ2e8,921
|
|
226
|
-
agenta/sdk/middleware/inline.py,sha256=ee8E4XBGcRSrHTvblqX1yRXuTN_sxLm7lY1jnywrBG8,901
|
|
227
|
-
agenta/sdk/middleware/mock.py,sha256=bCUN9iJBxePyN9MBwBpJs-_iCNkUQeUjIIu3WElS1oQ,759
|
|
228
|
-
agenta/sdk/middleware/otel.py,sha256=ShaB7iVaUjdq6lOXf0vmZthQsDUjAgIrseyPeJzVkEU,840
|
|
229
|
-
agenta/sdk/middleware/vault.py,sha256=xGCDI0PXtDHaxz_Mv3ee3l_0JQgwnwTskzX5RTaYaBU,4310
|
|
230
|
-
agenta/sdk/router.py,sha256=mOguvtOwl2wmyAgOuWTsf98pQwpNiUILKIo67W_hR3A,119
|
|
231
|
-
agenta/sdk/tracing/__init__.py,sha256=rQNe5-zT5Kt7_CDhq-lnUIi1EYTBVzVf_MbfcIxVD98,41
|
|
232
|
-
agenta/sdk/tracing/attributes.py,sha256=zh8JQZSeYCLBeIRSopKJx6QQ-WEgw08Cr64DS_WOcT8,3833
|
|
233
|
-
agenta/sdk/tracing/conventions.py,sha256=JBtznBXZ3aRkGKkLl7cPwdMNh3w1G-H2Ta2YrAxbr38,950
|
|
234
|
-
agenta/sdk/tracing/exporters.py,sha256=mnqZXbien7uzEdwfm06BFOZnC8JVJvNWI4ODSyMUeSc,3160
|
|
235
|
-
agenta/sdk/tracing/inline.py,sha256=tY9mH1zMlJMqf2WWKJdakLtMHJKNeYRaynqvsPeqpTY,31312
|
|
236
|
-
agenta/sdk/tracing/processors.py,sha256=HR7pSzHtV8WWr2qEeAki0yznWWQCKCW3HGm1nbVgmEM,4252
|
|
237
|
-
agenta/sdk/tracing/propagation.py,sha256=EeOqDMqnh_MoEhGd1do_vy_tQBYUcoC8kpLqVoZeqg0,2561
|
|
238
|
-
agenta/sdk/tracing/spans.py,sha256=nqUOjjirBxB8Eacv8Qj4Ra_6rknGi3lbJdNyKmk5ODQ,3707
|
|
239
|
-
agenta/sdk/tracing/tracing.py,sha256=kWEt9AdUnTetgq7mR-fnap2isgL3NBg44cG7WFhZ_GU,7162
|
|
240
|
-
agenta/sdk/types.py,sha256=HvFok4lEFxWow6WT71OrJ23WhTsj_FqqMyzlKByAqYk,19120
|
|
241
|
-
agenta/sdk/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
242
|
-
agenta/sdk/utils/cache.py,sha256=69pQCtmh10DiYoOdKv4t2fCYDQCuWZtH4uy36kXewpw,1372
|
|
243
|
-
agenta/sdk/utils/constants.py,sha256=zW3R4rjXOo2L5lz6q84l_zYuOM9u4mpPRHw_B1Dr_hI,67
|
|
244
|
-
agenta/sdk/utils/costs.py,sha256=i8C7ud__pThLS55XkN4YW8czXtGeXr2mx7jjcOFeiXg,5955
|
|
245
|
-
agenta/sdk/utils/exceptions.py,sha256=8FQP05ecHLpq6zSj3MbfdNp9SqP0a7iC_dA5uAe0vkE,1455
|
|
246
|
-
agenta/sdk/utils/globals.py,sha256=9ixKS8aI6ZWgsjT8WngvTg4dsnP2cKErNJngHxzdK9U,256
|
|
247
|
-
agenta/sdk/utils/helpers.py,sha256=utrxDoELpR6QgFgHCEAWrWW4TYWXA10q72Gs5R78Ens,181
|
|
248
|
-
agenta/sdk/utils/logging.py,sha256=eFzEFuYpggfIhEKv09JZRqcDzkmZ482a_E2G-X0FK7Y,473
|
|
249
|
-
agenta/sdk/utils/preinit.py,sha256=YlJL7RLfel0R7DFp-jK7OV-z4ZIQJM0oupYlk7g8b5o,1278
|
|
250
|
-
agenta/sdk/utils/singleton.py,sha256=17Ph7LGnnV8HkPjImruKita2ni03Ari5jr0jqm__4sc,312
|
|
251
|
-
agenta/sdk/utils/timing.py,sha256=rmBPSBuUnIu-epocUCVk0KcM2r36HuDoxkFqOZgfPhc,1507
|
|
252
|
-
agenta-0.36.3.dist-info/METADATA,sha256=cRqC56F9fbFz3YQEWNqCYH1Ud0a__6ZN9MOEE6steRk,29827
|
|
253
|
-
agenta-0.36.3.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
|
|
254
|
-
agenta-0.36.3.dist-info/entry_points.txt,sha256=PDiu8_8AsL7ibU9v4iNoOKR1S7F2rdxjlEprjM9QOgo,46
|
|
255
|
-
agenta-0.36.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
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
|