agent-finance-cli-linux-arm64 0.3.2 → 0.3.3
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/bin/agent-finance
CHANGED
|
Binary file
|
package/package.json
CHANGED
package/skill-data/core/SKILL.md
CHANGED
|
@@ -15,6 +15,15 @@ agent-finance market providers
|
|
|
15
15
|
agent-finance capabilities
|
|
16
16
|
```
|
|
17
17
|
|
|
18
|
+
For an interactive live cockpit, use:
|
|
19
|
+
|
|
20
|
+
```bash
|
|
21
|
+
agent-finance tui --symbols AAPL,CRDO,BTCUSDT
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
Prefer structured `market ... --json` commands for agent data collection. The TUI is an interactive cockpit for live monitoring and guided exploration, with quote, history, crypto evidence, research, Polymarket, provider health, task log, mouse focus, docked-column drag resize, floating-corner resize, close/restore panel controls, and an executable command palette; it is not a machine extraction surface.
|
|
25
|
+
The TUI persists watchlist and layout state to TOML by default; use `--no-persist` for one-off sessions.
|
|
26
|
+
|
|
18
27
|
## Task Router
|
|
19
28
|
|
|
20
29
|
```bash
|
|
@@ -13,8 +13,12 @@ agent-finance skills get providers
|
|
|
13
13
|
agent-finance skills get crypto
|
|
14
14
|
agent-finance skills get prediction-markets
|
|
15
15
|
agent-finance skills get history-indicators
|
|
16
|
+
agent-finance tui --symbols AAPL,CRDO,BTCUSDT
|
|
16
17
|
```
|
|
17
18
|
|
|
19
|
+
Use the TUI as an interactive cockpit for live monitoring and guided exploration across quote, history, crypto evidence, research, Polymarket, provider health, task log, mouse focus, docked-column drag resize, floating-corner resize, close/restore panel controls, and an executable command palette. Use structured `market ... --json` commands when an agent needs parseable data.
|
|
20
|
+
It persists watchlist and layout state to TOML by default; add `--no-persist` for disposable sessions.
|
|
21
|
+
|
|
18
22
|
## Price and Sessions
|
|
19
23
|
|
|
20
24
|
```bash
|