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

@@ -1,12 +1,12 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: vectara_agentic
3
- Version: 0.1.23
3
+ Version: 0.1.25
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
7
7
  Author-email: ofer@vectara.com
8
8
  Project-URL: Documentation, https://vectara.github.io/vectara-agentic-docs/
9
- Keywords: LLM,NLP,RAG,Agentic-RAG
9
+ Keywords: LLM,NLP,RAG,Agentic-RAG,AI assistant,AI Agent,Vectara
10
10
  Classifier: Programming Language :: Python :: 3
11
11
  Classifier: License :: OSI Approved :: Apache Software License
12
12
  Classifier: Operating System :: OS Independent
@@ -16,43 +16,54 @@ 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.12.7
19
+ Requires-Dist: llama-index==0.12.11
20
20
  Requires-Dist: llama-index-indices-managed-vectara==0.3.1
21
21
  Requires-Dist: llama-index-agent-llm-compiler==0.3.0
22
22
  Requires-Dist: llama-index-agent-lats==0.3.0
23
- Requires-Dist: llama-index-agent-openai==0.4.1
24
- Requires-Dist: llama-index-llms-openai==0.3.12
25
- Requires-Dist: llama-index-llms-anthropic==0.6.3
23
+ Requires-Dist: llama-index-agent-openai==0.4.3
24
+ Requires-Dist: llama-index-llms-openai==0.3.16
25
+ Requires-Dist: llama-index-llms-anthropic==0.6.4
26
26
  Requires-Dist: llama-index-llms-together==0.3.1
27
27
  Requires-Dist: llama-index-llms-groq==0.3.1
28
- Requires-Dist: llama-index-llms-fireworks==0.3.0
28
+ Requires-Dist: llama-index-llms-fireworks==0.3.1
29
29
  Requires-Dist: llama-index-llms-cohere==0.4.0
30
- Requires-Dist: llama-index-llms-gemini==0.4.2
30
+ Requires-Dist: llama-index-llms-gemini==0.4.4
31
+ Requires-Dist: llama-index-llms-bedrock==0.3.3
31
32
  Requires-Dist: llama-index-tools-yahoo-finance==0.3.0
32
33
  Requires-Dist: llama-index-tools-arxiv==0.3.0
33
34
  Requires-Dist: llama-index-tools-database==0.3.0
34
35
  Requires-Dist: llama-index-tools-google==0.3.0
35
36
  Requires-Dist: llama-index-tools-tavily_research==0.3.0
36
37
  Requires-Dist: llama-index-tools-neo4j==0.3.0
37
- Requires-Dist: llama-index-graph-stores-kuzu==0.5.0
38
+ Requires-Dist: llama-index-graph-stores-kuzu==0.6.0
38
39
  Requires-Dist: llama-index-tools-slack==0.3.0
39
40
  Requires-Dist: llama-index-tools-exa==0.3.0
40
41
  Requires-Dist: tavily-python==0.5.0
41
- Requires-Dist: exa-py==1.7.0
42
+ Requires-Dist: exa-py==1.8.5
42
43
  Requires-Dist: yahoo-finance==1.4.0
43
- Requires-Dist: openinference-instrumentation-llama-index==3.0.3
44
+ Requires-Dist: openinference-instrumentation-llama-index==3.1.4
44
45
  Requires-Dist: opentelemetry-proto==1.26.0
45
- Requires-Dist: arize-phoenix==5.7.0
46
+ Requires-Dist: arize-phoenix==7.11.0
46
47
  Requires-Dist: arize-phoenix-otel==0.6.1
47
48
  Requires-Dist: protobuf==4.25.5
48
49
  Requires-Dist: tokenizers>=0.20
49
- Requires-Dist: pydantic==2.9.2
50
+ Requires-Dist: pydantic==2.10.3
50
51
  Requires-Dist: retrying==1.3.4
51
- Requires-Dist: pymongo==4.10.1
52
52
  Requires-Dist: python-dotenv==1.0.1
53
53
  Requires-Dist: tiktoken==0.8.0
54
54
  Requires-Dist: dill>=0.3.7
55
55
  Requires-Dist: httpx==0.27.2
