Best practice about loading a session #869
-
Feedback on ACP Session Loading: Metadata Persistence and State SemanticsHi everyone, While implementing session loading as per the ACP Protocol Spec, I’ve encountered a few challenges regarding how agents handle the 1. Missing Session Metadata in ResponsesAccording to the spec, the agent can respond with
2. Inconsistent Config OptionsI've observed some strange behavior in
Questions for the Community:
Looking forward to your insights and seeing how others are handling these edge cases! transcript_session_new.json JSONND Transcript files for issue 2 Update: After upgraded codex to 0.117.0 issue 2 seems to be fixed. But still, I think there is improvement space for the session/load spec. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
@thezzisu I totally have during the session if it is a session that was originally used through my app i use my app as the source of truth if it is a session i'm replaying that was not from my app I just inget all of the events, I figure all of the events with the exception of usage which I don't want two of are mostly harmless and I"m sure I'll have enough data to figure out how to de-dup them. |
Beta Was this translation helpful? Give feedback.
@thezzisu I totally have during the session if it is a session that was originally used through my app i use my app as the source of truth if it is a session i'm replaying that was not from my app I just inget all of the events, I figure all of the events with the exception of usage which I don't want two of are mostly harmless and I"m sure I'll have enough data to figure out how to de-dup them.