docs: drop the analyze subcommand from the CLI examples

This commit is contained in:
Yijia-Xiao
2026-09-16 20:19:49 +00:00
parent 7bf2117491
commit 63738c8f2c

View File

@@ -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