Feedback wanted: does FlowGuard's model-first workflow check make sense? #1
liuyingxuvka
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
FlowGuard is an early Python framework for model-first function-flow engineering.
It is meant for AI coding agents and engineers who want to model risky workflow behavior before changing production code. The core shape is:
It currently checks finite deterministic behavior for things like duplicate side effects, broken idempotency, cache/source-of-truth mismatch, stuck states, loop/progress issues, contract boundaries, and conformance replay through adapters.
If you try it, I would especially like feedback on:
Useful links:
If something breaks, please include:
Beta Was this translation helpful? Give feedback.
All reactions