athena-intelligence 0.1.76__tar.gz → 0.1.78__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.
Files changed (78) hide show
  1. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/PKG-INFO +1 -1
  2. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/pyproject.toml +1 -1
  3. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/src/athena/core/client_wrapper.py +1 -1
  4. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/src/athena/types/llm_model.py +24 -0
  5. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/src/athena/types/model.py +4 -0
  6. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/README.md +0 -0
  7. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/src/athena/__init__.py +0 -0
  8. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/src/athena/base_client.py +0 -0
  9. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/src/athena/chain/__init__.py +0 -0
  10. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/src/athena/chain/client.py +0 -0
  11. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/src/athena/client.py +0 -0
  12. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/src/athena/core/__init__.py +0 -0
  13. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/src/athena/core/api_error.py +0 -0
  14. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/src/athena/core/datetime_utils.py +0 -0
  15. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/src/athena/core/file.py +0 -0
  16. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/src/athena/core/http_client.py +0 -0
  17. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/src/athena/core/jsonable_encoder.py +0 -0
  18. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/src/athena/core/pydantic_utilities.py +0 -0
  19. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/src/athena/core/remove_none_from_dict.py +0 -0
  20. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/src/athena/core/request_options.py +0 -0
  21. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/src/athena/dataset/__init__.py +0 -0
  22. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/src/athena/dataset/client.py +0 -0
  23. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/src/athena/environment.py +0 -0
  24. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/src/athena/errors/__init__.py +0 -0
  25. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/src/athena/errors/unprocessable_entity_error.py +0 -0
  26. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/src/athena/message/__init__.py +0 -0
  27. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/src/athena/message/client.py +0 -0
  28. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/src/athena/polling_message_client.py +0 -0
  29. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/src/athena/py.typed +0 -0
  30. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/src/athena/query/__init__.py +0 -0
  31. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/src/athena/query/client.py +0 -0
  32. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/src/athena/report/__init__.py +0 -0
  33. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/src/athena/report/client.py +0 -0
  34. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/src/athena/search/__init__.py +0 -0
  35. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/src/athena/search/client.py +0 -0
  36. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/src/athena/snippet/__init__.py +0 -0
  37. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/src/athena/snippet/client.py +0 -0
  38. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/src/athena/tools/__init__.py +0 -0
  39. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/src/athena/tools/client.py +0 -0
  40. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/src/athena/types/__init__.py +0 -0
  41. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/src/athena/types/convert_pdf_to_sheet_out.py +0 -0
  42. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/src/athena/types/dataset.py +0 -0
  43. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/src/athena/types/document.py +0 -0
  44. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/src/athena/types/excecute_tool_first_workflow_out.py +0 -0
  45. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/src/athena/types/file_data_response.py +0 -0
  46. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/src/athena/types/filter_model.py +0 -0
  47. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/src/athena/types/filter_operator.py +0 -0
  48. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/src/athena/types/firecrawl_scrape_url_data_reponse_dto.py +0 -0
  49. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/src/athena/types/firecrawl_scrape_url_metadata.py +0 -0
  50. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/src/athena/types/get_datasets_response.py +0 -0
  51. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/src/athena/types/get_snippet_out.py +0 -0
  52. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/src/athena/types/get_snippets_response.py +0 -0
  53. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/src/athena/types/http_validation_error.py +0 -0
  54. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/src/athena/types/langchain_documents_request_out.py +0 -0
  55. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/src/athena/types/map_reduce_chain_out.py +0 -0
  56. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/src/athena/types/message_out.py +0 -0
  57. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/src/athena/types/message_out_dto.py +0 -0
  58. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/src/athena/types/publish_formats.py +0 -0
  59. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/src/athena/types/query_model.py +0 -0
  60. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/src/athena/types/report.py +0 -0
  61. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/src/athena/types/researcher_out.py +0 -0
  62. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/src/athena/types/semantic_query_out.py +0 -0
  63. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/src/athena/types/snippet.py +0 -0
  64. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/src/athena/types/sql_results.py +0 -0
  65. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/src/athena/types/status_enum.py +0 -0
  66. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/src/athena/types/structured_parse_result.py +0 -0
  67. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/src/athena/types/time_dimension_model.py +0 -0
  68. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/src/athena/types/tools.py +0 -0
  69. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/src/athena/types/upload_documents_out.py +0 -0
  70. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/src/athena/types/url_result.py +0 -0
  71. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/src/athena/types/validation_error.py +0 -0
  72. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/src/athena/types/validation_error_loc_item.py +0 -0
  73. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/src/athena/types/workflow_status_out.py +0 -0
  74. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/src/athena/upload/__init__.py +0 -0
  75. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/src/athena/upload/client.py +0 -0
  76. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/src/athena/version.py +0 -0
  77. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/src/athena/workflow/__init__.py +0 -0
  78. {athena_intelligence-0.1.76 → athena_intelligence-0.1.78}/src/athena/workflow/client.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: athena-intelligence
