Skip to content
View sriinnu's full-sized avatar

Block or report sriinnu

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
sriinnu/README.md

Srinivas Pendela

Vienna. Telugu. TypeScript, Go, Swift, Python.

X · Substack · npm


I spend most of my time building tools I actually want to use. Some of them turned into real systems.

The thread running through everything: I don't think AI agents should be stateless request-response machines. They should remember, consolidate, predict, and have something resembling a point of view. So I started building that — and the architecture ended up borrowing heavily from Indian epistemology. Not as branding. The Nyaya school's six sources of knowledge became actual type categories for how memories get classified. Dream consolidation from Yoga Nidra became the literal model for between-session learning. It fit better than anything I found in the ML literature.

The LLM is a tool in these systems, not the brain. Most of the cognition runs on heuristics at zero token cost.

Core Stack

Chitragupta — 17-package TypeScript monorepo. Memory, identity, attention, affect, intention, deliberation, self-evolution. CLI + HTTP server + MCP server + web dashboard. 12,000+ tests. This is the brain that everything else plugs into.

Takumi — Terminal coding agent. Custom renderer (I didn't want React/Ink), streaming agent loop, multi-agent orchestration with planner/worker/validator roles. Talks to Chitragupta for memory and predictions.

PAKT — Lossless prompt compression. 30-50% fewer tokens on JSON, YAML, CSV, markdown. Every token should carry meaning, not syntax. Library + CLI + MCP server + Chrome extension + Tauri desktop app. On npm.

Kosha Discovery — Finds every AI model and provider on your machine and cloud accounts. Anthropic, OpenAI, Google, Bedrock, Vertex, Ollama, OpenRouter. Library + CLI + HTTP API.

Work in Progress

Tring — Cross-platform messaging CLI in Go. One JSON command surface for WhatsApp, Signal, and Telegram. SQLite-first, daemon mode, muting policies. Built because I wanted my agents to be able to send messages without me opening three apps.

Harmon — Music session daemon. AI-compiled listening policies become deterministic constraints — tempo range, energy arcs, no-vocals filters, recency penalties. Daemon-first, Spotify integration, SSE streaming. TypeScript. Because playlists are too manual and radio is too random.

Whispr — Self-healing messaging daemon in Go. Signed command envelopes, replay protection, durable delivery queue, channel adapters for iMessage, Signal, Discord, Slack, Google Messages. The reliable delivery layer that Tring routes through.

Smaller Things

Helix CLI parsing framework for Swift. Property wrappers, validation, subcommands.
Silo Browser cookie extraction. Safari, Chrome, Firefox, Edge, Arc, Brave. Swift.
LedgerFlow Bills and receipts tracker. Append-only ledger, OCR, AI spending analysis. Python.
Web Suddhi Browser extension. Ads, trackers, cookies, paywalls — gone.
PortPilot macOS menu bar app to find and kill port processes. Swift.
Kairos Work hours tracker. Go.
Command Relay Bi-directional tmux bridge for remote terminal streaming.

Writing

I also write about dharma and inner life at Invisible Dharma. Different voice, same person. Quiet lessons from a noisy life.


Every module in Chitragupta carries a Sanskrit name that maps to its cognitive function. Smriti is memory. Swapna is dream consolidation. Buddhi is intelligence. Scarlett is health monitoring (okay, not all of them are Sanskrit). Externally, everything speaks English.

Pinned Loading

  1. chitragupta chitragupta Public

    The Autonomous AI Agent Platform - Chitragupta

    TypeScript

  2. takumi takumi Public

    匠 Takumi — High-performance terminal coding agent with custom renderer, reactive signals, and provider-agnostic LLM integration

    TypeScript

  3. clipforge-PAKT clipforge-PAKT Public

    PAKT: Lossless prompt compression for LLMs. 30-50% fewer tokens on JSON/YAML/CSV/Markdown. Perfect round-trip fidelity. TypeScript library + CLI + Chrome extension + Tauri desktop app.

    TypeScript

  4. command-relay command-relay Public

    Secure bi-directional tmux bridge for remote terminal streaming and command relay.

    TypeScript

  5. kosha-discovery kosha-discovery Public

    AI Model & Provider Discovery Registry — auto-discovers models, credentials, pricing across Anthropic, OpenAI, Google, Bedrock, Vertex, Ollama & OpenRouter. Library + CLI + HTTP API.

    TypeScript

  6. web-suddhi web-suddhi Public

    Block ads. Strip trackers. Dismiss cookies. Remove paywalls. Reclaim your web.

    JavaScript