athena-intelligence 0.1.59__tar.gz → 0.1.60__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 (63) hide show
  1. {athena_intelligence-0.1.59 → athena_intelligence-0.1.60}/PKG-INFO +1 -1
  2. {athena_intelligence-0.1.59 → athena_intelligence-0.1.60}/pyproject.toml +1 -1
  3. {athena_intelligence-0.1.59 → athena_intelligence-0.1.60}/src/athena/core/client_wrapper.py +1 -1
  4. {athena_intelligence-0.1.59 → athena_intelligence-0.1.60}/src/athena/types/llm_model.py +4 -0
  5. {athena_intelligence-0.1.59 → athena_intelligence-0.1.60}/src/athena/types/model.py +4 -0
  6. {athena_intelligence-0.1.59 → athena_intelligence-0.1.60}/README.md +0 -0
  7. {athena_intelligence-0.1.59 → athena_intelligence-0.1.60}/src/athena/__init__.py +0 -0
  8. {athena_intelligence-0.1.59 → athena_intelligence-0.1.60}/src/athena/base_client.py +0 -0
  9. {athena_intelligence-0.1.59 → athena_intelligence-0.1.60}/src/athena/chain/__init__.py +0 -0
  10. {athena_intelligence-0.1.59 → athena_intelligence-0.1.60}/src/athena/chain/client.py +0 -0
  11. {athena_intelligence-0.1.59 → athena_intelligence-0.1.60}/src/athena/client.py +0 -0
  12. {athena_intelligence-0.1.59 → athena_intelligence-0.1.60}/src/athena/core/__init__.py +0 -0
  13. {athena_intelligence-0.1.59 → athena_intelligence-0.1.60}/src/athena/core/api_error.py +0 -0
  14. {athena_intelligence-0.1.59 → athena_intelligence-0.1.60}/src/athena/core/datetime_utils.py +0 -0
  15. {athena_intelligence-0.1.59 → athena_intelligence-0.1.60}/src/athena/core/file.py +0 -0
  16. {athena_intelligence-0.1.59 → athena_intelligence-0.1.60}/src/athena/core/http_client.py +0 -0
  17. {athena_intelligence-0.1.59 → athena_intelligence-0.1.60}/src/athena/core/jsonable_encoder.py +0 -0
  18. {athena_intelligence-0.1.59 → athena_intelligence-0.1.60}/src/athena/core/pydantic_utilities.py +0 -0
  19. {athena_intelligence-0.1.59 → athena_intelligence-0.1.60}/src/athena/core/remove_none_from_dict.py +0 -0
  20. {athena_intelligence-0.1.59 → athena_intelligence-0.1.60}/src/athena/core/request_options.py +0 -0
  21. {athena_intelligence-0.1.59 → athena_intelligence-0.1.60}/src/athena/dataset/__init__.py +0 -0
  22. {athena_intelligence-0.1.59 → athena_intelligence-0.1.60}/src/athena/dataset/client.py +0 -0
  23. {athena_intelligence-0.1.59 → athena_intelligence-0.1.60}/src/athena/environment.py +0 -0
  24. {athena_intelligence-0.1.59 → athena_intelligence-0.1.60}/src/athena/errors/__init__.py +0 -0
  25. {athena_intelligence-0.1.59 → athena_intelligence-0.1.60}/src/athena/errors/unprocessable_entity_error.py +0 -0
  26. {athena_intelligence-0.1.59 → athena_intelligence-0.1.60}/src/athena/message/__init__.py +0 -0
  27. {athena_intelligence-0.1.59 → athena_intelligence-0.1.60}/src/athena/message/client.py +0 -0
  28. {athena_intelligence-0.1.59 → athena_intelligence-0.1.60}/src/athena/polling_message_client.py +0 -0
  29. {athena_intelligence-0.1.59 → athena_intelligence-0.1.60}/src/athena/py.typed +0 -0
  30. {athena_intelligence-0.1.59 → athena_intelligence-0.1.60}/src/athena/query/__init__.py +0 -0
  31. {athena_intelligence-0.1.59 → athena_intelligence-0.1.60}/src/athena/query/client.py +0 -0
  32. {athena_intelligence-0.1.59 → athena_intelligence-0.1.60}/src/athena/report/__init__.py +0 -0
  33. {athena_intelligence-0.1.59 → athena_intelligence-0.1.60}/src/athena/report/client.py +0 -0
  34. {athena_intelligence-0.1.59 → athena_intelligence-0.1.60}/src/athena/search/__init__.py +0 -0
  35. {athena_intelligence-0.1.59 → athena_intelligence-0.1.60}/src/athena/search/client.py +0 -0
  36. {athena_intelligence-0.1.59 → athena_intelligence-0.1.60}/src/athena/snippet/__init__.py +0 -0
  37. {athena_intelligence-0.1.59 → athena_intelligence-0.1.60}/src/athena/snippet/client.py +0 -0
  38. {athena_intelligence-0.1.59 → athena_intelligence-0.1.60}/src/athena/tools/__init__.py +0 -0
  39. {athena_intelligence-0.1.59 → athena_intelligence-0.1.60}/src/athena/tools/client.py +0 -0
  40. {athena_intelligence-0.1.59 → athena_intelligence-0.1.60}/src/athena/types/__init__.py +0 -0
  41. {athena_intelligence-0.1.59 → athena_intelligence-0.1.60}/src/athena/types/dataset.py +0 -0
  42. {athena_intelligence-0.1.59 → athena_intelligence-0.1.60}/src/athena/types/document.py +0 -0
  43. {athena_intelligence-0.1.59 → athena_intelligence-0.1.60}/src/athena/types/excecute_tool_first_workflow_out.py +0 -0
  44. {athena_intelligence-0.1.59 → athena_intelligence-0.1.60}/src/athena/types/firecrawl_scrape_url_data_reponse_dto.py +0 -0
  45. {athena_intelligence-0.1.59 → athena_intelligence-0.1.60}/src/athena/types/firecrawl_scrape_url_metadata.py +0 -0
  46. {athena_intelligence-0.1.59 → athena_intelligence-0.1.60}/src/athena/types/get_datasets_response.py +0 -0
  47. {athena_intelligence-0.1.59 → athena_intelligence-0.1.60}/src/athena/types/get_snippet_out.py +0 -0
  48. {athena_intelligence-0.1.59 → athena_intelligence-0.1.60}/src/athena/types/get_snippets_response.py +0 -0
  49. {athena_intelligence-0.1.59 → athena_intelligence-0.1.60}/src/athena/types/http_validation_error.py +0 -0
  50. {athena_intelligence-0.1.59 → athena_intelligence-0.1.60}/src/athena/types/langchain_documents_request_out.py +0 -0
  51. {athena_intelligence-0.1.59 → athena_intelligence-0.1.60}/src/athena/types/map_reduce_chain_out.py +0 -0
  52. {athena_intelligence-0.1.59 → athena_intelligence-0.1.60}/src/athena/types/message_out.py +0 -0
  53. {athena_intelligence-0.1.59 → athena_intelligence-0.1.60}/src/athena/types/message_out_dto.py +0 -0
  54. {athena_intelligence-0.1.59 → athena_intelligence-0.1.60}/src/athena/types/report.py +0 -0
  55. {athena_intelligence-0.1.59 → athena_intelligence-0.1.60}/src/athena/types/snippet.py +0 -0
  56. {athena_intelligence-0.1.59 → athena_intelligence-0.1.60}/src/athena/types/sql_results.py +0 -0
  57. {athena_intelligence-0.1.59 → athena_intelligence-0.1.60}/src/athena/types/status_enum.py +0 -0
  58. {athena_intelligence-0.1.59 → athena_intelligence-0.1.60}/src/athena/types/structured_parse_result.py +0 -0
  59. {athena_intelligence-0.1.59 → athena_intelligence-0.1.60}/src/athena/types/tools.py +0 -0
  60. {athena_intelligence-0.1.59 → athena_intelligence-0.1.60}/src/athena/types/url_result.py +0 -0
  61. {athena_intelligence-0.1.59 → athena_intelligence-0.1.60}/src/athena/types/validation_error.py +0 -0
  62. {athena_intelligence-0.1.59 → athena_intelligence-0.1.60}/src/athena/types/validation_error_loc_item.py +0 -0
  63. {athena_intelligence-0.1.59 → athena_intelligence-0.1.60}/src/athena/version.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: athena-intelligence
