8 ms·
Show HN: LiteHarness – One SDK for Claude Agent, OpenAI Agent, Pi AI
We built this library because agent harnesses were too fragmented and we needed a simple abstraction to call multiple coding-agent SDKs.
lite-harness has one function - query()
import { query } from "@lite-harness/sdk";
for await (const message of query({
prompt: "Fix the failing test",
options: {
// swap harness between: "claude-agent", "openai-agents", "pi-ai"
harness: "openai-agents",
model: "gpt-5.5",
},
})) {
console.log(message);
}
- shuanghe2012 4mo agoDoes it support logging in using an existing user subscription?
- AtlasOrc 4mo agopretty cool, might be worth putting it on Atlasorc.com so more people can discover it and you can earn from it too.
- linggen 3mo ago[flagged]