Skip to main content

induscode

A terminal-first AI coding agent for your shell. A full coding assistant — read/write/edit files, run commands, search the codebase, mount MCP servers, branch and resume sessions — in a streaming Textual terminal UI. Built on the indusagi framework.

pip install induscode

That's it — induscode pulls in the indusagi framework (with the mcp and tui extras) automatically. Requires Python 3.11+.

Quick start

Set your provider API key, then run it:

export ANTHROPIC_API_KEY=sk-ant-...        # or OPENAI_API_KEY, GOOGLE_API_KEY, …
pindus                                     # launch the interactive console

The package installs two console scripts — pindus (primary) and induscode (alias). They're identical; use whichever you like.

pindus                                  # interactive Textual console
pindus -p "explain this repo"           # one-shot: print the answer and exit
pindus -p --json "explain this repo"    # headless NDJSON line protocol (for hosts)
pindus -m claude-haiku-4-5 -p "hi"      # pick a model
pindus --list-models                    # browse the provider/model catalog
pindus signin                           # store credentials (OAuth or API key)
pindus signin --list                    # show stored accounts
pindus --help                           # full flag table (@file attachments, --, …)

In the console

  • Streaming markdown answers, structured diffs, and collapsible tool cards (Ctrl-O to expand)
  • Slash commands/model, /settings, /theme, /resume, /branch, /timeline, /export, /keys, /help, and ~20 more
  • !command to run a shell command inline
  • Esc aborts a running turn; Ctrl-C exits
  • A footer with live token / cost / context-window % for the active model
  • Twelve dialogs: model picker, scoped models, settings, theme (live preview), session browser, branch tree, login, and more
  • Branchable session history — resume a prior session, fork from any turn

Configuration

  • API keys come from the standard provider env vars (ANTHROPIC_API_KEY, OPENAI_API_KEY, GOOGLE_API_KEY, …), or run pindus signin for OAuth.
  • State (sessions, settings, credentials) lives under ~/.pindusagi/. Override with INDUSAGI_CODING_AGENT_DIR or INDUSAGI_HOME.
  • Per-project settings: <cwd>/.pindusagi/settings.json.
  • MCP servers: mount external tool servers with repeatable --mcp <server>.
  • Project context: AGENTS.md / CLAUDE.md in the working directory are picked up automatically.

What it can do

A complete coding-agent tool suite: read / write / edit files, run shell commands and background processes, grep and find across the tree, fetch web pages and search, a todo planner, MCP-mounted remote tools, and Composio SaaS connectors. Works with 849 models across 24 providers via the indusagi catalog.

Development

# install the framework editable first, then the agent
pip install -e ../indusagi-python-rebuild
pip install -e ".[dev]"
pytest            # 703 tests; network-free (mock connector, Textual Pilot)

License

AGPL-3.0-only. See LICENSE, NOTICE and CREDITS.md.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

induscode-0.1.6.tar.gz (719.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

induscode-0.1.6-py3-none-any.whl (644.5 kB view details)

Uploaded Python 3

File details

Details for the file induscode-0.1.6.tar.gz.

File metadata

  • Download URL: induscode-0.1.6.tar.gz
  • Upload date:
  • Size: 719.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.13

File hashes

Hashes for induscode-0.1.6.tar.gz
Algorithm Hash digest
SHA256 e0914d8c45818dcf03ca909e5792364ccd57bf125c589c02760d4d2849350cba
MD5 05e9b3e00297cc6be55d355106779f27
BLAKE2b-256 985dbcb9f799e23b0c79980dd2704c73878309183bf2c1072054ead65e858952

See more details on using hashes here.

File details

Details for the file induscode-0.1.6-py3-none-any.whl.

File metadata

  • Download URL: induscode-0.1.6-py3-none-any.whl
  • Upload date:
  • Size: 644.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.13

File hashes

Hashes for induscode-0.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 a4922f774d7964f5e172f1c760c53d686f7acf82a24aad39762e9dd5d62e81a7
MD5 b1add139be8122e187d93a2861501725
BLAKE2b-256 c1387e05b609faf9cebfbb153e651b433131f181e9148acdecfc56adb635ba91

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.1.6 This release

2 files

0.1.4

2 files

0.1.2

2 files

0.1.1

2 files

0.1.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page