3
- Version: 0.1.76
3
+ Version: 0.1.78
4
4
  Summary:
5
5
  Requires-Python: >=3.8,<4.0
6
6
  Classifier: Programming Language :: Python :: 3
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "athena-intelligence"
3
- version = "0.1.76"
3
+ version = "0.1.78"
4
4
  description = ""
5
5
  readme = "README.md"
6
6
  authors = []
@@ -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.76",
20
+ "X-Fern-SDK-Version": "0.1.78",
21
21
  }
22
22
  headers["X-API-KEY"] = self.api_key
23
23
  return headers
@@ -22,6 +22,7 @@ class LlmModel(str, enum.Enum):
22
22
  MIXTRAL_8_X_22_B_INSTRUCT = "mixtral-8x22b-instruct"
23
23
  LLAMA_V_38_B_INSTRUCT = "llama-v3-8b-instruct"
24
24
  LLAMA_V_370_B_INSTRUCT = "llama-v3-70b-instruct"
25
+ LLAMA_V_3_P_1405_B_INSTRUCT = "llama-v3p1-405b-instruct"
25
26
  CLAUDE_35_SONNET_20240620 = "claude-3-5-sonnet-20240620"
26
27
  CLAUDE_3_OPUS_20240229 = "claude-3-opus-20240229"
27
28
  CLAUDE_3_SONNET_20240229 = "claude-3-sonnet-20240229"
@@ -30,6 +31,11 @@ class LlmModel(str, enum.Enum):
30
31
  GROQ_LLAMA_38_B_8192 = "groq-llama3-8b-8192"
31
32
  GROQ_LLAMA_370_B_8192 = "groq-llama3-70b-8192"
32
33
  GROQ_GEMMA_7_B_IT = "groq-gemma-7b-it"
34
+ GROQ_LLAMA_31405_B_REASONING = "groq-llama-3.1-405b-reasoning"
35
+ GROQ_LLAMA_3170_B_VERSATILE = "groq-llama-3.1-70b-versatile"
36
+ GROQ_LLAMA_318_B_INSTANT = "groq-llama-3.1-8b-instant"
37
+ GROQ_LLAMA_3_GROQ_70_B_8192_TOOL_USE_PREVIEW = "groq-llama3-groq-70b-8192-tool-use-preview"
38
+ GROQ_LLAMA_3_GROQ_8_B_8192_TOOL_USE_PREVIEW = "groq-llama3-groq-8b-8192-tool-use-preview"
33
39
  DATABRICKS_DBRX = "databricks-dbrx"
34
40
  GOOGLE_GEMINI_10_PRO_LATEST = "google-gemini-1.0-pro-latest"
35
41
  GOOGLE_GEMINI_15_PRO_LATEST = "google-gemini-1.5-pro-latest"
@@ -49,6 +55,7 @@ class LlmModel(str, enum.Enum):
49
55
  mixtral_8_x_22_b_instruct: typing.Callable[[], T_Result],
50
56
  llama_v_38_b_instruct: typing.Callable[[], T_Result],
51
57
  llama_v_370_b_instruct: typing.Callable[[], T_Result],
58
+ llama_v_3_p_1405_b_instruct: typing.Callable[[], T_Result],
52
59
  claude_35_sonnet_20240620: typing.Callable[[], T_Result],
53
60
  claude_3_opus_20240229: typing.Callable[[], T_Result],
54
61
  claude_3_sonnet_20240229: typing.Callable[[], T_Result],
@@ -57,6 +64,11 @@ class LlmModel(str, enum.Enum):
57
64
  groq_llama_38_b_8192: typing.Callable[[], T_Result],
58
65
  groq_llama_370_b_8192: typing.Callable[[], T_Result],
59
66
  groq_gemma_7_b_it: typing.Callable[[], T_Result],