3
- Version: 0.1.59
3
+ Version: 0.1.60
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.59"
3
+ version = "0.1.60"
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.59",
20
+ "X-Fern-SDK-Version": "0.1.60",
21
21
  }
22
22
  headers["X-API-KEY"] = self.api_key
23
23
  return headers
@@ -14,6 +14,7 @@ class LlmModel(str, enum.Enum):
14
14
  GPT_35_TURBO = "gpt-3.5-turbo"
15
15
  GPT_4_TURBO = "gpt-4-turbo"
16
16
  GPT_4_TURBO_PREVIEW = "gpt-4-turbo-preview"
17
+ GPT_4_O = "gpt-4o"
17
18
  GPT_4 = "gpt-4"
18
19
  MIXTRAL_SMALL_8_X_7_B_0211 = "mixtral-small-8x7b-0211"
19
20
  MISTRAL_LARGE_0224 = "mistral-large-0224"
@@ -36,6 +37,7 @@ class LlmModel(str, enum.Enum):
36
37
  gpt_35_turbo: typing.Callable[[], T_Result],
37
38
  gpt_4_turbo: typing.Callable[[], T_Result],
38
39
  gpt_4_turbo_preview: typing.Callable[[], T_Result],
40
+ gpt_4_o: typing.Callable[[], T_Result],
39
41
  gpt_4: typing.Callable[[], T_Result],