56
+ Dynamic: author
57
+ Dynamic: author-email
58
+ Dynamic: classifier
59
+ Dynamic: description
60
+ Dynamic: description-content-type
61
+ Dynamic: home-page
62
+ Dynamic: keywords
63
+ Dynamic: project-url
64
+ Dynamic: requires-dist
65
+ Dynamic: requires-python
66
+ Dynamic: summary
56
67
 
57
68
  # <img src="https://raw.githubusercontent.com/vectara/py-vectara-agentic/main/.github/assets/Vectara-logo.png" alt="Vectara Logo" width="30" height="30" style="vertical-align: middle;"> vectara-agentic
58
69
 
@@ -76,7 +87,7 @@ Requires-Dist: httpx==0.27.2
76
87
 
77
88
  ## ✨ Overview
78
89
 
79
- `vectara-agentic` is a Python library for developing powerful AI assistants and agents using Vectara and Agentic-RAG. It leverages the LlamaIndex Agent framework, customized for use with Vectara.
90
+ `vectara-agentic` is a Python library for developing powerful AI assistants and agents using Vectara and Agentic-RAG. It leverages the LlamaIndex Agent framework and provides helper functions to quickly create tools that connect to Vectara corpora.
80
91
 
81
92
  <p align="center">
82
93
  <img src="https://raw.githubusercontent.com/vectara/py-vectara-agentic/main/.github/assets/diagram1.png" alt="Agentic RAG diagram" width="100%" style="vertical-align: middle;">
@@ -85,10 +96,10 @@ Requires-Dist: httpx==0.27.2
85
96
  ### Features
86
97
 
87
98
  - Enables easy creation of custom AI assistants and agents.
88
- - Create a Vectara RAG tool with a single line of code.
89
- - Supports `ReAct`, `OpenAIAgent`, `LATS' and `LLMCompiler` agent types.
99
+ - Create a Vectara RAG tool or search tool with a single line of code.
100
+ - Supports `ReAct`, `OpenAIAgent`, `LATS` and `LLMCompiler` agent types.
90
101
  - Includes pre-built tools for various domains (e.g., finance, legal).
91
- - Integrates with various LLM inference services like OpenAI, Anthropic, Gemini, GROQ, Together.AI, Cohere and Fireworks
102
+ - Integrates with various LLM inference services like OpenAI, Anthropic, Gemini, GROQ, Together.AI, Cohere, Bedrock and Fireworks
92
103
  - Built-in support for observability with Arize Phoenix
93
104
 
94
105
  ### 📚 Example AI Assistants
@@ -98,14 +109,14 @@ Check out our example AI assistants:
98
109
  - [Financial Assistant](https://huggingface.co/spaces/vectara/finance-chat)
99
110
  - [Justice Harvard Teaching Assistant](https://huggingface.co/spaces/vectara/Justice-Harvard)
100
111
  - [Legal Assistant](https://huggingface.co/spaces/vectara/legal-agent)
101
-
112
+ - [EV Assistant](https://huggingface.co/spaces/vectara/ev-assistant)
102
113
 
103
114
  ### Prerequisites
104
115
 
105
116
  - [Vectara account](https://console.vectara.com/signup/?utm_source=github&utm_medium=code&utm_term=DevRel&utm_content=vectara-agentic&utm_campaign=github-code-DevRel-vectara-agentic)
106
117
  - A Vectara corpus with an [API key](https://docs.vectara.com/docs/api-keys)
107
118
  - [Python 3.10 or higher](https://www.python.org/downloads/)
108
- - OpenAI API key (or API keys for Anthropic, TOGETHER.AI, Fireworks AI, Cohere, GEMINI or GROQ, if you choose to use them)
119
+ - OpenAI API key (or API keys for Anthropic, TOGETHER.AI, Fireworks AI, Bedrock, Cohere, GEMINI or GROQ, if you choose to use them)
109
120
 
110
121
  ### Installation
111
122
 
@@ -115,18 +126,25 @@ pip install vectara-agentic
115
126
 
116
127
  ## 🚀 Quick Start
117
128
 
118
- ### 1. Create a Vectara RAG tool
129
+ ### 1. Initialize the Vectara tool factory
119
130
 
120
131
  ```python
121
132
  import os
122
133
  from vectara_agentic.tools import VectaraToolFactory
123
- from pydantic import BaseModel, Field
124
134
 
