asteroid-odyssey 1.6.135__tar.gz → 1.6.146__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.
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/PKG-INFO +1 -1
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/pyproject.toml +1 -1
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/api/agents_api.py +6 -3
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/api/files_api.py +19 -14
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey.egg-info/PKG-INFO +1 -1
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/README.md +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/setup.cfg +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/__init__.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/api/__init__.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/api/agent_profiles_api.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/api/execution_api.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/api_client.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/api_response.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/configuration.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/exceptions.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/__init__.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agent_list200_response.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agent_profile_clear_browser_cache200_response.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agent_profiles_list200_response.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_agent_base.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_agent_execute_agent_request.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_agent_execute_agent_response.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_agent_sort_field.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_action_name.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_activity.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_activity_action_completed_info.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_activity_action_completed_payload.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_activity_action_failed_payload.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_activity_action_started_info.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_activity_action_started_payload.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_activity_continued_on_node_payload.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_activity_file_added_payload.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_activity_generic_payload.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_activity_payload_union.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_activity_playwright_script_generated_payload.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_activity_reasoning_payload.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_activity_status_changed_payload.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_activity_step_completed_payload.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_activity_step_started_payload.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_activity_transitioned_node_payload.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_activity_user_message_received_payload.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_activity_workflow_updated_payload.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_agent_query_context_completed_details.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_agent_query_context_started_details.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_api_key_ref.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_api_trigger_context.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_awaiting_confirmation_payload.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_cancel_reason.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_cancelled_payload.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_comment.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_completed_payload.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_element_file_upload_completed_details.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_execution_result.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_ext_api_call_completed_details.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_ext_get_mail_completed_details.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_failed_payload.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_file_list_completed_details.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_file_read_completed_details.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_file_stage_completed_details.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_human_label.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_list_item.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_llm_call_purpose.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_llm_call_started_details.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_nav_to_completed_details.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_nav_to_started_details.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_node_details.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_node_output_item.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_obs_snapshot_with_selectors_completed_details.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_paused_payload.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_rules_details.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_schedule_ref.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_schedule_trigger_context.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_scratchpad_read_completed_details.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_scratchpad_read_started_details.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_scratchpad_write_completed_details.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_scratchpad_write_started_details.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_script_eval_completed_details.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_script_eval_started_details.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_script_hybrid_playwright_completed_details.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_script_hybrid_playwright_started_details.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_script_pad_run_function_completed_details.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_script_playwright_completed_details.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_script_playwright_started_details.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_scriptpad_read_completed_details.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_scriptpad_read_started_details.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_scriptpad_run_function_started_details.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_scriptpad_search_replace_completed_details.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_scriptpad_search_replace_started_details.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_scriptpad_write_completed_details.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_sort_field.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_status.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_terminal_payload.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_transition_details.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_trigger_context.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_trigger_runner.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_ui_trigger_context.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_update_execution_status_request.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_update_type.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_updateable_status.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_user_messages_add_text_body.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_util_get_datetime_completed_details.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_util_get_datetime_started_details.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_execution_workflow_update.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_files_file.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_files_temp_file.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_files_temp_files_response.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_graph_models_nodes_properties_playwright_script_llm_var.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_graph_models_nodes_properties_playwright_script_llm_var_type.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_graph_models_transitions_transition_type.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_profile_agent_profile.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_profile_cookie.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_profile_country_code.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_profile_create_agent_profile_request.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_profile_credential.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_profile_credential_update.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_profile_custom_proxy_config_input.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_profile_custom_proxy_config_output.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_profile_operating_system.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_profile_proxy_mode.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_profile_proxy_type.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_profile_same_site.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_profile_sort_field.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/agents_profile_update_agent_profile_request.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/common_bad_request_error_body.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/common_error.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/common_forbidden_error_body.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/common_internal_server_error_body.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/common_not_found_error_body.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/common_os_error.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/common_sort_direction.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/common_unauthorized_error_body.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/executions_list200_response.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/version.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/py.typed +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/rest.py +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey.egg-info/SOURCES.txt +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey.egg-info/dependency_links.txt +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey.egg-info/requires.txt +0 -0
- {asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey.egg-info/top_level.txt +0 -0
{asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/api/agents_api.py
RENAMED
|
@@ -354,8 +354,9 @@ class AgentsApi:
|
|
|
354
354
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
355
355
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
356
356
|
) -> AgentList200Response:
|
|
357
|
-
"""
|
|
357
|
+
"""List Agents
|
|
358
358
|
|
|
359
|
+
List all agents for an organization
|
|
359
360
|
|
|
360
361
|
:param organization_id:
|
|
361
362
|
:type organization_id: str
|
|
@@ -442,8 +443,9 @@ class AgentsApi:
|
|
|
442
443
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
443
444
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
444
445
|
) -> ApiResponse[AgentList200Response]:
|
|
445
|
-
"""
|
|
446
|
+
"""List Agents
|
|
446
447
|
|
|
448
|
+
List all agents for an organization
|
|
447
449
|
|
|
448
450
|
:param organization_id:
|
|
449
451
|
:type organization_id: str
|
|
@@ -530,8 +532,9 @@ class AgentsApi:
|
|
|
530
532
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
531
533
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
532
534
|
) -> RESTResponseType:
|
|
533
|
-
"""
|
|
535
|
+
"""List Agents
|
|
534
536
|
|
|
537
|
+
List all agents for an organization
|
|
535
538
|
|
|
536
539
|
:param organization_id:
|
|
537
540
|
:type organization_id: str
|
|
@@ -16,9 +16,8 @@ from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
|
|
|
16
16
|
from typing import Any, Dict, List, Optional, Tuple, Union
|
|
17
17
|
from typing_extensions import Annotated
|
|
18
18
|
|
|
19
|
-
from pydantic import
|
|
19
|
+
from pydantic import StrictBytes, StrictStr, field_validator
|
|
20
20
|
from typing import List, Tuple, Union
|
|
21
|
-
from typing_extensions import Annotated
|
|
22
21
|
from asteroid_odyssey.models.agents_files_file import AgentsFilesFile
|
|
23
22
|
from asteroid_odyssey.models.agents_files_temp_files_response import AgentsFilesTempFilesResponse
|
|
24
23
|
|
|
@@ -57,8 +56,9 @@ class FilesApi:
|
|
|
57
56
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
58
57
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
59
58
|
) -> List[AgentsFilesFile]:
|
|
60
|
-
"""
|
|
59
|
+
"""Get Execution Context Files
|
|
61
60
|
|
|
61
|
+
Get all context files attached to an execution
|
|
62
62
|
|
|
63
63
|
:param execution_id: (required)
|
|
64
64
|
:type execution_id: str
|
|
@@ -124,8 +124,9 @@ class FilesApi:
|
|
|
124
124
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
125
125
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
126
126
|
) -> ApiResponse[List[AgentsFilesFile]]:
|
|
127
|
-
"""
|
|
127
|
+
"""Get Execution Context Files
|
|
128
128
|
|
|
129
|
+
Get all context files attached to an execution
|
|
129
130
|
|
|
130
131
|
:param execution_id: (required)
|
|
131
132
|
:type execution_id: str
|
|
@@ -191,8 +192,9 @@ class FilesApi:
|
|
|
191
192
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
192
193
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
193
194
|
) -> RESTResponseType:
|
|
194
|
-
"""
|
|
195
|
+
"""Get Execution Context Files
|
|
195
196
|
|
|
197
|
+
Get all context files attached to an execution
|
|
196
198
|
|
|
197
199
|
:param execution_id: (required)
|
|
198
200
|
:type execution_id: str
|
|
@@ -305,7 +307,7 @@ class FilesApi:
|
|
|
305
307
|
@validate_call
|
|
306
308
|
def execution_context_files_upload(
|
|
307
309
|
self,
|
|
308
|
-
execution_id:
|
|
310
|
+
execution_id: StrictStr,
|
|
309
311
|
files: List[Union[StrictBytes, StrictStr, Tuple[StrictStr, StrictBytes]]],
|
|
310
312
|
_request_timeout: Union[
|
|
311
313
|
None,
|
|
@@ -320,10 +322,11 @@ class FilesApi:
|
|
|
320
322
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
321
323
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
322
324
|
) -> str:
|
|
323
|
-
"""
|
|
325
|
+
"""Upload Execution Context Files
|
|
324
326
|
|
|
327
|
+
Upload files to a running execution that is already in progress. If you want to attach files to an execution that is not yet running, see the /temp-files endpoint.
|
|
325
328
|
|
|
326
|
-
:param execution_id:
|
|
329
|
+
:param execution_id: (required)
|
|
327
330
|
:type execution_id: str
|
|
328
331
|
:param files: (required)
|
|
329
332
|
:type files: List[bytearray]
|
|
@@ -377,7 +380,7 @@ class FilesApi:
|
|
|
377
380
|
@validate_call
|
|
378
381
|
def execution_context_files_upload_with_http_info(
|
|
379
382
|
self,
|
|
380
|
-
execution_id:
|
|
383
|
+
execution_id: StrictStr,
|
|
381
384
|
files: List[Union[StrictBytes, StrictStr, Tuple[StrictStr, StrictBytes]]],
|
|
382
385
|
_request_timeout: Union[
|
|
383
386
|
None,
|
|
@@ -392,10 +395,11 @@ class FilesApi:
|
|
|
392
395
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
393
396
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
394
397
|
) -> ApiResponse[str]:
|
|
395
|
-
"""
|
|
398
|
+
"""Upload Execution Context Files
|
|
396
399
|
|
|
400
|
+
Upload files to a running execution that is already in progress. If you want to attach files to an execution that is not yet running, see the /temp-files endpoint.
|
|
397
401
|
|
|
398
|
-
:param execution_id:
|
|
402
|
+
:param execution_id: (required)
|
|
399
403
|
:type execution_id: str
|
|
400
404
|
:param files: (required)
|
|
401
405
|
:type files: List[bytearray]
|
|
@@ -449,7 +453,7 @@ class FilesApi:
|
|
|
449
453
|
@validate_call
|
|
450
454
|
def execution_context_files_upload_without_preload_content(
|
|
451
455
|
self,
|
|
452
|
-
execution_id:
|
|
456
|
+
execution_id: StrictStr,
|
|
453
457
|
files: List[Union[StrictBytes, StrictStr, Tuple[StrictStr, StrictBytes]]],
|
|
454
458
|
_request_timeout: Union[
|
|
455
459
|
None,
|
|
@@ -464,10 +468,11 @@ class FilesApi:
|
|
|
464
468
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
465
469
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
466
470
|
) -> RESTResponseType:
|
|
467
|
-
"""
|
|
471
|
+
"""Upload Execution Context Files
|
|
468
472
|
|
|
473
|
+
Upload files to a running execution that is already in progress. If you want to attach files to an execution that is not yet running, see the /temp-files endpoint.
|
|
469
474
|
|
|
470
|
-
:param execution_id:
|
|
475
|
+
:param execution_id: (required)
|
|
471
476
|
:type execution_id: str
|
|
472
477
|
:param files: (required)
|
|
473
478
|
:type files: List[bytearray]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/api/agent_profiles_api.py
RENAMED
|
File without changes
|
{asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/api/execution_api.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
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
|
{asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/common_error.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/common_os_error.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey/models/version.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey.egg-info/requires.txt
RENAMED
|
File without changes
|
{asteroid_odyssey-1.6.135 → asteroid_odyssey-1.6.146}/src/asteroid_odyssey.egg-info/top_level.txt
RENAMED
|
File without changes
|