Settings

Theme

Show HN: LiteHarness – One SDK for Claude Agent, OpenAI Agent, Pi AI

github.com

2 points by ij23 2 months ago · 3 comments · 1 min read

Reader

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 2 months ago

Does it support logging in using an existing user subscription?

AtlasOrc 2 months ago

pretty cool, might be worth putting it on Atlasorc.com so more people can discover it and you can earn from it too.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection