Intentic is an open-source agent harness and orchestration platform designed to structure, execute, and evaluate autonomous coding and task agents across sandboxed development environments. Built as a modular TypeScript/JavaScript monorepo, it provides foundational architecture for managing compute resources, tooling integrations, and agent-driven workflows. At a practical level, Intentic organizes agent execution through dedicated submodules for sandboxing, search, platform coordination, editor interfaces, and custom extensions. It features built-in support for Claude-compatible plugins and allows developers to bind autonomous tools to isolated runtime environments, ensuring agent operations run with predictable boundaries. Intentic differentiates itself through its multi-tiered architecture that separates the underlying execution computer, sandbox runtimes, tool interfaces, and agent logic. Rather than functioning purely as an end-user chat assistant, it serves as an extensible orchestration layer for orchestrating complex agent behaviors and integrations. The project is open source and hosted on GitHub, utilizing standard Node.js/pnpm tooling and Docker-based containerization for deployment and sandboxed execution.
Tags: ai agent, cli, code assistant, coding agent, developer tools, OpenSource
.claude-plugin support enabling interoperability with Claude-based agent ecosystems. - Isolated sandbox execution — Dedicated runtime environments for running untrusted code and executing agent file changes safely. - Extensible tool orchestration — Structured system for defining and registering external tools, extensions, and search capabilities. - Monorepo-driven workflow — Built with pnpm, Oxlint, and Docker support for rapid development and maintainable agent infrastructure._tools and _extensions modules. This allows custom CLI utilities, search providers, and environment bridges to be registered for agent consumption.Intentic is built for AI engineers, platform developers, and tool builders who need a modular harness to orchestrate, sandbox, and integrate autonomous coding agents. It is not intended for end users looking for an out-of-the-box turnkey GUI chat assistant without configuration.
pnpm (standard for this monorepo): bash git clone https://github.com/intentic/intentic.git cd intentic pnpm installbash cp .env.example .env # Edit .env to add your API credentials Build the workspace packages: bash pnpm buildbash pnpm devPart of CLI Coding Agents
Categories: AI Coding Agents, Code Assistants, Developer Tools