Skip to content

Python API

Crucible is a Python package. The public API mirrors the CLI: crucible.run(scenario, agents), crucible.judge(epoch, judge), crucible.seal(epoch), crucible.export(epoch).

Useful for embedding Crucible into a pytest-style harness.