athena-intelligence 0.1.89__tar.gz → 0.1.91__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.
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/PKG-INFO +1 -1
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/pyproject.toml +1 -1
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/core/client_wrapper.py +1 -1
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/types/tools.py +4 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/README.md +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/__init__.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/base_client.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/chain/__init__.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/chain/client.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/client.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/core/__init__.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/core/api_error.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/core/datetime_utils.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/core/file.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/core/http_client.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/core/jsonable_encoder.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/core/pydantic_utilities.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/core/query_encoder.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/core/remove_none_from_dict.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/core/request_options.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/dataset/__init__.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/dataset/client.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/environment.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/errors/__init__.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/errors/internal_server_error.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/errors/not_found_error.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/errors/unprocessable_entity_error.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/errors/unsupported_media_type_error.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/message/__init__.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/message/client.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/polling_message_client.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/py.typed +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/query/__init__.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/query/client.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/report/__init__.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/report/client.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/search/__init__.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/search/client.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/snippet/__init__.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/snippet/client.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/tools/__init__.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/tools/client.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/tools/types/__init__.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/tools/types/tools_data_frame_request_columns_item.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/types/__init__.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/types/athena_document_v_2_out.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/types/convert_pdf_to_sheet_out.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/types/data_frame_parsing_error.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/types/data_frame_request_out.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/types/data_frame_request_out_columns_item.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/types/data_frame_request_out_data_item_item.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/types/data_frame_request_out_index_item.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/types/data_frame_unknown_format_error.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/types/dataset.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/types/document.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/types/excecute_tool_first_workflow_out.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/types/file_data_response.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/types/file_fetch_error.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/types/filter_model.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/types/filter_operator.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/types/firecrawl_scrape_url_data_reponse_dto.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/types/firecrawl_scrape_url_metadata.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/types/get_datasets_response.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/types/get_snippet_out.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/types/get_snippets_response.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/types/http_validation_error.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/types/langchain_documents_request_out.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/types/llm_model.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/types/map_reduce_chain_out.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/types/message_out.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/types/message_out_dto.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/types/model.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/types/publish_formats.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/types/query_model.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/types/report.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/types/researcher_out.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/types/semantic_query_out.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/types/snippet.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/types/sql_results.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/types/status_enum.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/types/structured_parse_result.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/types/time_dimension_model.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/types/upload_documents_out.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/types/url_result.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/types/validation_error.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/types/validation_error_loc_item.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/types/workflow_status_out.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/upload/__init__.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/upload/client.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/version.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/workflow/__init__.py +0 -0
- {athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/workflow/client.py +0 -0
@@ -17,7 +17,7 @@ class BaseClientWrapper:
|
|
17
17
|
headers: typing.Dict[str, str] = {
|
18
18
|
"X-Fern-Language": "Python",
|
19
19
|
"X-Fern-SDK-Name": "athena-intelligence",
|
20
|
-
"X-Fern-SDK-Version": "0.1.
|
20
|
+
"X-Fern-SDK-Version": "0.1.91",
|
21
21
|
}
|
22
22
|
headers["X-API-KEY"] = self.api_key
|
23
23
|
return headers
|
@@ -20,6 +20,7 @@ class Tools(str, enum.Enum):
|
|
20
20
|
ENRICH_PERSON = "enrich_person"
|
21
21
|
ENRICH_COMPANY = "enrich_company"
|
22
22
|
BROWSERBASE = "browserbase"
|
23
|
+
CODE_EXECUTION = "code_execution"
|
23
24
|
|
24
25
|
def visit(
|
25
26
|
self,
|
@@ -32,6 +33,7 @@ class Tools(str, enum.Enum):
|
|
32
33
|
enrich_person: typing.Callable[[], T_Result],
|
33
34
|
enrich_company: typing.Callable[[], T_Result],
|
34
35
|
browserbase: typing.Callable[[], T_Result],
|
36
|
+
code_execution: typing.Callable[[], T_Result],
|
35
37
|
) -> T_Result:
|
36
38
|
if self is Tools.SEARCH:
|
37
39
|
return search()
|
@@ -51,3 +53,5 @@ class Tools(str, enum.Enum):
|
|
51
53
|
return enrich_company()
|
52
54
|
if self is Tools.BROWSERBASE:
|
53
55
|
return browserbase()
|
56
|
+
if self is Tools.CODE_EXECUTION:
|
57
|
+
return code_execution()
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/core/jsonable_encoder.py
RENAMED
File without changes
|
{athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/core/pydantic_utilities.py
RENAMED
File without changes
|
File without changes
|
{athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/core/remove_none_from_dict.py
RENAMED
File without changes
|
{athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/core/request_options.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/errors/internal_server_error.py
RENAMED
File without changes
|
{athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/errors/not_found_error.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/polling_message_client.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
|
{athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/tools/types/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/types/data_frame_request_out.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
|
{athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/types/file_data_response.py
RENAMED
File without changes
|
{athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/types/file_fetch_error.py
RENAMED
File without changes
|
File without changes
|
{athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/types/filter_operator.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/types/get_datasets_response.py
RENAMED
File without changes
|
{athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/types/get_snippet_out.py
RENAMED
File without changes
|
{athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/types/get_snippets_response.py
RENAMED
File without changes
|
{athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/types/http_validation_error.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/types/map_reduce_chain_out.py
RENAMED
File without changes
|
File without changes
|
{athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/types/message_out_dto.py
RENAMED
File without changes
|
File without changes
|
{athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/types/publish_formats.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/types/researcher_out.py
RENAMED
File without changes
|
{athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/types/semantic_query_out.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/types/time_dimension_model.py
RENAMED
File without changes
|
{athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/types/upload_documents_out.py
RENAMED
File without changes
|
File without changes
|
{athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/types/validation_error.py
RENAMED
File without changes
|
File without changes
|
{athena_intelligence-0.1.89 → athena_intelligence-0.1.91}/src/athena/types/workflow_status_out.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|