hyperpocket-llamaindex 0.4.5__tar.gz → 0.5.0__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.
- {hyperpocket_llamaindex-0.4.5 → hyperpocket_llamaindex-0.5.0}/PKG-INFO +1 -1
- {hyperpocket_llamaindex-0.4.5 → hyperpocket_llamaindex-0.5.0}/hyperpocket_llamaindex/pocket_llamaindex.py +1 -1
- {hyperpocket_llamaindex-0.4.5 → hyperpocket_llamaindex-0.5.0}/pyproject.toml +1 -1
- {hyperpocket_llamaindex-0.4.5 → hyperpocket_llamaindex-0.5.0}/.gitignore +0 -0
- {hyperpocket_llamaindex-0.4.5 → hyperpocket_llamaindex-0.5.0}/README.md +0 -0
- {hyperpocket_llamaindex-0.4.5 → hyperpocket_llamaindex-0.5.0}/__init__.py +0 -0
- {hyperpocket_llamaindex-0.4.5 → hyperpocket_llamaindex-0.5.0}/hyperpocket_llamaindex/__init__.py +0 -0
- {hyperpocket_llamaindex-0.4.5 → hyperpocket_llamaindex-0.5.0}/tests/__init__.py +0 -0
- {hyperpocket_llamaindex-0.4.5 → hyperpocket_llamaindex-0.5.0}/tests/test_pocket_llamaindex_no_profile.py +0 -0
- {hyperpocket_llamaindex-0.4.5 → hyperpocket_llamaindex-0.5.0}/tests/test_pocket_llamaindex_use_profile.py +0 -0
- {hyperpocket_llamaindex-0.4.5 → hyperpocket_llamaindex-0.5.0}/uv.lock +0 -0
@@ -15,7 +15,7 @@ class PocketLlamaindex(Pocket):
|
|
15
15
|
if use_profile is not None:
|
16
16
|
self.use_profile = use_profile
|
17
17
|
|
18
|
-
tools = [self.get_tool(pk) for pk in self.
|
18
|
+
tools = [self.get_tool(pk) for pk in self.tools.values()]
|
19
19
|
return tools
|
20
20
|
|
21
21
|
def get_tool(self, pocket_tool: Tool) -> BaseTool:
|
File without changes
|
File without changes
|
File without changes
|
{hyperpocket_llamaindex-0.4.5 → hyperpocket_llamaindex-0.5.0}/hyperpocket_llamaindex/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|