package
3.3.0+incompatible
Repository: https://github.com/google/agi.git
Documentation: pkg.go.dev

# Functions

CreateTransformChain creates a transform chain that will run the required transforms on every command coming from commandGenerator.
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author

# Structs

No description provided by the author
TransformChain is responsible for running all the transforms on all the commands produced by command enerator.

# Interfaces

Transform is the interface that wraps the basic Transform functionality.
Writer is the interface which consumes the output of transforms.

# Type aliases

No description provided by the author
StateMutator is a function that allows transformation to mutate state during transformation TODO: Refactor the transforms that use this to remove this behaviour.