mirror of
https://github.com/TauricResearch/TradingAgents.git
synced 2026-09-19 11:15:24 +03:00
docs: drop the analyze subcommand from the CLI examples
This commit is contained in:
@@ -278,8 +278,8 @@ Checkpoint resume is opt-in via `--checkpoint`. When enabled, LangGraph saves st
|
|||||||
Per-ticker SQLite databases live at `~/.tradingagents/cache/checkpoints/<TICKER>.db` (override the base with `TRADINGAGENTS_CACHE_DIR`). Use `--clear-checkpoints` to reset all of them before a run.
|
Per-ticker SQLite databases live at `~/.tradingagents/cache/checkpoints/<TICKER>.db` (override the base with `TRADINGAGENTS_CACHE_DIR`). Use `--clear-checkpoints` to reset all of them before a run.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
tradingagents analyze --checkpoint # enable for this run
|
tradingagents --checkpoint # enable for this run
|
||||||
tradingagents analyze --clear-checkpoints # reset before running
|
tradingagents --clear-checkpoints # reset before running
|
||||||
```
|
```
|
||||||
|
|
||||||
```python
|
```python
|
||||||
|
|||||||
Reference in New Issue
Block a user