athena-intelligence 0.1.93__py3-none-any.whl → 0.1.95__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.
Files changed (67) hide show
  1. athena/__init__.py +1 -76
  2. athena/base_client.py +4 -31
  3. athena/client.py +4 -9
  4. athena/core/client_wrapper.py +1 -1
  5. athena/environment.py +1 -1
  6. athena/tools/client.py +61 -916
  7. athena/tools/types/tools_data_frame_request_columns_item.py +1 -1
  8. athena/types/__init__.py +0 -66
  9. athena/types/data_frame_parsing_error.py +1 -1
  10. athena/types/data_frame_request_out.py +5 -1
  11. athena/types/data_frame_unknown_format_error.py +1 -1
  12. {athena_intelligence-0.1.93.dist-info → athena_intelligence-0.1.95.dist-info}/METADATA +1 -1
  13. athena_intelligence-0.1.95.dist-info/RECORD +40 -0
  14. athena/chain/__init__.py +0 -2
  15. athena/chain/client.py +0 -302
  16. athena/dataset/__init__.py +0 -2
  17. athena/dataset/client.py +0 -124
  18. athena/message/__init__.py +0 -2
  19. athena/message/client.py +0 -249
  20. athena/polling_message_client.py +0 -125
  21. athena/query/__init__.py +0 -2
  22. athena/query/client.py +0 -123
  23. athena/report/__init__.py +0 -2
  24. athena/report/client.py +0 -125
  25. athena/search/__init__.py +0 -2
  26. athena/search/client.py +0 -171
  27. athena/snippet/__init__.py +0 -2
  28. athena/snippet/client.py +0 -208
  29. athena/types/athena_document_v_2_out.py +0 -29
  30. athena/types/convert_pdf_to_sheet_out.py +0 -30
  31. athena/types/dataset.py +0 -33
  32. athena/types/document.py +0 -47
  33. athena/types/excecute_tool_first_workflow_out.py +0 -29
  34. athena/types/file_data_response.py +0 -36
  35. athena/types/filter_model.py +0 -32
  36. athena/types/filter_operator.py +0 -73
  37. athena/types/firecrawl_scrape_url_data_reponse_dto.py +0 -32
  38. athena/types/firecrawl_scrape_url_metadata.py +0 -34
  39. athena/types/get_datasets_response.py +0 -34
  40. athena/types/get_snippet_out.py +0 -29
  41. athena/types/get_snippets_response.py +0 -34
  42. athena/types/langchain_documents_request_out.py +0 -29
  43. athena/types/llm_model.py +0 -141
  44. athena/types/map_reduce_chain_out.py +0 -32
  45. athena/types/message_out.py +0 -29
  46. athena/types/message_out_dto.py +0 -35
  47. athena/types/model.py +0 -93
  48. athena/types/publish_formats.py +0 -31
  49. athena/types/query_model.py +0 -40
  50. athena/types/report.py +0 -32
  51. athena/types/researcher_out.py +0 -29
  52. athena/types/semantic_query_out.py +0 -29
  53. athena/types/snippet.py +0 -35
  54. athena/types/sql_results.py +0 -29
  55. athena/types/status_enum.py +0 -29
  56. athena/types/structured_parse_result.py +0 -29
  57. athena/types/time_dimension_model.py +0 -33
  58. athena/types/tools.py +0 -57
  59. athena/types/upload_documents_out.py +0 -31
  60. athena/types/url_result.py +0 -29
  61. athena/types/workflow_status_out.py +0 -31
  62. athena/upload/__init__.py +0 -2
  63. athena/upload/client.py +0 -108
  64. athena/workflow/__init__.py +0 -2
  65. athena/workflow/client.py +0 -117
  66. athena_intelligence-0.1.93.dist-info/RECORD +0 -92
  67. {athena_intelligence-0.1.93.dist-info → athena_intelligence-0.1.95.dist-info}/WHEEL +0 -0
