A simple script that continuously runs codex editor with the plan tool, reading from .agent/prompt.md.
- Create a
.agent/prompt.mdfile in your project with your instructions (seeprompt.mdas template) - Run the script:
./codex-loop.sh
| { | |
| "BTCUSD.P": { | |
| "symbol": "BTCUSD.P", | |
| "exchanges": [ | |
| "BINANCE:BTCUSD.P", | |
| "BYBIT:BTCUSD.P" | |
| ] | |
| }, | |
| "ETHUSD.P": { | |
| "symbol": "ETHUSD.P", |