AGENTS.md 747 B

Project Agent Notes

  • Shell commands in this repo should be run through rtk.
  • Start new sessions by reading README.md, docs/current-status.md, docs/operations.md, docs/architecture.md, and docs/documentation-guide.md.
  • Live OKX trading exists. Do not place live orders unless explicitly asked. Observer services must remain read-only.
  • For future ETH strategy exploration, use multiple gpt-5.5 subagents in parallel when the user asks to continue exploration. The main agent should coordinate, wait for subagent results, compare outcomes, and decide the next exploration direction. Implementation and experiment execution should be delegated to subagents unless the user explicitly asks the main agent to do the work directly.