WeSearch

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

·2 min read · 0 reactions · 0 comments · 15 views
#technology#ai#software
Show HN: LiteHarness – One SDK for Claude Agent, OpenAI Agent, Pi AI
⚡ TL;DR · AI summary

LiteHarness is a new SDK designed to streamline the use of multiple AI agents, including Claude and OpenAI. It provides a unified interface for both TypeScript and Python, allowing users to switch between different harnesses and models easily. Currently, the SDK is not published on npm or PyPI, but users can clone the repository to try it out.

Key facts
Original article
GitHub
Read full at GitHub →
Opening excerpt (first ~120 words) tap to expand

lite-harness Call all implemented agent harnesses using the Claude Agent SDK format: Claude Agent SDK and OpenAI Agents. lite-harness manages: One TypeScript and Python interface for multiple agent harnesses Harness switching with harness, model switching with model Claude Agent SDK-compatible streaming messages and errors Preview: the SDK is not published to npm or PyPI yet. Clone this repo to try it. If you want a packaged release, please file an issue. Setup (clone) git clone https://github.com/LiteLLM-Labs/lite-harness.git cd lite-harness # install the backend server's deps once — the SDK auto-spawns it from the clone ( cd src/sdk/server && npm install ) # pick a model: point at a LiteLLM gateway… export LITELLM_API_BASE=https://litellm.your-company.com/v1 export…

Excerpt limited to ~120 words for fair-use compliance. The full article is at GitHub.

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from GitHub