Skip to content
View Dkm0315's full-sized avatar

Block or report Dkm0315

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
Dkm0315/README.md

Dhairya Marwaha

I build AI agent runtimes you can actually trust in production.
Federated AI for Frappe / ERPNext · governed agent harnesses · full-stack from kernel to UI

Portfolio · LinkedIn · X

portfolio focus stack views


What I'm building

I work on the layer between large language models and real businesses: the harness — the governance, memory, and tooling that decides what an agent is allowed to see, remember, and do. Models are commodities; the harness is where trust lives. I also run the systems underneath it: distributed data engines (Redis, Valkey, PostgreSQL, MongoDB, Kafka, vector DBs) across cloud and bare-metal, provisioned with Terraform on RHEL/Ubuntu.

  • 🛡️ Muster — an open-source agent harness you can audit. Token-waste ledger, leak-proof scoped memory, eval-gated learning, a never-wedge compactor, and one governed envelope for Telegram / Slack / Discord / WhatsApp / Teams / web. 20+ LLM providers, zero lock-in. TypeScript · MIT.
  • 🤖 frappe-agent — a Frappe/ERPNext agent plugin for Codex & Claude Code: DocType design, customizations, bench, SQL, and ERPNext workflows. My most-starred work.
  • 🗄️ OSS Manager — a control plane for self-hosted data engines: lifecycle, sizing, preflight, and ops automation across Redis · Valkey · PostgreSQL · MongoDB · Kafka · Qdrant · Milvus on AWS, GCP, and bare-metal — Linux (RHEL/Ubuntu), Terraform-provisioned, with a federated support copilot on top. Go · Python.
  • 🪟 Clawglass — a native macOS manager for OpenClaw instances, with glass-inspired setup flows. Swift.
  • 📚 AI Systems Engineering — course material: from first principles to production agents.

How I think about agents

Self-improving agents are easy. Provably governed agents are the hard part — every memory scoped, every learned skill behind an eval gate, every token on a ledger.

I re-model the best ideas from OpenClaw, Hermes, and pi.dev — then fix the failure modes their own issue trackers document, and bundle it leaner. Optimize first; ship the audit trail with the feature.


Toolbox

Languages

Data & streaming engines

Cloud, infra & ops

AI & app platforms


stats langs

Currently going deep on: governed agent runtimes, agentic RAG over ERP data, and shipping Muster toward its first release.

Popular repositories Loading

  1. frappe-agent frappe-agent Public

    Frappe, ERPNext, and Frappe ecosystem agent plugin for Codex, Claude Code, Cursor, Copilot, Helpdesk, CRM, LMS, Drive, HRMS, Insights, Builder, and Payments.

    16 2

  2. LLM LLM Public

    Python 3

  3. codex codex Public

    Forked from openai/codex

    Lightweight coding agent that runs in your terminal

    Rust 1

  4. ai-chatbot ai-chatbot Public template

    Forked from vercel/chatbot

    A full-featured, hackable Next.js AI chatbot built by Vercel

    TypeScript 1

  5. frappe-mcp-ui frappe-mcp-ui Public

    JavaScript 1

  6. Space-Invaders Space-Invaders Public

    This is a classic arcade-style Space Invaders game built using Python and Pygame. The objective of the game is to shoot down waves of alien invaders while avoiding their shots and obstacles.

    Python