HeadlinesBriefing favicon HeadlinesBriefing.com

zot: Minimal Coding Agent Harness

Hacker News •
×

zot presents a streamlined coding agent harness delivered as a single Go binary, eliminating complex dependencies like Docker or plugin systems. The tool supports multiple AI providers including Anthropic, OpenAI, and GitHub Copilot, enabling file editing, shell execution, and Telegram integration. Its minimal approach focuses on core functionality without bloated features.

The agent offers four execution modes—interactive, print, json, and rpc—along with built-in tools for file operations and bash commands. Users can confine operations to the current directory with /jail, preventing accidental system damage. The tool extends beyond basic functionality through a JSON-RPC protocol allowing custom extensions in any language, with reference implementations provided in Go, TypeScript, and Node.

zot introduces innovative session management with resumable conversations, compacting features, and forking capabilities. Skills are managed through SKILL.md files with YAML frontmatter, allowing context-specific instructions. The swarm feature enables background subagents to work in parallel on the same codebase without interfering with the main session.

The tool addresses real developer pain points by reducing context switching and maintaining conversation continuity. With its lightweight design and comprehensive feature set, zot provides a practical solution for developers seeking AI assistance without the complexity of traditional development environments.