Skip to content
View harish-ai-engineer's full-sized avatar

Block or report harish-ai-engineer

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
harish-ai-engineer/README.md

banner

Typing animation

LinkedIn Email GitHub followers Profile views

I build agentic AI systems β€” RAG pipelines, multi-agent frameworks, and the developer tooling that keeps them running in production.


πŸš€ What I work on

  • πŸ€– Agentic AI β€” multi-agent orchestration with LangGraph, CrewAI, OpenAI Agents SDK & Claude Agent SDK; tool use, MCP, persistent memory, sub-agents
  • πŸ“š Retrieval-Augmented Generation β€” production RAG APIs, vector databases, document parsing with provenance, evaluations & observability
  • 🧠 LLMs & VLMs β€” prompt engineering, transformers, fine-tuning workflows, local inference with Ollama
  • πŸ› οΈ Developer tools β€” CLIs that clean up, audit, and automate the boring parts of a dev machine
  • βš™οΈ DevOps & infra β€” Docker, Terraform, Jenkins, CI/CD pipelines

🌟 Featured projects

Project What it does
Deep-Agents Extensible AI agent framework β€” sub-agents, filesystem & shell tools, persistent memory, MCP support, and a terminal coding assistant
agentic-rag Production-ready agentic RAG retrieval system with a RESTful API
agentcontext Document parsing that never loses provenance β€” every block knows its source page, section, and location
diskteddy Analyze disk usage and safely reclaim space from Docker, package caches & other space hogs β€” dry-run by default 🧸
devteddy Safely find, archive, and remove stale dev environments, dependencies, caches, and build artifacts
Smart-ticket-triage-agent Agent that reads support requests, classifies issues, fetches order data, files Jira tickets, and notifies Slack
AI-Doctor-Assistant FastAPI + React app demonstrating prompt management, tracing, evals, A/B testing, RAG & cost tracking in production
repodiff-auditor Local-first web app for comparing Git repos & versions with evidence-based Q&A and downloadable reports

πŸ€– AI / LLM engineering

Agent frameworks & SDKs

LangGraph LangChain CrewAI OpenAI Agents SDK Claude Agent SDK Anthropic Pydantic AI Model Context Protocol

Models & inference

LLMs VLMs Hugging Face Transformers PyTorch OpenAI Ollama

Vector databases & retrieval

ChromaDB FAISS Qdrant Pinecone Weaviate Milvus pgvector

🧰 Tech stack

Languages & frameworks
DevOps
Data & tools

PyPI npm Pandas NumPy Jupyter

πŸ“Š GitHub stats

Profile details

Repos per language Most commit language

GitHub streak

Contribution activity graph


πŸ’¬ Open to collaborating on agentic AI, RAG systems, and developer tooling β€” connect on LinkedIn or reach me at harish12.21.04@gmail.com

footer wave

Pinned Loading

  1. agentcontext agentcontext Public

    Document parsing that never loses provenance: Markdown + JSON output where every block knows its source page, section, and location.

    Python

  2. Deep-Agents Deep-Agents Public

    An extensible AI agent framework with sub-agents, filesystem tools, shell access, persistent memory, MCP support, and a terminal coding assistant.

    Python

  3. diskteddy diskteddy Public

    Analyze disk usage and safely reclaim space from Docker, package-manager caches, and other space hogs. Dry-run by default β€” nothing is deleted without an explicit flag.

    Python 2

  4. devteddy devteddy Public

    Safely find, archive, and remove stale developer environments, dependencies, caches, and build artifacts.

    Python

  5. Smart-ticket-triage-agent Smart-ticket-triage-agent Public

    A customer submits a support request. The agent reads it, classifies the issue, fetches order data, creates a Jira ticket with full context, and notifies the right Slack channel β€” looping until all…

    Python

  6. repodiff-auditor repodiff-auditor Public

    Description: Local-first web application for comparing Git repositories and versions, analyzing file and line differences, dependencies, features, versions, and licenses, with evidence-based Q&A an…

    TypeScript