Skip to content
View aakashsengar's full-sized avatar

Block or report aakashsengar

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
aakashsengar/README.md

Akash Sengar

Engineering Leader · AI Infrastructure · TypeScript

Founding Member at Xhipment · Creator of Agentium


Website LinkedIn YouTube GitHub


I build production AI systems — agent runtimes, orchestration layers, and the infrastructure that keeps them reliable. My work sits at the intersection of TypeScript, LLM tooling, and systems that have to run in the real world: memory, tools, cost controls, and human oversight.

Currently shipping Agentium, a TypeScript-native framework for multi-agent systems on Node.js.

const engineer = {
  name: "Akash Sengar",
  role: "Engineering Leader",
  company: "Xhipment",
  focus: ["AI agent systems", "TypeScript", "open source infrastructure"],
  building: "Agentium — TypeScript-native agent orchestration for Node.js",
  contributing: "agno-agi/agno",
  education: "Computer Science, VIT Vellore",
} as const;

Agentium

A TypeScript-native agent orchestration framework for Node.js. Model-agnostic, batteries-included, and designed for production — not demos.

npm GitHub Docs Website

import { Agent, openai } from "@agentium/core";

const researcher = new Agent({
  name: "researcher",
  model: openai("gpt-4o"),
  instructions: "Research thoroughly and cite sources.",
});

const result = await researcher.run("Summarize Q4 market trends");

Agents & memory

  • Tools with Zod schemas and function calling
  • Session, user, and long-term memory
  • RAG with hybrid search
  • Guardrails, hooks, and human-in-the-loop

Teams & runtime

  • Coordinate, route, broadcast, and collaborate
  • Workflows with retries and parallel steps
  • Express, Socket.IO, voice, and browser agents
  • PostgreSQL, MongoDB, Redis, SQLite, and BullMQ

Production concerns are first-class: cost tracking, semantic cache, audit trails, sandbox execution, and multi-tenant isolation.

Documentation · GitHub · npm · Website


Stack

Area Technologies
Languages TypeScript, JavaScript, Python
AI LLM APIs, agent architecture, RAG, MCP, A2A
Runtime Node.js, React, Socket.IO, Playwright
Data PostgreSQL, MongoDB, Redis, BullMQ
Infra Linux, Git, REST, WebSockets

TypeScript Node.js Python React PostgreSQL MongoDB Redis Playwright


Open source

agno-agi/agno   Stars

Contributor to one of the most widely used open-source agent frameworks — features, fixes, and production-oriented improvements.

I also publish occasional walkthroughs on agent architecture, TypeScript internals, and system design on YouTube.


GitHub

GitHub stats Top languages

Open to collaborations on AI infrastructure, agent systems, and open source.

LinkedIn · Website · Agentium · GitHub

Pinned Loading

  1. agno-agent-api agno-agent-api Public

    Python 2 1

  2. agno agno Public

    Forked from agno-agi/agno

    Build multi-modal Agents with memory, knowledge, tools and reasoning. Chat with them using a beautiful Agent UI.

    Python

  3. aws-kinesis-consumer aws-kinesis-consumer Public

    AWS Kinesis Consumer

    JavaScript