from styxdefs import set_global_runner, get_global_runner
from styxgraph import GraphRunner
set_global_runner(DockerRunner()) # (Optional) Use any Styx runner like usual
set_global_runner(GraphRunner(get_global_runner())) # Use GraphRunner middleware
# Use any Styx functions as usual
# ...
print(get_global_runner().mermaid()) # Print mermaid diagram
generated from childmindresearch/template-python-repository
-
Notifications
You must be signed in to change notification settings - Fork 1
Execution graph middleware for Styx
License
styx-api/styxgraph
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Execution graph middleware for Styx
Resources
License
Code of conduct
Contributing
Security policy
Stars
Watchers
Forks
Packages 0
No packages published