StartREADME

indusagi Documentation

This folder documents the indusagi package located at indusagi/. It is an all-in-one bundle that re-exports AI providers, agent loop, TUI widgets, and a Web UI.

If you want a quick start, read the Getting Started guide.

Documentation Map

AI

Agent

TUI

Web UI

Notes

  • The package is ESM only and targets Node 20 or newer.
  • package.json declares an export indusagi/coding-agent, but there is no src/coding-agent.ts in this repo. If you need that entrypoint, ensure its source is added or it is generated during build.