67
+ groq_llama_31405_b_reasoning: typing.Callable[[], T_Result],
68
+ groq_llama_3170_b_versatile: typing.Callable[[], T_Result],
69
+ groq_llama_318_b_instant: typing.Callable[[], T_Result],
70
+ groq_llama_3_groq_70_b_8192_tool_use_preview: typing.Callable[[], T_Result],
71
+ groq_llama_3_groq_8_b_8192_tool_use_preview: typing.Callable[[], T_Result],
60
72
  databricks_dbrx: typing.Callable[[], T_Result],
61
73
  google_gemini_10_pro_latest: typing.Callable[[], T_Result],
62
74
  google_gemini_15_pro_latest: typing.Callable[[], T_Result],
@@ -85,6 +97,8 @@ class LlmModel(str, enum.Enum):
85
97
  return llama_v_38_b_instruct()
86
98
  if self is LlmModel.LLAMA_V_370_B_INSTRUCT:
87
99
  return llama_v_370_b_instruct()
100
+ if self is LlmModel.LLAMA_V_3_P_1405_B_INSTRUCT:
101
+ return llama_v_3_p_1405_b_instruct()
88
102
  if self is LlmModel.CLAUDE_35_SONNET_20240620:
89
103
  return claude_35_sonnet_20240620()
90
104
  if self is LlmModel.CLAUDE_3_OPUS_20240229:
@@ -101,6 +115,16 @@ class LlmModel(str, enum.Enum):
101
115
  return groq_llama_370_b_8192()
102
116
  if self is LlmModel.GROQ_GEMMA_7_B_IT:
103
117
  return groq_gemma_7_b_it()
118
+ if self is LlmModel.GROQ_LLAMA_31405_B_REASONING:
119
+ return groq_llama_31405_b_reasoning()
120
+ if self is LlmModel.GROQ_LLAMA_3170_B_VERSATILE:
121
+ return groq_llama_3170_b_versatile()
122
+ if self is LlmModel.GROQ_LLAMA_318_B_INSTANT:
123
+ return groq_llama_318_b_instant()
124
+ if self is LlmModel.GROQ_LLAMA_3_GROQ_70_B_8192_TOOL_USE_PREVIEW:
125
+ return groq_llama_3_groq_70_b_8192_tool_use_preview()
126
+ if self is LlmModel.GROQ_LLAMA_3_GROQ_8_B_8192_TOOL_USE_PREVIEW:
127
+ return groq_llama_3_groq_8_b_8192_tool_use_preview()
104
128
  if self is LlmModel.DATABRICKS_DBRX:
105
129
  return databricks_dbrx()
106
130
  if self is LlmModel.GOOGLE_GEMINI_10_PRO_LATEST:
@@ -25,6 +25,7 @@ class Model(str, enum.Enum):
25
25
  CLAUDE_3_OPUS_20240229 = "claude-3-opus-20240229"
26
26
  CLAUDE_3_SONNET_20240229 = "claude-3-sonnet-20240229"
27
27
  CLAUDE_3_HAIKU_20240307 = "claude-3-haiku-20240307"
28
+ CLAUDE_35_SONNET_20240620 = "claude-3-5-sonnet-20240620"
28
29
  GOOGLE_GEMINI_10_PRO_LATEST = "google-gemini-1.0-pro-latest"
29
30
  DATABRICKS_DBRX = "databricks-dbrx"
30
31
 
@@ -44,6 +45,7 @@ class Model(str, enum.Enum):
44
45
  claude_3_opus_20240229: typing.Callable[[], T_Result],
45
46
  claude_3_sonnet_20240229: typing.Callable[[], T_Result],
46
47
  claude_3_haiku_20240307: typing.Callable[[], T_Result],
48
+ claude_35_sonnet_20240620: typing.Callable[[], T_Result],
47
49
  google_gemini_10_pro_latest: typing.Callable[[], T_Result],
48
50
  databricks_dbrx: typing.Callable[[], T_Result],
49
51
  ) -> T_Result:
@@ -75,6 +77,8 @@ class Model(str, enum.Enum):
75
77
  return claude_3_sonnet_20240229()
76
78
  if self is Model.CLAUDE_3_HAIKU_20240307:
77
79
  return claude_3_haiku_20240307()
80
+ if self is Model.CLAUDE_35_SONNET_20240620:
81
+ return claude_35_sonnet_20240620()
78
82
  if self is Model.GOOGLE_GEMINI_10_PRO_LATEST:
79
83
  return google_gemini_10_pro_latest()
80
84
  if self is Model.DATABRICKS_DBRX: