Show HN: SDK for embedding zot coding agent in your Node.js applications
Category: library
Tags: sdk, ai-agent, nodejs
Score: 5.5/10 (Innovation: 4, Technical: 6, Documentation: 6, Utility: 6)
A TypeScript SDK that embeds the 'zot' coding agent into Node.js applications by managing a child process communicating via newline-delimited JSON over stdin/stdout. It provides a straightforward API for streaming prompts and tool calls, with optimized binary management for multiple platforms. The project is interesting for integrating an AI coding agent directly into server-side workflows with minimal setup.
Target audience: backend devs
Repository: https://github.com/patriceckhart/zot-sdk-javascript · TypeScript · MIT
View on Hacker News