(no title)
jlongo78 | 6 hours ago
For the persistent layer, we're using the API directly with conversation IDs stored our side, then replaying relevant message windows rather than full transcripts. Full replay gets expensive fast, so we filter to decision points and errors. Similar tradeoffs to your activity log, just at the API level rather than filesystem.
No comments yet.