40
42
  mixtral_small_8_x_7_b_0211: typing.Callable[[], T_Result],
41
43
  mistral_large_0224: typing.Callable[[], T_Result],
@@ -59,6 +61,8 @@ class LlmModel(str, enum.Enum):
59
61
  return gpt_4_turbo()
60
62
  if self is LlmModel.GPT_4_TURBO_PREVIEW:
61
63
  return gpt_4_turbo_preview()
64
+ if self is LlmModel.GPT_4_O:
65
+ return gpt_4_o()
62
66
  if self is LlmModel.GPT_4:
63
67
  return gpt_4()
64
68
  if self is LlmModel.MIXTRAL_SMALL_8_X_7_B_0211:
@@ -15,6 +15,7 @@ class Model(str, enum.Enum):
15
15
  GPT_4_TURBO = "gpt-4-turbo"
16
16
  GPT_4_TURBO_PREVIEW = "gpt-4-turbo-preview"
17
17
  GPT_4 = "gpt-4"
18
+ GPT_4_O = "gpt-4o"
18
19
  MIXTRAL_SMALL_8_X_7_B_0211 = "mixtral-small-8x7b-0211"
19
20
  MISTRAL_LARGE_0224 = "mistral-large-0224"
20
21
  MIXTRAL_8_X_22_B_INSTRUCT = "mixtral-8x22b-instruct"
@@ -32,6 +33,7 @@ class Model(str, enum.Enum):
32
33
  gpt_4_turbo: typing.Callable[[], T_Result],
33
34
  gpt_4_turbo_preview: typing.Callable[[], T_Result],
34
35
  gpt_4: typing.Callable[[], T_Result],
36
+ gpt_4_o: typing.Callable[[], T_Result],
35
37
  mixtral_small_8_x_7_b_0211: typing.Callable[[], T_Result],
36
38
  mistral_large_0224: typing.Callable[[], T_Result],
37
39
  mixtral_8_x_22_b_instruct: typing.Callable[[], T_Result],
@@ -51,6 +53,8 @@ class Model(str, enum.Enum):
51
53
  return gpt_4_turbo_preview()
52
54
  if self is Model.GPT_4:
53
55
  return gpt_4()
56
+ if self is Model.GPT_4_O:
57
+ return gpt_4_o()
54
58
  if self is Model.MIXTRAL_SMALL_8_X_7_B_0211:
55
59
  return mixtral_small_8_x_7_b_0211()
56
60
  if self is Model.MISTRAL_LARGE_0224: