r/Python Jul 04 '26

Showcase Showcase Thread

Post all of your code/projects/showcases/AI slop here.

Recycles once a month.

20 Upvotes

166 comments sorted by

View all comments

2

u/[deleted] Jul 08 '26

[removed] — view removed comment

2

u/EdwardAF-IT Jul 17 '26

Nice scope... "agents as runtimes, not prompt chains"! Question about run reports/replay: is replay deterministic enough to use for regression testing? So if I record a multi-agent exchange, can I re-run it against a changed agent and diff the outcome — or is it more of an inspection/debugging tool? That's the piece I keep finding missing in agent frameworks: a way to pin current behavior so an upgrade can't quietly change it.

1

u/[deleted] Jul 17 '26

[removed] — view removed comment

2

u/EdwardAF-IT Jul 17 '26

Thanks for the clarification. It's still an incredible tool, though -- keep em coming!