@ahkohd/yagami 0.1.5 → 0.1.6
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.
- package/README.md +3 -5
- package/dist/cli.js +1 -1
- package/package.json +1 -1
- package/packages/pi-yagami-search/package.json +1 -1
- package/src/cli.ts +1 -1
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@ https://github.com/user-attachments/assets/eced71f9-f60d-4b8b-929d-ecd5a3fd54f7
|
|
|
7
7
|
|
|
8
8
|
Local-first web search agent
|
|
9
9
|
|
|
10
|
-
|
|
10
|
+
Yagami gives you:
|
|
11
11
|
- **Agentic web search**: `search`, `search-advanced`, `code`, `company`, `similar`
|
|
12
12
|
- **Deterministic extraction**: `fetch` (`browse & present`)
|
|
13
13
|
- **Async deep agentic web search**: `deep start` / `deep check`
|
|
@@ -32,9 +32,9 @@ yagami deep check <researchId>
|
|
|
32
32
|
yagami stop
|
|
33
33
|
```
|
|
34
34
|
|
|
35
|
-
## Pi package
|
|
35
|
+
## Pi package
|
|
36
36
|
|
|
37
|
-
- [`packages/pi-yagami-search`](./packages/pi-yagami-search/)
|
|
37
|
+
- [`packages/pi-yagami-search`](./packages/pi-yagami-search/)
|
|
38
38
|
|
|
39
39
|
## Commands
|
|
40
40
|
|
|
@@ -76,8 +76,6 @@ Core endpoints:
|
|
|
76
76
|
|
|
77
77
|
You can configure daemon bind address with config keys (`host`, `port`) or env (`YAGAMI_HOST`, `YAGAMI_PORT`).
|
|
78
78
|
|
|
79
|
-
Search-family POST bodies return source records (collation mode). Use `/deep-research/start` for synthesized reports.
|
|
80
|
-
|
|
81
79
|
## MCP over HTTP
|
|
82
80
|
|
|
83
81
|
`POST /mcp` exposes the Yagami MCP server (tools are discoverable via `tools/list`).
|
package/dist/cli.js
CHANGED
package/package.json
CHANGED
package/src/cli.ts
CHANGED