This directory includes command-line tools from the Polygraphy debugging toolkit.
For more information about a specific tool, see the README in the corresponding directory here.
Note that some of the tools included are still experimental. Any tool labeled [EXPERIMENTAL]
may be subject to backwards-incompatible changes, or even complete removal at any point in time.
All the tools provided by Polygraphy can be invoked using the polygraphy binary: bin/polygraphy
For usage information on a specific tool, you can see the help output with: polygraphy <subtool> -h
For examples, see the corresponding subdirectory in examples/cli
You can add a new tool by adding a new file in this directory, creating a class that extends the Tool
base class, and adding the new tool to the registry.