Installation
From PyPI
pip install decoctRequires Python 3.10+.
LLM features (optional)
For LLM-powered schema and assertion learning:
pip install decoct[llm]This adds the Anthropic SDK. Requires the ANTHROPIC_API_KEY environment variable for decoct schema learn and decoct assertion learn commands.
Development install
git clone https://github.com/decoct-io/decoct.gitcd decoctpip install -e ".[dev]"Verify
decoct --version