@@ -1,92 +0,0 @@
1
- athena/__init__.py,sha256=vS1F7G3hdiHGM-q24LBoKf77EHpaDBrb3ZzM_sgXoGY,2801
2
- athena/base_client.py,sha256=yP2dIc8ja04pFizBx5xF4qhkeOPJ3V9DMfqYcW5HIGg,7119
3
- athena/chain/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
4
- athena/chain/client.py,sha256=lM0hdPC-JatI_o09NvGVBLi906V_XUwQ4Tb_FKrSAgk,11105
5
- athena/client.py,sha256=piHOo-a8KiuQnBCsJ509zSRahXd6DCaxkzaqqTbNWME,9680
6
- athena/core/__init__.py,sha256=UFXpYzcGxWQUucU1TkjOQ9mGWN3A5JohluOIWVYKU4I,973
7
- athena/core/api_error.py,sha256=RE8LELok2QCjABadECTvtDp7qejA1VmINCh6TbqPwSE,426
8
- athena/core/client_wrapper.py,sha256=_v4OWCSuTY6RPbfH7lil2OGW5-0rOYkHO9wGoS2FiIM,1805
9
- athena/core/datetime_utils.py,sha256=nBys2IsYrhPdszxGKCNRPSOCwa-5DWOHG95FB8G9PKo,1047
10
- athena/core/file.py,sha256=sy1RUGZ3aJYuw998bZytxxo6QdgKmlnlgBaMvwEKCGg,1480
11
- athena/core/http_client.py,sha256=Z4NuAsJD-51yqmoME17O5sxwx5orSp1wsnd6bPyKcgA,17768
12
- athena/core/jsonable_encoder.py,sha256=L6G68Py6gEo8n87rXwlkLPUyzHvXftEBjJZNb2tCuOA,3742
13
- athena/core/pydantic_utilities.py,sha256=hI3vcpSG47sVlafyPol2T2ICt8HNMIu_rM9amc2zf7w,748
14
- athena/core/query_encoder.py,sha256=sI6XiwFby-WRIk4MVN_5wlAlm30aCHE73Uvm09fb9qQ,1266
15
- athena/core/remove_none_from_dict.py,sha256=EU9SGgYidWq7SexuJbNs4-PZ-5Bl3Vppd864mS6vQZw,342
16
- athena/core/request_options.py,sha256=-3QoOMMHI2exIyHH6Q2MD7rpo_6w-i6zMAy0nqWTN8c,1420
17
- athena/dataset/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
18
- athena/dataset/client.py,sha256=GJNYHKpb3_NMJ6A1cVObhlLiEKQxNONP5acJw8RA4_E,4108
19
- athena/environment.py,sha256=D_CljQlUahhEi9smvMslj_5Y8gMFO6D0fRCL0ydRLuM,165
20
- athena/errors/__init__.py,sha256=0LicWKR1fNQwwL8_ohKhBkxXTD8StFlBYDFG1jPgqOk,405
21
- athena/errors/internal_server_error.py,sha256=WEwVqzsfpBTaqZipvse-kvKbW-3NbpXVvuHXs_64U0M,315
22
- athena/errors/not_found_error.py,sha256=uBK3JapPPgTkMoSCX9j22C6MDtSuTuSPmjT0lDRigpA,287
23
- athena/errors/unprocessable_entity_error.py,sha256=FvR7XPlV3Xx5nu8HNlmLhBRdk4so_gCHjYT5PyZe6sM,313
24
- athena/errors/unsupported_media_type_error.py,sha256=fQ7TYQ3QYcT_YzFzO4f8_bLger7UQfZmuF22I9jYxFA,340
25
- athena/message/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
26
- athena/message/client.py,sha256=WroRT0SbFM_DfAtdKsvn3lBYWyxeUOn48SVvKPrznMo,8329
27
- athena/polling_message_client.py,sha256=dmmycImvog2niEFFPo4rE5xMJHUlq9NqAr4xlFK6_Os,3998
28
- athena/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
29
- athena/query/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
30
- athena/query/client.py,sha256=-ucV9cjOYiosZ1vlOlKzDEE_hsLRA9ygahwHE7mYzE8,4030
31
- athena/report/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
32
- athena/report/client.py,sha256=7m8BGbuPK0nY6qvUDTZBXDzJ3tls0OgtR3kom9pl6F0,4053
33
- athena/search/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
34
- athena/search/client.py,sha256=Rgnx9gpAYdEcBQfWaCwFQXOxGMzbpG2w6B-ob1JXQCI,5136
35
- athena/snippet/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
36
- athena/snippet/client.py,sha256=LTSC-XPiv5fuUveErgdnJYsDTP0JtmZImame4ywScuA,7089
37
- athena/tools/__init__.py,sha256=3n7oOoMebo06MAQqYRE2CX9Q0fTNnKBYE0cTlh1MPkM,165
38
- athena/tools/client.py,sha256=7NISJcJIfcnQzvs3Sebv1T58hL7p_bfqKo88AJcokvo,40373
39
- athena/tools/types/__init__.py,sha256=cA-ZQm6veQAP3_vKu9KkZpISsQqgTBN_Z--FGY1c2iA,197
40
- athena/tools/types/tools_data_frame_request_columns_item.py,sha256=GA1FUlTV_CfSc-KToTAwFf4Exl0rr4fsweVZupztjw0,138
41
- athena/types/__init__.py,sha256=UKGjYkgCipVr4_CBwGkCL6PdYGC4XsS7qYdRmCGpr8Q,3298
42
- athena/types/athena_document_v_2_out.py,sha256=_wUNU1ygb0FNcf3ls9Xf0_3ePHkwXjRhh7YAKJcfirw,1146
43
- athena/types/convert_pdf_to_sheet_out.py,sha256=ce27tpf6OzV7eVTpMV3oeEqvqVzOwUBFRxxHnS6Y60M,1152
44
- athena/types/data_frame_parsing_error.py,sha256=gXJXZQsZKgzRoF7iLKvy1JFZAPI-M-ajY7ybLW-XYvA,1145
45
- athena/types/data_frame_request_out.py,sha256=u2dVlNwkzIStseKbXHGwt8kvjre64TNrulDxE7Gi7E0,1522
46
- athena/types/data_frame_request_out_columns_item.py,sha256=9cjzciFv6C8n8Griytt_q_8ovkzHViS5tvUcMDfkfKE,143
47
- athena/types/data_frame_request_out_data_item_item.py,sha256=KMTJRr-1bdKDNMbUericCliwRoPHLGRV-n2bJtxdRW0,144
48
- athena/types/data_frame_request_out_index_item.py,sha256=bW7oe912trpkYKodj-I_AiTXXy61yWzliekcsUZkZE0,141
49
- athena/types/data_frame_unknown_format_error.py,sha256=g6Q-TJ9sbtYRuDhgy7fBv_vbQawtil5AIRX0IlU8U4E,1171
50
- athena/types/dataset.py,sha256=7uxfEhuHSk63SWyJO8pvxuFr-s6QR_tQvJdp5XUZP4Q,1257
51
- athena/types/document.py,sha256=HF_Cn04RvbKTD6gQws78AJyS1k1KUK98xvlpXujUewQ,1618
52
- athena/types/excecute_tool_first_workflow_out.py,sha256=F0tkk2uEXNZaVeKPIxA68Mdwy__VcUjfVQVs_8dv_dk,1138
53
- athena/types/file_data_response.py,sha256=3BNJCDo4VL6q9ksp2jDOkAP_Sp6e6eCsRjqyWGnqSa0,1434
54
- athena/types/file_fetch_error.py,sha256=iR7IXjj2C4lJFcWV3aS2gfhmT3CE-_hhBDSWFaCktHU,1162
55
- athena/types/filter_model.py,sha256=kSbwPuRuO64zlsezeb8XqiCwUblNmGqZ_0ZVga8gu8A,1218
56
- athena/types/filter_operator.py,sha256=8E4hKamq97tR3_Qp4YNDYRDPx4QHODciqGLENkwtf3o,2200
57
- athena/types/firecrawl_scrape_url_data_reponse_dto.py,sha256=LnfozpXce-dIgEJKmZS9U3xtLpjhJYmhaw4_OXOtuFY,1264
58
- athena/types/firecrawl_scrape_url_metadata.py,sha256=PKRuhZFGFQgUYCQIDyNpL1lbM3JSHU7vqm6lZ07ZxFQ,1406
59
- athena/types/get_datasets_response.py,sha256=XgTjN6-bxFqLE_nQJP2SCCTtN0E_ZUM2Qusm0m1FngE,1232
60
- athena/types/get_snippet_out.py,sha256=Dcy2rZhie8_X41r4lmE5W2R5Jd9L2GnDKJv39emKUwU,1142
61
- athena/types/get_snippets_response.py,sha256=c7xxCp71lAxXjuKMavXAUw91UXAJGLSoWnGkqWfbuO0,1232
62
- athena/types/http_validation_error.py,sha256=ZuVHc-T6RFEo7_qBO8DWHa2jGJ6O--tUIZynmLFezsI,1216
63
- athena/types/langchain_documents_request_out.py,sha256=UUcByVZb6SVwhTtAScRey1FROpZitHEPsamAkdLbuhI,1155
64
- athena/types/llm_model.py,sha256=TnJnS1zT1xr0u2ht-uVlMyLLDDivpnwmEIY_stFAgbk,6850
65
- athena/types/map_reduce_chain_out.py,sha256=p9rN21wMZaki_rpd1Z_0DM4tvlDdYG8gHE2Xg4TEAvE,1213
66
- athena/types/message_out.py,sha256=Jli5sJBAtwOgkZjpx28kVHfBRoBLuINyNTm_9AXPuys,1108
67
- athena/types/message_out_dto.py,sha256=iELbR1DZBrlSshzIdfpZ3ZR2V1fzAzVw4aprxcfzg38,1294
68
- athena/types/model.py,sha256=cK7bI1QdJrm6rO_nfQurDMojwucuYEOKpqSW8LWC15Y,3927
69
- athena/types/publish_formats.py,sha256=1j2fgJo0MMaHzEEYxd9uCFq_Y7bFoQox0JgKCfcPXLo,1148
70
- athena/types/query_model.py,sha256=F-HSvgcTys4hA3e7sYas_71APMZmAu_LOKqWVZ0-Jx4,1684
71
- athena/types/report.py,sha256=Yr_Ph7BS-2QgMJ3az5GP_fwlRMl6i4-1MGWYcLPSPhY,1189
72
- athena/types/researcher_out.py,sha256=XC8f90Q1G18zSSEzJ3pM5hrMnBDt0rrBIri0pJVFWQg,1142
73
- athena/types/semantic_query_out.py,sha256=sdsVToZ5o5AUTKVSeCeyhb8TwINMX5RZgs5XbZgkiaQ,1143
74
- athena/types/snippet.py,sha256=p-rtoaYKs1aN4gP-_UqzKMyG8KLwmH4k6OBguX-Q71s,1369
75
- athena/types/sql_results.py,sha256=ikxHio7BRnWqNIwdoZcoVOf3Un64Kn9qLAHiIjOVwiQ,1143
76
- athena/types/status_enum.py,sha256=0UZbhdAx215GHC-U53RS98mYHtn1N3On4VBe4j02Qtc,672
77
- athena/types/structured_parse_result.py,sha256=BFjA9R20kTdiRaPpQd7tEmLuSCO9ux1SF7rDziq61nY,1148
78
- athena/types/time_dimension_model.py,sha256=Kp-s5Xd05JIyLzGG8X9eop5e0P3yi0S1bygW4BXApKI,1294
79
- athena/types/tools.py,sha256=OrWzaeeBEVk2qsttuRNaStPq7XhRuitydA1oJVqJqPE,1747
80
- athena/types/upload_documents_out.py,sha256=NObG9duFoIyCTPggNs_arCkNybEvlsmEFNkeGTcHH3s,1249
81
- athena/types/url_result.py,sha256=y_77BhRPQM7a1ugJpDHNDbNv1e2T79Evm9y-0Y4wrr8,1136
82
- athena/types/validation_error.py,sha256=zub9I6bl192KHCE8RA0pEkdaEODR3ktTFnZ7E1B7Eco,1235
83
- athena/types/validation_error_loc_item.py,sha256=LAtjCHIllWRBFXvAZ5QZpp7CPXjdtN9EB7HrLVo6EP0,128
84
- athena/types/workflow_status_out.py,sha256=qB-jBg1kMlwi942Xosd2XSGbhXFJUI7LpM04hd3l9UE,1242
85
- athena/upload/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
86
- athena/upload/client.py,sha256=Z44mBN3Vg_HG4uOqrzBkkNhCGETjsAlbU1RA50KDxkQ,3897
87
- athena/version.py,sha256=8aYAOJtVLaJLpRp6mTiEIhnl8gXA7yE0aDtZ-3mKQ4k,87
88
- athena/workflow/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
89
- athena/workflow/client.py,sha256=1WGH4MCnwae5Wgb7pGfiyZRr--HscVpdHxeouNSyPe0,4023
90
- athena_intelligence-0.1.93.dist-info/METADATA,sha256=DqrzE2MIZvoM86KeND0CSONN97BlrxUfpwRH1qHSucs,5273
91
- athena_intelligence-0.1.93.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
92
- athena_intelligence-0.1.93.dist-info/RECORD,,