agent-finance-cli-linux-arm64 0.3.1 → 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
|
|
@@ -110,7 +119,7 @@ agent-finance audit export --json
|
|
|
110
119
|
- Use `market price` for the default "what is the current price?" answer.
|
|
111
120
|
- Use `market sessions` when premarket, postmarket, overnight, BOATS, provider differences, or proxy prices matter.
|
|
112
121
|
- Use both daily and minute history before judging fills, limit-order quality, stop placement, or intraday action.
|
|
113
|
-
- Use `market providers --json`
|
|
122
|
+
- Use `market providers --json` for a machine-readable capability matrix.
|
|
114
123
|
- Use `capabilities --json` for the unified terminal surface, including account/order/transfer/futures-state safety boundaries.
|
|
115
124
|
- Treat crypto as 24/7 market data. Use Binance/Coinbase/OKX/CoinGecko through capability-first crypto commands, then force providers only for cross-checking.
|
|
116
125
|
- Spot is crypto spot; USD-M futures / TradFi perps are derivatives and proxy instruments.
|
|
@@ -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
|
|
@@ -58,7 +58,7 @@ agent-finance market crypto stream BTCUSDT --instrument swap --kind mark-price -
|
|
|
58
58
|
- Binance/OKX are stronger for exchange microstructure and derivatives evidence. Coinbase is a spot exchange cross-check. CoinGecko is stronger for aggregate breadth, trending, metadata, and exchange discovery.
|
|
59
59
|
- Prefer `market crypto snapshot` for current observable market state.
|
|
60
60
|
- Prefer `market crypto sentiment` for futures leverage, funding, open interest, long/short, taker flow, and basis.
|
|
61
|
-
- Prefer `market crypto quote/book/trades/candles/funding/open-interest/discover --json`
|
|
61
|
+
- Prefer `market crypto quote/book/trades/candles/funding/open-interest/discover --json` for provider evidence in downstream reasoning.
|
|
62
62
|
- Use `--json` for downstream computation and `--raw` when auditing provider payloads.
|
|
63
63
|
- The `market crypto` command surface is read-only market data. Signed Binance account/order/transfer/futures-state workflows live under `account`, `order`, `transfer`, `state`, `risk`, `audit`, and the `profile` skill.
|
|
64
64
|
- Crypto trades 24/7; do not apply equity regular/pre/post/overnight session assumptions.
|
|
@@ -5,7 +5,7 @@ description: Use Polymarket prediction-market data as quantifiable sentiment and
|
|
|
5
5
|
|
|
6
6
|
# agent-finance prediction-markets skill
|
|
7
7
|
|
|
8
|
-
Use this skill
|
|
8
|
+
Use this skill for prediction-market sentiment, event probabilities, or "what capital is pricing in" for a public event.
|
|
9
9
|
|
|
10
10
|
## Commands
|
|
11
11
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: profile
|
|
3
|
-
description: Configure agent-finance trading profiles, Binance HMAC env references, risk policy, intent-first live writes, audit logs, and
|
|
3
|
+
description: Configure agent-finance trading profiles, Binance HMAC env references, risk policy, intent-first live writes, audit logs, and guarded signed workflows.
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# agent-finance profile skill
|