mirror of
https://github.com/TauricResearch/TradingAgents.git
synced 2026-09-19 19:25: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.
|
||||
|
||||
```bash
|
||||
tradingagents analyze --checkpoint # enable for this run
|
||||
tradingagents analyze --clear-checkpoints # reset before running
|
||||
tradingagents --checkpoint # enable for this run
|
||||
tradingagents --clear-checkpoints # reset before running
|
||||
```
|
||||
|
||||
```python
|
||||
|
||||
Reference in New Issue
Block a user