125
135
  vec_factory = VectaraToolFactory(
126
136
  vectara_api_key=os.environ['VECTARA_API_KEY'],
127
137
  vectara_customer_id=os.environ['VECTARA_CUSTOMER_ID'],
128
138
  vectara_corpus_id=os.environ['VECTARA_CORPUS_ID']
129
139
  )
140
+ ```
141
+
142
+ ### 2. Create a Vectara RAG Tool
143
+
144
+ A RAG tool calls the full Vectara RAG pipeline to provide summarized responses to queries grounded in data.
145
+
146
+ ```python
147
+ from pydantic import BaseModel, Field
130
148
 
131
149
  years = list(range(2020, 2024))
132
150
  tickers = {
@@ -145,17 +163,22 @@ query_financial_reports_tool = vec_factory.create_rag_tool(
145
163
  tool_name="query_financial_reports",
146
164
  tool_description="Query financial reports for a company and year",
147
165
  tool_args_schema=QueryFinancialReportsArgs,
166
+ lambda_val=0.005,
167
+ summary_num_results=7,
168
+ # Additional arguments
148
169
  )
149
170
  ```
150
171
 
151
- ### 2. Create other tools (optional)
172
+ See the [docs](https://vectara.github.io/vectara-agentic-docs/) for additional arguments to customize your Vectara RAG tool.
173
+
174
+ ### 3. Create other tools (optional)
152
175
 
153
176
  In addition to RAG tools, you can generate a lot of other types of tools the agent can use. These could be mathematical tools, tools
154
177
  that call other APIs to get more information, or any other type of tool.
155
178
 
156
179
  See [Agent Tools](#agent-tools) for more information.
157
180
 
158
- ### 3. Create your agent
181
+ ### 4. Create your agent
159
182
 
160
183
  ```python
161
184
  from vectara_agentic import Agent
@@ -175,14 +198,72 @@ agent = Agent(
175
198
  )
176
199
  ```
177
200
 
178
- ### 4. Run your agent
201
+ See the [docs](https://vectara.github.io/vectara-agentic-docs/) for additional arguments, including `agent_progress_callback` and `query_logging_callback`.
202
+
203
+ ### 5. Run your agent
179
204
 
180
205
  ```python
181
- response = agent.chat("What was the revenue for Apple in 2021?")
182
- print(response)
206
+ res = agent.chat("What was the revenue for Apple in 2021?")
207
+ print(res.response)
208
+ ```
209
+
210
+ Note that:
211
+ 1. `vectara-agentic` also supports `achat()` and two streaming variants `stream_chat()` and `astream_chat()`.
212
+ 2. The response types from `chat()` and `achat()` are of type `AgentResponse`. If you just need the actual string
213
+ response it's available as the `response` variable, or just use `str()`. For advanced use-cases you can look
214
+ at other `AgentResponse` variables [such as `sources`](https://github.com/run-llama/llama_index/blob/659f9faaafbecebb6e6c65f42143c0bf19274a37/llama-index-core/llama_index/core/chat_engine/types.py#L53).
215
+
216
+ ## 🧰 Vectara tools
217
+
218
+ `vectara-agentic` provides two helper functions to connect with Vectara RAG
219
+ * `create_rag_tool()` to create an agent tool that connects with a Vectara corpus for querying.
220
+ * `create_search_tool()` to create a tool to search a Vectara corpus and return a list of matching documents.
221
+
222
+ See the documentation for the full list of arguments for `create_rag_tool()` and `create_search_tool()`,
223
+ to understand how to configure Vectara query performed by those tools.
224
+
225
+ ### Creating a Vectara RAG tool
226
+
227
+ A Vectara RAG tool is often the main workhorse for any Agentic RAG application, and enables the agent to query
228
+ one or more Vectara RAG corpora.
229
+
230
+ The tool generated always includes the `query` argument, followed by 1 or more optional arguments used for
231
+ metadata filtering, defined by `tool_args_schema`.
232
+
233
+ For example, in the quickstart example the schema is:
234
+
183
235
  ```
236
+ class QueryFinancialReportsArgs(BaseModel):
237
+ query: str = Field(..., description="The user query.")
238
+ year: int | str = Field(..., description=f"The year this query relates to. An integer between {min(years)} and {max(years)} or a string specifying a condition on the year (example: '>2020').")
239
+ ticker: str = Field(..., description=f"The company ticker. Must be a valid ticket symbol from the list {tickers.keys()}.")
240
+ ```
241
+
242
+ The `query` is required and is always the query string.
243
+ The other arguments are optional and will be interpreted as Vectara metadata filters.
184
244
 
185
- ## 🛠️ Agent Tools
245
+ For example, in the example above, the agent may call the `query_financial_reports_tool` tool with
246
+ query='what is the revenue?', year=2022 and ticker='AAPL'. Subsequently the RAG tool will issue
247
+ a Vectara RAG query with the same query, but with metadata filtering (doc.year=2022 and doc.ticker='AAPL').
248
+
249
+ There are also additional cool features supported here:
250
+ * An argument can be a condition, for example year='>2022' translates to the correct metadata
251
+ filtering condition doc.year>2022
252
+ * if `fixed_filter` is defined in the RAG tool, it provides a constant metadata filtering that is always applied.
253
+ For example, if fixed_filter=`doc.filing_type='10K'` then a query with query='what is the reveue', year=2022
254
+ and ticker='AAPL' would translate into query='what is the revenue' with metadata filtering condition of
255
+ "doc.year=2022 AND doc.ticker='AAPL' and doc.filing_type='10K'"
256
+
257
+ Note that `tool_args_type` is an optional dictionary that indicates the level at which metadata filtering
258
+ is applied for each argument (`doc` or `part`)
259
+
260
+ ### Creating a Vectara search tool
261
+
262
+ The Vectara search tool allows the agent to list documents that match a query.
263
+ This can be helpful to the agent to answer queries like "how many documents discuss the iPhone?" or other
264
+ similar queries that require a response in terms of a list of matching documents.
265
+
266
+ ## 🛠️ Agent Tools at a Glance
186
267
 
187
268
  `vectara-agentic` provides a few tools out of the box:
188
269
  1. **Standard tools**:
@@ -206,10 +287,9 @@ print(response)
206
287
  - `load_unique_values`: returns the top unique values for a given column
207
288
 
208
289
  In addition, we include various other tools from LlamaIndex ToolSpecs:
209
- * Tavily search
210
- * EXA.AI
290
+ * Tavily search and EXA.AI
211
291
  * arxiv
212
- * neo4j & Kuzu for Graph integration
292
+ * neo4j & Kuzu for Graph DB integration
213
293
  * Google tools (including gmail, calendar, and search)
214
294
  * Slack
215
295
 
@@ -226,16 +306,19 @@ mult_tool = ToolsFactory().create_tool(mult_func)
226
306
 
227
307
  ## 🛠️ Configuration
228
308
 
229
- Configure `vectara-agentic` using environment variables:
230
-
309
+ The main way to control the behavior of `vectara-agentic` is by passing an `AgentConfig` object to your `Agent` when creating it.
310
+ This object will include the following items:
231
311
  - `VECTARA_AGENTIC_AGENT_TYPE`: valid values are `REACT`, `LLMCOMPILER`, `LATS` or `OPENAI` (default: `OPENAI`)
232
- - `VECTARA_AGENTIC_MAIN_LLM_PROVIDER`: valid values are `OPENAI`, `ANTHROPIC`, `TOGETHER`, `GROQ`, `COHERE`, `GEMINI` or `FIREWORKS` (default: `OPENAI`)
312
+ - `VECTARA_AGENTIC_MAIN_LLM_PROVIDER`: valid values are `OPENAI`, `ANTHROPIC`, `TOGETHER`, `GROQ`, `COHERE`, `BEDROCK`, `GEMINI` or `FIREWORKS` (default: `OPENAI`)
233
313
  - `VECTARA_AGENTIC_MAIN_MODEL_NAME`: agent model name (default depends on provider)
234
314
  - `VECTARA_AGENTIC_TOOL_LLM_PROVIDER`: tool LLM provider (default: `OPENAI`)
235
315
  - `VECTARA_AGENTIC_TOOL_MODEL_NAME`: tool model name (default depends on provider)
236
316
  - `VECTARA_AGENTIC_OBSERVER_TYPE`: valid values are `ARIZE_PHOENIX` or `NONE` (default: `NONE`)
317
+ - `VECTARA_AGENTIC_API_KEY`: a secret key if using the API endpoint option (defaults to `dev-api-key`)
237
318
 
238
- When creating a VectaraToolFactory, you can pass in a `vectara_api_key`, `vectara_customer_id`, and `vectara_corpus_id` to the factory. If not passed in, it will be taken from the environment variables. Note that `VECTARA_CORPUS_ID` can be a single ID or a comma-separated list of IDs (if you want to query multiple corpora).
319
+ If any of these are not provided, `AgentConfig` first tries to read the values from the OS environment.
320
+
321
+ When creating a `VectaraToolFactory`, you can pass in a `vectara_api_key`, `vectara_customer_id`, and `vectara_corpus_id` to the factory. If not passed in, it will be taken from the environment variables (`VECTARA_API_KEY`, `VECTARA_CUSTOMER_ID` and `VECTARA_CORPUS_ID`). Note that `VECTARA_CORPUS_ID` can be a single ID or a comma-separated list of IDs (if you want to query multiple corpora).
239
322
 
240
323
  ## ℹ️ Additional Information
241
324
 
@@ -260,7 +343,8 @@ The `Agent` class supports serialization. Use the `dumps()` to serialize and `lo
260
343
  ### Observability
261
344
 
262
345
  vectara-agentic supports observability via the existing integration of LlamaIndex and Arize Phoenix.
263
- First, set `os["VECTARA_AGENTIC_OBSERVER_TYPE"] = "ARIZE_PHOENIX"`.
346
+ First, set `VECTARA_AGENTIC_OBSERVER_TYPE` to `ARIZE_PHOENIX` in `AgentConfig` (or env variable).
347
+
264
348
  Then you can use Arize Phoenix in three ways:
265
349
  1. **Locally**.
266
350
  1. If you have a local phoenix server that you've run using e.g. `python -m phoenix.server.main serve`, vectara-agentic will send all traces to it.
@@ -268,7 +352,7 @@ Then you can use Arize Phoenix in three ways:
268
352
  3. In both cases, traces will be sent to the local instance, and you can see the dashboard at `http://localhost:6006`
269
353
  2. **Hosted Instance**. In this case the traces are sent to the Phoenix instances hosted on Arize.
270
354
  1. Go to `https://app.phoenix.arize.com`, setup an account if you don't have one.
271
- 2. create an API key and put it in the `PHOENIX_API_KEY` variable. This variable indicates you want to use the hosted version.
355
+ 2. create an API key and put it in the `PHOENIX_API_KEY` environment variable - this indicates you want to use the hosted version.
272
356
  3. To view the traces go to `https://app.phoenix.arize.com`.
273
357
 
274
358
  Now when you run your agent, all call traces are sent to Phoenix and recorded.
@@ -0,0 +1,21 @@
1
+ tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ tests/test_agent.py,sha256=8LQlny0rIuVa13LGtebG0vatES6Ln7gmenbSwX-ctrY,4260
3
+ tests/test_tools.py,sha256=2ofZYz3Q-YMSxjpiEg1VNUlA9gMjvNAcJAO2Ucd0eVE,2969
4
+ vectara_agentic/__init__.py,sha256=ADH4fPKLbpGNYYYszv3c3QDOjPToPE_qh3LpkH_seCU,430
5
+ vectara_agentic/_callback.py,sha256=OBiHk_OJZTS3iKz_LigfEjnl_p5V90XYsQC0vEYVSPo,8782
6
+ vectara_agentic/_observability.py,sha256=HeQYJIkqPLW3EWHiXHatkaJzo08IQGESKujdeWTuRgk,3805
7
+ vectara_agentic/_prompts.py,sha256=mgGx3zUJPtpS1epBLtl0BnoLeE7wb6AX1SX6dFNaTTQ,6368
8
+ vectara_agentic/_version.py,sha256=90Cr_yLyeFeoJ2YK_LHwWc15gk11Emy9cx1xS0hlwtc,66
9
+ vectara_agentic/agent.py,sha256=1-dno6FrC5sMuJ2nei9o2r3E53sg0dM6p-zn25hxRN0,25979
10
+ vectara_agentic/agent_config.py,sha256=9P9lyFAAXLX1ft2dBQ6tYN7dKzp7SC7B-h-DnhUHsSg,2941
11
+ vectara_agentic/agent_endpoint.py,sha256=QIMejCLlpW2qzXxeDAxv3anF46XMDdVMdKGWhJh3azY,1996
12
+ vectara_agentic/db_tools.py,sha256=kCEENzmnorm8i-k4Kpd4KLJt1QWh_ZlAyX1aG-tzET0,3619
13
+ vectara_agentic/tools.py,sha256=8FNnlTj57VTCYCaUfNWCongg38_lwnEoWdc2idCX6Jw,34087
14
+ vectara_agentic/tools_catalog.py,sha256=DDHoPuA88jiixZjNSuGIuZCB7NSsQXdbbhrbVrtR2Ec,4141
15
+ vectara_agentic/types.py,sha256=00wm3YsJRyddvIBzeVjF3qklA38NuTkCvy_B-e68v6c,1589
16
+ vectara_agentic/utils.py,sha256=eDEOUpCkb0r216LxSLkamll2NmJhu76Z1TgQFbAVq7A,4690
17
+ vectara_agentic-0.1.25.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
18
+ vectara_agentic-0.1.25.dist-info/METADATA,sha256=TtClmE0CpgC9qcJlSWxFnTywur0fFK3UkIKnmyZIkGs,19469
19
+ vectara_agentic-0.1.25.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
20
+ vectara_agentic-0.1.25.dist-info/top_level.txt,sha256=Y7TQTFdOYGYodQRltUGRieZKIYuzeZj2kHqAUpfCUfg,22
21
+ vectara_agentic-0.1.25.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.6.0)
2
+ Generator: setuptools (75.8.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,19 +0,0 @@
1
- tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- tests/test_agent.py,sha256=aQYYr_8hKlFiDgyI5Dd39TG5vkmDJe7F_nIzMTCLsTQ,2517
3
- tests/test_tools.py,sha256=hDAlXkWKuXHnAjeQwMuTLTwNdRsM-xR7muBzFkZRefw,2942
4
- vectara_agentic/__init__.py,sha256=qmbzN20Bl7PTIgDB5Wpn0uBKyqMZxR2744Yn1LlqgcM,508
5
- vectara_agentic/_callback.py,sha256=OBiHk_OJZTS3iKz_LigfEjnl_p5V90XYsQC0vEYVSPo,8782
6
- vectara_agentic/_observability.py,sha256=v0xxTk8KI8nVK2rpyGqOVhyva9ymqOmZK5brKqFOwMM,3828
7
- vectara_agentic/_prompts.py,sha256=N656x-bfy9I5j2Lw51gpaGq_8R6zpPelPQ2-KWHHpTk,6160
8
- vectara_agentic/agent.py,sha256=Vr8R4sR_ZxJfGI94Jjze4r_rCCWYNvJ9UqsfjlAReWM,22045
9
- vectara_agentic/agent_endpoint.py,sha256=I3zTEezbAiNeW5I41r0NjIaR8Ucn4oe1XVcALekakaA,1959
10
- vectara_agentic/db_tools.py,sha256=kCEENzmnorm8i-k4Kpd4KLJt1QWh_ZlAyX1aG-tzET0,3619
11
- vectara_agentic/tools.py,sha256=lXkf1cMrK1NNORArhM3urT9_UoibiEa268oOB_3_hGk,25346
12
- vectara_agentic/tools_catalog.py,sha256=5NlJypdu0IKa7mODxVOwo05lw3PqQJtSl_ZOsUDH_TA,3986
13
- vectara_agentic/types.py,sha256=siRh9VmFt3jhTu4uJzYpvNlLi60lyIH5_xqYHKpB24Q,1149
14
- vectara_agentic/utils.py,sha256=XzSo5tKSsQpgd6Kx3q-XREohbyIe7-UqlpUW-9y1KeQ,3998
15
- vectara_agentic-0.1.23.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
16
- vectara_agentic-0.1.23.dist-info/METADATA,sha256=e_sISyt8xk1ip2LtKfaSIvV_3O2w30jwj907I8cgueE,14683
17
- vectara_agentic-0.1.23.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
18
- vectara_agentic-0.1.23.dist-info/top_level.txt,sha256=Y7TQTFdOYGYodQRltUGRieZKIYuzeZj2kHqAUpfCUfg,22
19
- vectara_agentic-0.1.23.dist-info/RECORD,,