|
|
| | Show HN: OpenHarness – Open-source TypeScript SDK for building AI agents (github.com/maxgfeller) | | 3 points by MaxGfeller 73 days ago | hide | past | favorite | 2 comments | | I built this because I kept trying to use Claude Agent SDK, Codex, and OpenCode programmatically, and they were too "heavy" and uncustomizable for that. I wanted a TypeScript library I could import into my own app and build agents on top of.
OpenHarness is built on Vercel's AI SDK 5, so it works with any model the SDK supports. The main things it gives you: loading agent instructions from AGENTS.md files, MCP server connections for tools, subagents (agents delegating to child agents), agent skills, tool approval prompts, and auto-compaction for long conversations.
There's a CLI example and a Next.js chat interface in the repo if you want to try it out.
Still early -- feedback on the API and what's missing would be useful. |
|

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact
|
Are you planning to include any standard tool definition library with OpenHarness, or is the intent to stay lightweight and let users bring their own tool schemas?