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

feat(core): add a demonstration script to generate a graphviz pdf graph from a Dialogue #472

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

scrowland
Copy link

@scrowland scrowland commented Jul 25, 2024

Proposed Changes

Demonstrate how to draw a simple graph visualisation of a Dialogue's state graph using the Graphviz package.

Linked Issues

[if applicable, add links to issues resolved by this PR]

Types of changes

What type of change does this pull request make (put an x in the boxes that apply)?

  • Bug fix (non-breaking change that fixes an issue).
  • New feature added (non-breaking change that adds functionality).
  • Breaking change (fix or feature that would cause existing functionality to stop working as expected).
  • Documentation update.
  • Something else (e.g., tests, scripts, example, deployment, infrastructure).

Checklist

Put an x in the boxes that apply:

  • I have read the CONTRIBUTING guide
  • Checks and tests pass locally

If applicable

  • I have added tests that prove my fix is effective or that my feature works
  • I have checked that code coverage does not decrease
  • I have added/updated the documentation

Further comments

[if this is a relatively large or complex change, kick off a discussion by explaining why you chose the solution you did, what alternatives you considered, etc...]

@scrowland scrowland changed the title feat(dialogues): add a demonstration script to generate a graphviz pdf graph from a Dialogue feat(core): add a demonstration script to generate a graphviz pdf graph from a Dialogue Jul 25, 2024
@Archento
Copy link
Member

Thanks for the contribution!

There is definitely a need for visualisation of the Dialogues and we'll be providing a native way for that in the near future. Currently we try to keep the dependencies to a minimum especially if packages rely on external tools to be present but it's a good start regardless!

I'll leave this PR open as a reference and until this topic has been resolved.

@jrriehl jrriehl linked an issue Jul 30, 2024 that may be closed by this pull request
2 tasks
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.

Visualise Protocol interactions and Dialogue patterns
2 participants