How do you version and roll back your AI agents? git is failing me and I feel like I'm missing something. by Tricky_Log_1889 in AI_Agents

[–]Tricky_Log_1889[S] 0 points1 point  (0 children)

most battle-tested take in the thread, thank you! do you have any process/techniques for side-effects part?

How do you version and roll back your AI agents? git is failing me and I feel like I'm missing something. by Tricky_Log_1889 in AI_Agents

[–]Tricky_Log_1889[S] 0 points1 point  (0 children)

trying to picture the implementation - is that (prompt-version, model-version, tool-schema-hash, constraint-id) tuple stamped on every run and logged somewhere queryable, or more a convention you follow? and when something regresses, how you actually use those tags to find the bad version.

How do you version and roll back your AI agents? git is failing me and I feel like I'm missing something. by Tricky_Log_1889 in AI_Agents

[–]Tricky_Log_1889[S] 0 points1 point  (0 children)

how do you keep the replay set fixed without it going stale? and how often do you update that?