vectara-agentic 0.1.16__tar.gz → 0.1.17__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.
Potentially problematic release.
This version of vectara-agentic might be problematic. Click here for more details.
- {vectara_agentic-0.1.16/vectara_agentic.egg-info → vectara_agentic-0.1.17}/PKG-INFO +5 -5
- {vectara_agentic-0.1.16 → vectara_agentic-0.1.17}/requirements.txt +4 -4
- {vectara_agentic-0.1.16 → vectara_agentic-0.1.17}/setup.py +1 -1
- {vectara_agentic-0.1.16 → vectara_agentic-0.1.17}/vectara_agentic/__init__.py +1 -1
- {vectara_agentic-0.1.16 → vectara_agentic-0.1.17}/vectara_agentic/utils.py +3 -3
- {vectara_agentic-0.1.16 → vectara_agentic-0.1.17/vectara_agentic.egg-info}/PKG-INFO +5 -5
- {vectara_agentic-0.1.16 → vectara_agentic-0.1.17}/vectara_agentic.egg-info/requires.txt +4 -4
- {vectara_agentic-0.1.16 → vectara_agentic-0.1.17}/LICENSE +0 -0
- {vectara_agentic-0.1.16 → vectara_agentic-0.1.17}/MANIFEST.in +0 -0
- {vectara_agentic-0.1.16 → vectara_agentic-0.1.17}/README.md +0 -0
- {vectara_agentic-0.1.16 → vectara_agentic-0.1.17}/setup.cfg +0 -0
- {vectara_agentic-0.1.16 → vectara_agentic-0.1.17}/tests/__init__.py +0 -0
- {vectara_agentic-0.1.16 → vectara_agentic-0.1.17}/tests/test_agent.py +0 -0
- {vectara_agentic-0.1.16 → vectara_agentic-0.1.17}/tests/test_tools.py +0 -0
- {vectara_agentic-0.1.16 → vectara_agentic-0.1.17}/vectara_agentic/_callback.py +0 -0
- {vectara_agentic-0.1.16 → vectara_agentic-0.1.17}/vectara_agentic/_observability.py +0 -0
- {vectara_agentic-0.1.16 → vectara_agentic-0.1.17}/vectara_agentic/_prompts.py +0 -0
- {vectara_agentic-0.1.16 → vectara_agentic-0.1.17}/vectara_agentic/agent.py +0 -0
- {vectara_agentic-0.1.16 → vectara_agentic-0.1.17}/vectara_agentic/agent_endpoint.py +0 -0
- {vectara_agentic-0.1.16 → vectara_agentic-0.1.17}/vectara_agentic/tools.py +0 -0
- {vectara_agentic-0.1.16 → vectara_agentic-0.1.17}/vectara_agentic/tools_catalog.py +0 -0
- {vectara_agentic-0.1.16 → vectara_agentic-0.1.17}/vectara_agentic/types.py +0 -0
- {vectara_agentic-0.1.16 → vectara_agentic-0.1.17}/vectara_agentic.egg-info/SOURCES.txt +0 -0
- {vectara_agentic-0.1.16 → vectara_agentic-0.1.17}/vectara_agentic.egg-info/dependency_links.txt +0 -0
- {vectara_agentic-0.1.16 → vectara_agentic-0.1.17}/vectara_agentic.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: vectara_agentic
|
|
3
|
-
Version: 0.1.
|
|
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.
|
|
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.
|
|
24
|
-
Requires-Dist: llama-index-llms-anthropic==0.3.
|
|
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,9 +1,9 @@
|
|
|
1
|
-
llama-index==0.11.
|
|
1
|
+
llama-index==0.11.20
|
|
2
2
|
llama-index-indices-managed-vectara==0.2.2
|
|
3
3
|
llama-index-agent-llm-compiler==0.2.0
|
|
4
4
|
llama-index-agent-openai==0.3.4
|
|
5
|
-
llama-index-llms-openai==0.2.
|
|
6
|
-
llama-index-llms-anthropic==0.3.
|
|
5
|
+
llama-index-llms-openai==0.2.16
|
|
6
|
+
llama-index-llms-anthropic==0.3.7
|
|
7
7
|
llama-index-llms-together==0.2.0
|
|
8
8
|
llama-index-llms-groq==0.2.0
|
|
9
9
|
llama-index-llms-fireworks==0.2.2
|
|
@@ -14,9 +14,9 @@ llama-index-tools-arxiv==0.2.0
|
|
|
14
14
|
llama-index-tools-database==0.2.0
|
|
15
15
|
llama-index-tools-google==0.2.0
|
|
16
16
|
llama-index-tools-tavily_research==0.2.0
|
|
17
|
+
llama-index-tools-neo4j==0.2.0
|
|
17
18
|
tavily-python==0.5.0
|
|
18
19
|
yahoo-finance==1.4.0
|
|
19
|
-
llama-index-tools-neo4j==0.2.0
|
|
20
20
|
openinference-instrumentation-llama-index==3.0.2
|
|
21
21
|
arize-phoenix==4.35.1
|
|
22
22
|
arize-phoenix-otel==0.5.1
|
|
@@ -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",
|
|
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",
|
|
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",
|
|
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.
|
|
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.
|
|
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.
|
|
24
|
-
Requires-Dist: llama-index-llms-anthropic==0.3.
|
|
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,9 +1,9 @@
|
|
|
1
|
-
llama-index==0.11.
|
|
1
|
+
llama-index==0.11.20
|
|
2
2
|
llama-index-indices-managed-vectara==0.2.2
|
|
3
3
|
llama-index-agent-llm-compiler==0.2.0
|
|
4
4
|
llama-index-agent-openai==0.3.4
|
|
5
|
-
llama-index-llms-openai==0.2.
|
|
6
|
-
llama-index-llms-anthropic==0.3.
|
|
5
|
+
llama-index-llms-openai==0.2.16
|
|
6
|
+
llama-index-llms-anthropic==0.3.7
|
|
7
7
|
llama-index-llms-together==0.2.0
|
|
8
8
|
llama-index-llms-groq==0.2.0
|
|
9
9
|
llama-index-llms-fireworks==0.2.2
|
|
@@ -14,9 +14,9 @@ llama-index-tools-arxiv==0.2.0
|
|
|
14
14
|
llama-index-tools-database==0.2.0
|
|
15
15
|
llama-index-tools-google==0.2.0
|
|
16
16
|
llama-index-tools-tavily_research==0.2.0
|
|
17
|
+
llama-index-tools-neo4j==0.2.0
|
|
17
18
|
tavily-python==0.5.0
|
|
18
19
|
yahoo-finance==1.4.0
|
|
19
|
-
llama-index-tools-neo4j==0.2.0
|
|
20
20
|
openinference-instrumentation-llama-index==3.0.2
|
|
21
21
|
arize-phoenix==4.35.1
|
|
22
22
|
arize-phoenix-otel==0.5.1
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{vectara_agentic-0.1.16 → vectara_agentic-0.1.17}/vectara_agentic.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|