Can a single OpenClaw agent maintain multiple persistent ACP threads across different ACP platforms at the same time, for example one persistent Claude thread, one persistent Codex thread, and one persistent Gemini thread?
More specifically:
• can all of these belong to the same OpenClaw
agent identity
• while each ACP thread keeps its own persistent state and continuity
• and without cross-thread context collision or session overwriting
If yes, what is the correct architecture or session model in OpenClaw for doing this cleanly? @obtuse bison