Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Formalize the plan trace interface #22

Merged
merged 2 commits into from
Aug 9, 2023
Merged

Formalize the plan trace interface #22

merged 2 commits into from
Aug 9, 2023

Conversation

pipex
Copy link
Collaborator

@pipex pipex commented Aug 4, 2023

Events happening during the planning process (next iteration, try
instruction, condition failed, etc.) are now defined as specific types
with accompanying data. These events can be organized as a state
machine, which means trace functions can use the state machine to
identify where in the process an event happens, and use that
information, for instance, to create visualizations of the decision
tree.

Planning state machine

Change-type: minor

@flowzone-app flowzone-app bot enabled auto-merge August 4, 2023 20:24
@pipex pipex force-pushed the better-tracing branch 3 times, most recently from b47e233 to b9b7705 Compare August 6, 2023 18:08
pipex added 2 commits August 9, 2023 14:04
Events happening during the planning process (next iteration, try
instruction, condition failed, etc.) are now defined as specific types
with accompanying data. These events can be organized as a state
machine, which means trace functions can use the state machine to
identify where in the process an event happens, and use that
information, for instance, to create visualizations of the decision
tree.

Change-type: minor
@pipex
Copy link
Collaborator Author

pipex commented Aug 9, 2023

I self-certify!

@flowzone-app flowzone-app bot merged commit 101ae9c into main Aug 9, 2023
@flowzone-app flowzone-app bot deleted the better-tracing branch August 9, 2023 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant