Allow running with models other than Claude via direct API — support Amazon Bedrock so different models can be used instead of only claude -p.
Will need research into how to best structure prompting/generation once we're not just shelling out to claude -p for everything (e.g. the headless job manager in packages/cli/src/generation/).
Allow running with models other than Claude via direct API — support Amazon Bedrock so different models can be used instead of only
claude -p.Will need research into how to best structure prompting/generation once we're not just shelling out to
claude -pfor everything (e.g. the headless job manager inpackages/cli/src/generation/).