serpapi-hermes-plugin 0.1.0__tar.gz → 0.1.1__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.
- {serpapi_hermes_plugin-0.1.0/src/serpapi_hermes_plugin.egg-info → serpapi_hermes_plugin-0.1.1}/PKG-INFO +9 -4
- {serpapi_hermes_plugin-0.1.0 → serpapi_hermes_plugin-0.1.1}/README.md +8 -3
- {serpapi_hermes_plugin-0.1.0 → serpapi_hermes_plugin-0.1.1}/pyproject.toml +1 -1
- {serpapi_hermes_plugin-0.1.0 → serpapi_hermes_plugin-0.1.1/src/serpapi_hermes_plugin.egg-info}/PKG-INFO +9 -4
- {serpapi_hermes_plugin-0.1.0 → serpapi_hermes_plugin-0.1.1}/src/serpapi_hermes_plugin.egg-info/SOURCES.txt +0 -1
- serpapi_hermes_plugin-0.1.0/tests/test_project_metadata.py +0 -27
- {serpapi_hermes_plugin-0.1.0 → serpapi_hermes_plugin-0.1.1}/LICENSE +0 -0
- {serpapi_hermes_plugin-0.1.0 → serpapi_hermes_plugin-0.1.1}/setup.cfg +0 -0
- {serpapi_hermes_plugin-0.1.0 → serpapi_hermes_plugin-0.1.1}/src/serpapi_hermes_plugin/__init__.py +0 -0
- {serpapi_hermes_plugin-0.1.0 → serpapi_hermes_plugin-0.1.1}/src/serpapi_hermes_plugin/client.py +0 -0
- {serpapi_hermes_plugin-0.1.0 → serpapi_hermes_plugin-0.1.1}/src/serpapi_hermes_plugin/plugin.yaml +0 -0
- {serpapi_hermes_plugin-0.1.0 → serpapi_hermes_plugin-0.1.1}/src/serpapi_hermes_plugin/provider.py +0 -0
- {serpapi_hermes_plugin-0.1.0 → serpapi_hermes_plugin-0.1.1}/src/serpapi_hermes_plugin/py.typed +0 -0
- {serpapi_hermes_plugin-0.1.0 → serpapi_hermes_plugin-0.1.1}/src/serpapi_hermes_plugin/schemas.py +0 -0
- {serpapi_hermes_plugin-0.1.0 → serpapi_hermes_plugin-0.1.1}/src/serpapi_hermes_plugin/tools.py +0 -0
- {serpapi_hermes_plugin-0.1.0 → serpapi_hermes_plugin-0.1.1}/src/serpapi_hermes_plugin.egg-info/dependency_links.txt +0 -0
- {serpapi_hermes_plugin-0.1.0 → serpapi_hermes_plugin-0.1.1}/src/serpapi_hermes_plugin.egg-info/entry_points.txt +0 -0
- {serpapi_hermes_plugin-0.1.0 → serpapi_hermes_plugin-0.1.1}/src/serpapi_hermes_plugin.egg-info/requires.txt +0 -0
- {serpapi_hermes_plugin-0.1.0 → serpapi_hermes_plugin-0.1.1}/src/serpapi_hermes_plugin.egg-info/top_level.txt +0 -0
- {serpapi_hermes_plugin-0.1.0 → serpapi_hermes_plugin-0.1.1}/tests/test_live.py +0 -0
- {serpapi_hermes_plugin-0.1.0 → serpapi_hermes_plugin-0.1.1}/tests/test_provider.py +0 -0
- {serpapi_hermes_plugin-0.1.0 → serpapi_hermes_plugin-0.1.1}/tests/test_tools.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: serpapi-hermes-plugin
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: SerpApi search plugin for Hermes Agent: web, Maps, News, and Shopping
|
|
5
5
|
Author: SerpApi
|
|
6
6
|
License-Expression: MIT
|
|
@@ -24,6 +24,11 @@ Dynamic: license-file
|
|
|
24
24
|
|
|
25
25
|
# SerpApi for Hermes Agent
|
|
26
26
|
|
|
27
|
+
[](https://pypi.org/project/serpapi-hermes-plugin/)
|
|
28
|
+
[](https://github.com/serpapi/serpapi-hermes-plugin/actions/workflows/ci.yml)
|
|
29
|
+
[](https://pypi.org/project/serpapi-hermes-plugin/)
|
|
30
|
+
[](https://github.com/serpapi/serpapi-hermes-plugin/blob/main/LICENSE)
|
|
31
|
+
|
|
27
32
|
Give [Hermes Agent](https://hermes-agent.nousresearch.com/) fast, fresh search
|
|
28
33
|
results from the web, Google Maps, Google News, and Google Shopping with
|
|
29
34
|
[SerpApi](https://serpapi.com/).
|
|
@@ -180,9 +185,9 @@ Example prompts:
|
|
|
180
185
|
|
|
181
186
|
## Contributing
|
|
182
187
|
|
|
183
|
-
See [CONTRIBUTING.md](CONTRIBUTING.md)
|
|
184
|
-
guidelines, and the release process.
|
|
188
|
+
See [CONTRIBUTING.md](https://github.com/serpapi/serpapi-hermes-plugin/blob/main/CONTRIBUTING.md)
|
|
189
|
+
for development setup, tests, pull request guidelines, and the release process.
|
|
185
190
|
|
|
186
191
|
## License
|
|
187
192
|
|
|
188
|
-
[MIT](LICENSE)
|
|
193
|
+
[MIT](https://github.com/serpapi/serpapi-hermes-plugin/blob/main/LICENSE)
|
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# SerpApi for Hermes Agent
|
|
2
2
|
|
|
3
|
+
[](https://pypi.org/project/serpapi-hermes-plugin/)
|
|
4
|
+
[](https://github.com/serpapi/serpapi-hermes-plugin/actions/workflows/ci.yml)
|
|
5
|
+
[](https://pypi.org/project/serpapi-hermes-plugin/)
|
|
6
|
+
[](https://github.com/serpapi/serpapi-hermes-plugin/blob/main/LICENSE)
|
|
7
|
+
|
|
3
8
|
Give [Hermes Agent](https://hermes-agent.nousresearch.com/) fast, fresh search
|
|
4
9
|
results from the web, Google Maps, Google News, and Google Shopping with
|
|
5
10
|
[SerpApi](https://serpapi.com/).
|
|
@@ -156,9 +161,9 @@ Example prompts:
|
|
|
156
161
|
|
|
157
162
|
## Contributing
|
|
158
163
|
|
|
159
|
-
See [CONTRIBUTING.md](CONTRIBUTING.md)
|
|
160
|
-
guidelines, and the release process.
|
|
164
|
+
See [CONTRIBUTING.md](https://github.com/serpapi/serpapi-hermes-plugin/blob/main/CONTRIBUTING.md)
|
|
165
|
+
for development setup, tests, pull request guidelines, and the release process.
|
|
161
166
|
|
|
162
167
|
## License
|
|
163
168
|
|
|
164
|
-
[MIT](LICENSE)
|
|
169
|
+
[MIT](https://github.com/serpapi/serpapi-hermes-plugin/blob/main/LICENSE)
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "serpapi-hermes-plugin"
|
|
7
|
-
version = "0.1.
|
|
7
|
+
version = "0.1.1"
|
|
8
8
|
description = "SerpApi search plugin for Hermes Agent: web, Maps, News, and Shopping"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.11,<3.15"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: serpapi-hermes-plugin
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: SerpApi search plugin for Hermes Agent: web, Maps, News, and Shopping
|
|
5
5
|
Author: SerpApi
|
|
6
6
|
License-Expression: MIT
|
|
@@ -24,6 +24,11 @@ Dynamic: license-file
|
|
|
24
24
|
|
|
25
25
|
# SerpApi for Hermes Agent
|
|
26
26
|
|
|
27
|
+
[](https://pypi.org/project/serpapi-hermes-plugin/)
|
|
28
|
+
[](https://github.com/serpapi/serpapi-hermes-plugin/actions/workflows/ci.yml)
|
|
29
|
+
[](https://pypi.org/project/serpapi-hermes-plugin/)
|
|
30
|
+
[](https://github.com/serpapi/serpapi-hermes-plugin/blob/main/LICENSE)
|
|
31
|
+
|
|
27
32
|
Give [Hermes Agent](https://hermes-agent.nousresearch.com/) fast, fresh search
|
|
28
33
|
results from the web, Google Maps, Google News, and Google Shopping with
|
|
29
34
|
[SerpApi](https://serpapi.com/).
|
|
@@ -180,9 +185,9 @@ Example prompts:
|
|
|
180
185
|
|
|
181
186
|
## Contributing
|
|
182
187
|
|
|
183
|
-
See [CONTRIBUTING.md](CONTRIBUTING.md)
|
|
184
|
-
guidelines, and the release process.
|
|
188
|
+
See [CONTRIBUTING.md](https://github.com/serpapi/serpapi-hermes-plugin/blob/main/CONTRIBUTING.md)
|
|
189
|
+
for development setup, tests, pull request guidelines, and the release process.
|
|
185
190
|
|
|
186
191
|
## License
|
|
187
192
|
|
|
188
|
-
[MIT](LICENSE)
|
|
193
|
+
[MIT](https://github.com/serpapi/serpapi-hermes-plugin/blob/main/LICENSE)
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import tomllib
|
|
2
|
-
from pathlib import Path
|
|
3
|
-
|
|
4
|
-
ROOT = Path(__file__).parents[1]
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
def test_project_urls_use_the_serpapi_repository() -> None:
|
|
8
|
-
project = tomllib.loads((ROOT / "pyproject.toml").read_text())["project"]
|
|
9
|
-
urls = project["urls"]
|
|
10
|
-
|
|
11
|
-
assert project["name"] == "serpapi-hermes-plugin"
|
|
12
|
-
assert urls["Homepage"] == "https://github.com/serpapi/serpapi-hermes-plugin"
|
|
13
|
-
assert urls["Repository"] == "https://github.com/serpapi/serpapi-hermes-plugin"
|
|
14
|
-
assert urls["Issues"] == "https://github.com/serpapi/serpapi-hermes-plugin/issues"
|
|
15
|
-
def test_release_workflow_keeps_oidc_permission_in_publish_job() -> None:
|
|
16
|
-
workflow = (ROOT / ".github/workflows/release.yml").read_text()
|
|
17
|
-
publish_job = workflow.split("\n publish:\n", maxsplit=1)[1]
|
|
18
|
-
|
|
19
|
-
assert "release:\n types: [published]" in workflow
|
|
20
|
-
assert workflow.count("id-token: write") == 1
|
|
21
|
-
assert "needs: verify-distributions" in publish_job
|
|
22
|
-
assert "name: pypi" in publish_job
|
|
23
|
-
assert "id-token: write" in publish_job
|
|
24
|
-
assert "pypa/gh-action-pypi-publish@" in publish_job
|
|
25
|
-
assert "actions/checkout@" not in publish_job
|
|
26
|
-
assert "uv build" not in publish_job
|
|
27
|
-
assert "PYPI_API_TOKEN" not in workflow
|
|
File without changes
|
|
File without changes
|
{serpapi_hermes_plugin-0.1.0 → serpapi_hermes_plugin-0.1.1}/src/serpapi_hermes_plugin/__init__.py
RENAMED
|
File without changes
|
{serpapi_hermes_plugin-0.1.0 → serpapi_hermes_plugin-0.1.1}/src/serpapi_hermes_plugin/client.py
RENAMED
|
File without changes
|
{serpapi_hermes_plugin-0.1.0 → serpapi_hermes_plugin-0.1.1}/src/serpapi_hermes_plugin/plugin.yaml
RENAMED
|
File without changes
|
{serpapi_hermes_plugin-0.1.0 → serpapi_hermes_plugin-0.1.1}/src/serpapi_hermes_plugin/provider.py
RENAMED
|
File without changes
|
{serpapi_hermes_plugin-0.1.0 → serpapi_hermes_plugin-0.1.1}/src/serpapi_hermes_plugin/py.typed
RENAMED
|
File without changes
|
{serpapi_hermes_plugin-0.1.0 → serpapi_hermes_plugin-0.1.1}/src/serpapi_hermes_plugin/schemas.py
RENAMED
|
File without changes
|
{serpapi_hermes_plugin-0.1.0 → serpapi_hermes_plugin-0.1.1}/src/serpapi_hermes_plugin/tools.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|