@easynet/agent-tool-hub 1.0.13 → 1.0.15
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 +2 -2
- package/package.json +1 -1
- package/examples/report-1.png +0 -0
- package/examples/report-2.png +0 -0
package/README.md
CHANGED
|
@@ -37,13 +37,13 @@ npx agent-toolhub-react-stock GOOGL
|
|
|
37
37
|
|
|
38
38
|
Pass the ticker symbol (e.g. `GOOGL`, `AAPL`, `MSFT`). **Configure your own LLM** — point the example to your OpenAI-compatible API (base URL and API key) in [examples/agent-toolhub-react-stock.mjs](examples/agent-toolhub-react-stock.mjs) or via env (e.g. `OPENAI_API_KEY`, `OPENAI_BASE_URL`). The bundled example uses placeholder values; replace them with your model endpoint.
|
|
39
39
|
|
|
40
|
-
Output: console step-by-step progress + an HTML report (e.g. `GOOGL-research-report.html`) in the current directory. See a sample report: [
|
|
40
|
+
Output: console step-by-step progress + an HTML report (e.g. `GOOGL-research-report.html`) in the current directory. See a sample report: [easynet-world.github.io/agent-tool-hub/AAPL-research-report.html](https://easynet-world.github.io/agent-tool-hub/AAPL-research-report.html).
|
|
41
41
|
|
|
42
42
|
**Agent Run Report** — The generated HTML report is a highlight: it shows system/user prompts, the rendered Markdown report, and a Debug tab with step-by-step execution and token usage.
|
|
43
43
|
|
|
44
44
|
| Report | Debug |
|
|
45
45
|
|--------|-------|
|
|
46
|
-
| [](docs/report-1.png) | [](docs/report-2.png) |
|
|
47
47
|
|
|
48
48
|
---
|
|
49
49
|
|
package/package.json
CHANGED
package/examples/report-1.png
DELETED
|
Binary file
|
package/examples/report-2.png
DELETED
|
Binary file
|