Python API Reference
The goatcs-harness exposes a Python API for programmatic use.
run()
Execute a graph programmatically.
The goatcs-harness exposes a Python API for programmatic use.
run()Execute a graph programmatically.
1 2 3 4 5 6 7 8 9 | |
verify()Validate a graph topology.
1 2 3 4 | |
GraphBuilderProgrammatically construct a graph.
1 2 3 4 5 6 7 8 | |
forge()Generate a skill from a brief using the forge subsystem.
1 2 3 4 5 6 7 | |
eval()Evaluate a generated skill against acceptance criteria.
1 2 3 4 5 6 | |