Show HN: OpenHarness – Open-source TypeScript SDK for building AI agents
github.com
Show HN: OpenHarness – Open-source TypeScript SDK for building AI agents
1–4 of 4 posts
Re: Show HN: OpenHarness – Open-source TypeScript SDK for building AI agents
#2Re: Show HN: OpenHarness – Open-source TypeScript SDK for building AI agents
#3Are 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?
Re: Show HN: OpenHarness – Open-source TypeScript SDK for building AI agents
#4The MCP server connection support is the most interesting part to me. One pain point I keep running into when integrating MCP tools is that there's no canonical schema for the tool definitions themselves — every team reinvents the JSON structure for things like web-search, memory, file-system, etc. Are you planning to include any standard tool definition library with OpenHarness, or is the intent to stay lightweight…
Eventually, there will be sets of tools for various platforms, e.g., filesystem tools for Node.js and Bun, and a set of tools specifically for building agents that use certain sandbox providers.