hyperforge-google 1.0.0.post35__tar.gz → 1.0.0.post38__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.
- {hyperforge_google-1.0.0.post35 → hyperforge_google-1.0.0.post38}/PKG-INFO +1 -1
- {hyperforge_google-1.0.0.post35 → hyperforge_google-1.0.0.post38}/pyproject.toml +1 -1
- {hyperforge_google-1.0.0.post35 → hyperforge_google-1.0.0.post38}/src/hyperforge_google/driver.py +2 -2
- {hyperforge_google-1.0.0.post35 → hyperforge_google-1.0.0.post38}/src/hyperforge_google.egg-info/PKG-INFO +1 -1
- {hyperforge_google-1.0.0.post35 → hyperforge_google-1.0.0.post38}/README.md +0 -0
- {hyperforge_google-1.0.0.post35 → hyperforge_google-1.0.0.post38}/setup.cfg +0 -0
- {hyperforge_google-1.0.0.post35 → hyperforge_google-1.0.0.post38}/src/hyperforge_google/__init__.py +0 -0
- {hyperforge_google-1.0.0.post35 → hyperforge_google-1.0.0.post38}/src/hyperforge_google/agent.py +0 -0
- {hyperforge_google-1.0.0.post35 → hyperforge_google-1.0.0.post38}/src/hyperforge_google/config.py +0 -0
- {hyperforge_google-1.0.0.post35 → hyperforge_google-1.0.0.post38}/src/hyperforge_google/py.typed +0 -0
- {hyperforge_google-1.0.0.post35 → hyperforge_google-1.0.0.post38}/src/hyperforge_google.egg-info/SOURCES.txt +0 -0
- {hyperforge_google-1.0.0.post35 → hyperforge_google-1.0.0.post38}/src/hyperforge_google.egg-info/dependency_links.txt +0 -0
- {hyperforge_google-1.0.0.post35 → hyperforge_google-1.0.0.post38}/src/hyperforge_google.egg-info/requires.txt +0 -0
- {hyperforge_google-1.0.0.post35 → hyperforge_google-1.0.0.post38}/src/hyperforge_google.egg-info/top_level.txt +0 -0
- {hyperforge_google-1.0.0.post35 → hyperforge_google-1.0.0.post38}/tests/test_google.py +0 -0
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "hyperforge_google"
|
|
7
|
-
version = "1.0.0.
|
|
7
|
+
version = "1.0.0.post38"
|
|
8
8
|
license = "Apache-2.0"
|
|
9
9
|
description = "Google Search Hyperforge agent"
|
|
10
10
|
authors = [{ name = "Nuclia", email = "nucliadb@nuclia.com" }]
|
{hyperforge_google-1.0.0.post35 → hyperforge_google-1.0.0.post38}/src/hyperforge_google/driver.py
RENAMED
|
@@ -8,8 +8,8 @@ from hyperforge_google.config import GoogleDriverConfig
|
|
|
8
8
|
|
|
9
9
|
@driver(
|
|
10
10
|
id="google",
|
|
11
|
-
title="Google
|
|
12
|
-
description="
|
|
11
|
+
title="Google Source",
|
|
12
|
+
description="Source for interacting with the Google API.",
|
|
13
13
|
config_schema=GoogleDriverConfig,
|
|
14
14
|
)
|
|
15
15
|
class GoogleDriver(Driver):
|
|
File without changes
|
|
File without changes
|
{hyperforge_google-1.0.0.post35 → hyperforge_google-1.0.0.post38}/src/hyperforge_google/__init__.py
RENAMED
|
File without changes
|
{hyperforge_google-1.0.0.post35 → hyperforge_google-1.0.0.post38}/src/hyperforge_google/agent.py
RENAMED
|
File without changes
|
{hyperforge_google-1.0.0.post35 → hyperforge_google-1.0.0.post38}/src/hyperforge_google/config.py
RENAMED
|
File without changes
|
{hyperforge_google-1.0.0.post35 → hyperforge_google-1.0.0.post38}/src/hyperforge_google/py.typed
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|