There are some useful ways to monitor the agent's actions, as described in the [README](https://github.com/valory-xyz/quickstart/blob/main/scripts/predict_trader/README.md#observe-your-agents), for example: ``` poetry run python -m scripts.predict_trader.report poetry run python -m scripts.predict_trader.trades --creator YOUR_SAFE_ADDRESS ``` It would be good to add other ways to monitor the agent, for example in a Streamlit dashboard. Issue taken from: https://github.com/valory-xyz/trader-quickstart/issues/257
There are some useful ways to monitor the agent's actions, as described in the README, for example:
It would be good to add other ways to monitor the agent, for example in a Streamlit dashboard.
Issue taken from: valory-xyz#257