AI harnesses are the new vendor lock-in. To swap across harnesses easily without rewriting your app, LiteLLM launched the Lite-Harness SDK.
Run your prompt across different harnesses:
from lite_harness import query, AgentOptions
prompt = "Fix the failing test"
# Claude Code harness










