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
Senior Engineer | AI Infrastructure Builder

Architecting production-grade AI systems · TypeScript at heart · Open source creator


LinkedIn YouTube Agentium agno Profile Views


// akash.sengar.ts

const engineer = {
  name:         "Akash Sengar",
  role:         "Senior Software Engineer",
  focus:        ["AI Agent Systems", "TypeScript", "Open Source Infrastructure"],
  building:     "Agentium — TypeScript-native AI agent orchestration framework",
  contributing: "agno-agi/agno",
  teaching:     "YouTube — agent architecture, OSS deep dives, system design",
  education:    "Computer Science · VIT Vellore",
  openTo:       ["Collaborations", "OSS", "Interesting Problems"],
} as const;


🚀 Flagship Project — Agentium

A TypeScript-native, zero-dependency AI agent orchestration framework for Node.js.
Model-agnostic · Multi-agent teams · Voice & Browser agents · Production-ready.

import { Agent, Team, Workflow } from '@agentium/core';

// Swap any of 30+ providers with one line — zero rewrites
const researcher = new Agent({
  model: 'claude-3-5-sonnet',
  tools: [webSearch, codeInterpreter],
  memory: { type: 'graph', store: 'postgres' },
  hooks: { beforeTool: auditLog, onError: circuitBreaker },
});

// Multi-agent teams in 4 modes: coordinate · route · broadcast · collaborate
const team = new Team({
  mode: 'coordinate',
  members: [researcher, analyst, writer],
  transport: { type: 'socket.io' },       // REST · WebSocket · Voice · A2A
});

await team.run('Analyze Q4 data and draft a shareholder report'); // ✓

🤖 Agents

  • Memory & sessions
  • Tools & function calling
  • RAG + hybrid search
  • Hooks & guardrails
  • Reflection & self-correction
  • Human-in-the-loop

👥 Teams

  • Coordinate mode
  • Route mode
  • Broadcast mode
  • Collaborate mode
  • A2A remote teams
  • Agent handoff

🌐 Transport

  • Express REST API
  • Socket.IO gateway
  • Voice agents (Realtime)
  • Browser agents (Playwright)
  • JWT + RBAC middleware
  • File upload & Swagger UI

🗄️ Storage

  • PostgreSQL · SQLite
  • MongoDB · Redis
  • DynamoDB · MySQL
  • BullMQ job queues
  • In-memory (dev)
  • Multi-tenant isolation

30+ Model Providers  ·  Graph Memory  ·  PII Guard  ·  Audit Trail  ·  Cost Auto-Stop  ·  Semantic Cache  ·  Eval Framework


Read the Docs   Website   npm


🔧 Tech Stack

Languages

TypeScript   ████████████████████  Expert
JavaScript   ████████████████████  Expert
Python       ████████████████░░░░  Advanced
PHP          ██████████████░░░░░░  Proficient

AI / Agents

LLM APIs     ████████████████████  Expert
Agent Arch.  ████████████████████  Expert
RAG / Vector ███████████████████░  Expert
MCP / A2A    ██████████████████░░  Advanced

Runtime & Frontend

Node.js      ███████████████████░  Expert
React        █████████████████░░░  Advanced
Socket.IO    ██████████████████░░  Advanced
Playwright   ████████████████░░░░  Advanced

Infrastructure

PostgreSQL   █████████████████░░░  Advanced
Redis/BullMQ █████████████████░░░  Advanced
Linux / Git  ███████████████████░  Expert
TCP/IP       ████████████████░░░░  Advanced

📊 GitHub Stats

Contribution Graph



GitHub Trophies



Stats    Top Languages

🤝 Also Contributing To

agno-agi/agno   Stars

One of the fastest-growing open-source AGI frameworks. Contributing features, fixes, and architectural improvements to push the state of production agent systems.


📺 On YouTube

Building in public — agent architectures, TypeScript internals, OSS deep dives, system design walkthroughs. No fluff.

YouTube


Let's build something serious.

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


LinkedIn   Agentium   GitHub


footer

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