vectara-agentic 0.1.16__py3-none-any.whl → 0.1.17__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.

Potentially problematic release.


This version of vectara-agentic might be problematic. Click here for more details.

@@ -3,7 +3,7 @@ vectara_agentic package.
3
3
  """
4
4
 
5
5
  # Define the package version
6
- __version__ = "0.1.16"
6
+ __version__ = "0.1.17"
7
7
 
8
8
  # Import classes and functions from modules
9
9
  # from .module1 import Class1, function1
vectara_agentic/utils.py CHANGED
@@ -31,7 +31,7 @@ def _get_llm_params_for_role(role: LLMRole) -> Tuple[ModelProvider, str]:
31
31
  """Get the model provider and model name for the specified role."""
32
32
  if role == LLMRole.TOOL:
33
33
  model_provider = ModelProvider(
34
- os.getenv("VECTARA_AGENTIC_TOOL_LLM_PROVIDER", str(DEFAULT_MODEL_PROVIDER))
34
+ os.getenv("VECTARA_AGENTIC_TOOL_LLM_PROVIDER", DEFAULT_MODEL_PROVIDER.value)
35
35
  )
36
36
  model_name = os.getenv(
37
37
  "VECTARA_AGENTIC_TOOL_MODEL_NAME",
@@ -39,7 +39,7 @@ def _get_llm_params_for_role(role: LLMRole) -> Tuple[ModelProvider, str]:
39
39
  )
40
40
  else:
41
41
  model_provider = ModelProvider(
42
- os.getenv("VECTARA_AGENTIC_MAIN_LLM_PROVIDER", str(DEFAULT_MODEL_PROVIDER))
42
+ os.getenv("VECTARA_AGENTIC_MAIN_LLM_PROVIDER", DEFAULT_MODEL_PROVIDER.value)
43
43
  )
44
44
  model_name = os.getenv(
45
45
  "VECTARA_AGENTIC_MAIN_MODEL_NAME",
@@ -47,7 +47,7 @@ def _get_llm_params_for_role(role: LLMRole) -> Tuple[ModelProvider, str]:
47
47
  )
48
48
 
49
49
  agent_type = AgentType(
50
- os.getenv("VECTARA_AGENTIC_AGENT_TYPE", str(AgentType.OPENAI))
50
+ os.getenv("VECTARA_AGENTIC_AGENT_TYPE", AgentType.OPENAI.value)
51
51
  )
52
52
  if (
53
53
  role == LLMRole.MAIN
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: vectara_agentic
3
- Version: 0.1.16
3
+ Version: 0.1.17
4
4
  Summary: A Python package for creating AI Assistants and AI Agents with Vectara
5
5
  Home-page: https://github.com/vectara/py-vectara-agentic
6
6
  Author: Ofer Mendelevitch
@@ -16,12 +16,12 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
16
16
  Requires-Python: >=3.10
17
17
  Description-Content-Type: text/markdown
18
18
  License-File: LICENSE
19
- Requires-Dist: llama-index==0.11.18
19
+ Requires-Dist: llama-index==0.11.20
20
20
  Requires-Dist: llama-index-indices-managed-vectara==0.2.2
21
21
  Requires-Dist: llama-index-agent-llm-compiler==0.2.0
22
22
  Requires-Dist: llama-index-agent-openai==0.3.4
23
- Requires-Dist: llama-index-llms-openai==0.2.15
24
- Requires-Dist: llama-index-llms-anthropic==0.3.6
23
+ Requires-Dist: llama-index-llms-openai==0.2.16
24
+ Requires-Dist: llama-index-llms-anthropic==0.3.7
25
25
  Requires-Dist: llama-index-llms-together==0.2.0
26
26
  Requires-Dist: llama-index-llms-groq==0.2.0
27
27
  Requires-Dist: llama-index-llms-fireworks==0.2.2
@@ -32,9 +32,9 @@ Requires-Dist: llama-index-tools-arxiv==0.2.0
32
32
  Requires-Dist: llama-index-tools-database==0.2.0
33
33
  Requires-Dist: llama-index-tools-google==0.2.0
34
34
  Requires-Dist: llama-index-tools-tavily-research==0.2.0
35
+ Requires-Dist: llama-index-tools-neo4j==0.2.0
35
36
  Requires-Dist: tavily-python==0.5.0
36
37
  Requires-Dist: yahoo-finance==1.4.0
37
- Requires-Dist: llama-index-tools-neo4j==0.2.0
38
38
  Requires-Dist: openinference-instrumentation-llama-index==3.0.2
39
39
  Requires-Dist: arize-phoenix==4.35.1
40
40
  Requires-Dist: arize-phoenix-otel==0.5.1
@@ -1,7 +1,7 @@
1
1
  tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
2
  tests/test_agent.py,sha256=aQYYr_8hKlFiDgyI5Dd39TG5vkmDJe7F_nIzMTCLsTQ,2517
3
3
  tests/test_tools.py,sha256=hDAlXkWKuXHnAjeQwMuTLTwNdRsM-xR7muBzFkZRefw,2942
4
- vectara_agentic/__init__.py,sha256=ZlASMUqOFi5HTDFaRUEB3Egf_nUuUtr1X-TjPkZceLc,508
4
+ vectara_agentic/__init__.py,sha256=FzVPx4Ti8Q5wVyUpNpsVuuRLjoyHkR563ncsfextd2k,508
5
5
  vectara_agentic/_callback.py,sha256=EexD7-Qx2lZuQk4kjzwvIJAyfIzroWKz2VaVPD4TTkM,4621
6
6
  vectara_agentic/_observability.py,sha256=v0xxTk8KI8nVK2rpyGqOVhyva9ymqOmZK5brKqFOwMM,3828
7
7
  vectara_agentic/_prompts.py,sha256=CxSKueS4lF130VMSovFKeapTM9DZ8Ja4akEFIw7q0Ks,5670
@@ -10,9 +10,9 @@ vectara_agentic/agent_endpoint.py,sha256=I3zTEezbAiNeW5I41r0NjIaR8Ucn4oe1XVcALek
10
10
  vectara_agentic/tools.py,sha256=_rXEK9tuuDMM_Zf04AoehklydTMSb1esqEYkNjLvmyY,20103
11
11
  vectara_agentic/tools_catalog.py,sha256=CpFTTyocsTu-Sx8KjqSsZZhLditSrV-vRZd2YMFU0AY,4940
12
12
  vectara_agentic/types.py,sha256=FbZXc5oPje6kdimfrksDc8F-tYHSLK8ReAv7O291YkI,1131
13
- vectara_agentic/utils.py,sha256=7DgzU_hZIODrzuEfP8HP7l2dO9zEt8BObhO2tCTijow,3819
14
- vectara_agentic-0.1.16.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
15
- vectara_agentic-0.1.16.dist-info/METADATA,sha256=QYMmXzZBZwLvgr9rcx4dt0aE-upuJ3mqlJi7v5vt0T0,13595
16
- vectara_agentic-0.1.16.dist-info/WHEEL,sha256=OVMc5UfuAQiSplgO0_WdW7vXVGAt9Hdd6qtN4HotdyA,91
17
- vectara_agentic-0.1.16.dist-info/top_level.txt,sha256=Y7TQTFdOYGYodQRltUGRieZKIYuzeZj2kHqAUpfCUfg,22
18
- vectara_agentic-0.1.16.dist-info/RECORD,,
13
+ vectara_agentic/utils.py,sha256=BCd5tI9LKVXuPc4WsxGwgbouLcWr200JDWSsGNUwZg0,3822
14
+ vectara_agentic-0.1.17.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
15
+ vectara_agentic-0.1.17.dist-info/METADATA,sha256=iFCMBcWNtYPnyR2RhBAnVvu-8uQWNzqJx8N3tSKL05k,13595
16
+ vectara_agentic-0.1.17.dist-info/WHEEL,sha256=OVMc5UfuAQiSplgO0_WdW7vXVGAt9Hdd6qtN4HotdyA,91
17
+ vectara_agentic-0.1.17.dist-info/top_level.txt,sha256=Y7TQTFdOYGYodQRltUGRieZKIYuzeZj2kHqAUpfCUfg,22
18
+ vectara_agentic-0.1.17.dist-info/RECORD,,