Skip to content
View likhith-adithya's full-sized avatar
:octocat:
:octocat:

Sponsoring

@openclaw

Block or report likhith-adithya

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

LIKHITH ADITHYA

AI/ML Engineer Open Source Contributor
Building production-grade multi-agent systems and AI infrastructure. Developing scalable ML pipelines and autonomous reasoning systems for real-world problems.

Credly Google Skills LinkedIn OpenAI Google Developer Group

πŸ’‘ WHAT I BUILD

I architect and ship multi-agent systems, distributed AI infrastructure, and production ML pipelines. I work with standardized protocols like MCP to enable agent interoperability, optimize inference, and build tools that scale from prototype to production.

  • Multi-Agent Systems & MCP: Build Agent-to-Agent (A2A) communication patterns, implement Model Context Protocol (MCP) for standardized tool interoperability, design agentic loop architectures
  • AI Infrastructure: Develop distributed inference systems, retrieval pipelines, and real-time data systems with latency optimization and production robustness.
  • Production ML: Ship end-to-end ML systems with evaluation frameworks, automated deployment, and monitoring strategies.
  • Developer Tools: Build CLI tools and IDE extensions that bring AI capabilities directly to developers.
  • Open Source: Contribute to production AI systems, build reusable frameworks, and maintain code for real-world usage.

πŸš€ SHIPPED PROJECTS

AI-CLI-PRO ⭐ LATEST

Python β€’ Multi-Agent CLI β€’ VS Code Extension β€’ Gemini β€’ Claude β€’ Copilot

  • What I Built: One-click AI agent launcher directly from VS Code. Integrated Gemini, Claude, and Copilot into a seamless CLI experience. The fastest way to access multiple AI models from your terminal.

  • Technical Implementation:

    • Multi-agent orchestration for different LLM providers
    • VS Code extension integration with CLI commands
    • Environment-based configuration for API keys
    • Async task execution for responsive UX
    • Real-time streaming responses
  • Results: Production-ready developer tool with comprehensive docs and active development. Deployed to users for daily AI agent access.

Python β€’ NVIDIA NIM β€’ ChromaDB β€’ SerpAPI β€’ Gradio β€’ FastAPI β€’ CLI

  • What I Built: Professional, modular hybrid Retrieval-Augmented Generation (RAG) system using NVIDIA Llama-3.3 LLM with real-time web search (SerpAPI) and persistent local vector database (ChromaDB). Intelligent document-aware query router that automatically decides between LOCAL documents, WEB search, or general knowledge.

  • Technical Implementation:

    • Intelligent Query Routing: LLM-based router that automatically classifies queries between LOCAL (documents), WEB (search), or NONE (conversation)
    • Hybrid Retrieval Pipeline: Integrates SerpAPI for live web search with ChromaDB vector database using all-MiniLM-L6-v2 embeddings
    • Multi-Format Ingestion: Supports .txt and .pdf files with automatic chunking, embedding, and persistent storage
    • Stateful Memory Management: Maintains rolling conversation history buffer for multi-turn dialogue context
    • Error Handling & Fallback: Graceful degradation with automatic fallback to general knowledge on missing keys or empty databases
    • Flexible Deployment: Gradio web UI (http://127.0.0.1:7860), lightweight CLI, and FastAPI REST server (http://0.0.0.0:8000)
    • Comprehensive Testing: 13+ unit tests (mocked) + integration tests with live API validation
    • Production Architecture: Modular src/ structure, environment-based configuration, no hardcoded secrets
  • Results: Production-ready RAG system with comprehensive documentation, multi-mode deployment (web/CLI/API), 13+ test suite, and demonstrated handling of edge cases like fallback routing and memory management.

Python 3.12+ β€’ Pydantic β€’ Async/Await β€’ Google ADK β€’ MCP β€’ Agent-to-Agent Protocol

  • What I Built: Enterprise-scale multi-agent system for GitHub repository analysis. Implemented primary orchestrator agent that dynamically spawns specialized Debug Agents via A2A protocol. Integrated with GitHub API for automated code analysis and bug detection.

  • Technical Implementation:

    • Implemented MCP Specification: Built MCP server for standardized tool/resource sharing between orchestrator and specialist agents, enabling interoperable multi-agent workflows
    • Agent Delegation System: Designed A2A protocol for agent spawning, task assignment, and result aggregation with proper error handling and retry logic
    • Multi-LLM Support: Built abstraction layer supporting OpenAI, Google Gemini, local Ollama/vLLM with unified interface
    • Production Architecture: Strict typing with Pydantic, async/await concurrency, CLI interface, environment configuration, structured logging
    • Tool Integration: Integrated GitHub API with MCP-compliant tool protocol for code analysis, bug detection, security scanning
  • Results: Deployable agent framework with extensible architecture. Demonstrated sophisticated coordination patterns and standardized protocol implementation.

Python β€’ Streamlit β€’ Pandas β€’ Prophet β€’ Real-time Data Analysis

  • What I Built: Interactive Streamlit app for real-time stock analysis and AI-driven price forecasting. Features live market data, sector-wise stock charts, technical indicators, news sentiment analysis, and Prophet-based predictions.

  • Technical Implementation:

    • Real-time market data integration
    • Sector-wise filtering and dynamic charting
    • Technical indicator calculations
    • News sentiment analysis for market context
    • Prophet time-series forecasting for price predictions
  • Results: Full-stack analytics tool with customizable date ranges, sector selection, and chart types for informed investing decisions.


πŸ› οΈ TECHNICAL TOOLKIT

πŸ’» LANGUAGES & BACKENDS

Python TypeScript FastAPI SQL

🧠 AI & ML FRAMEWORKS

OpenAI Anthropic Gemini NVIDIA NIM PyTorch TensorFlow Hugging Face LangChain LlamaIndex Gradio Streamlit scikit-learn Pandas

  • Agent Protocols & Frameworks: Model Context Protocol (MCP), LangChain, Pydantic, Google ADK, Ollama, vLLM
  • Tools & Libraries: NumPy, Apache Spark, functools, async/await, Prophet, SerpAPI
  • Vector Databases: ChromaDB, Pinecone, FAISS
  • Evaluation & Monitoring: RAGAS, MLflow, structured logging, error tracking

☁️ CLOUD & DEVOPS

AWS Google Cloud GitHub Actions Git VS Code


πŸ“š CERTIFICATIONS & CREDENTIALS

  • πŸš€ Credly Certifications β€” AI credentials
  • ☁️ Google Skills Profile β€” Google training
  • πŸ‘¨β€πŸ’» OpenAI Developer Community β€” Active member
  • πŸ€– Google Developer Group β€” Community contributor

πŸ“Š GITHUB ACTIVITY

GitHub Contribution Graph

NEXT

Seeking internship or junior engineer roles in AI/ML systems engineering. Open to roles focused on multi-agent systems, inference infrastructure, developer tools, or production ML platforms.

Connect on LinkedIn | View my repositories

Pinned Loading

  1. AI-CLI-PRO-Public AI-CLI-PRO-Public Public

    AI CLI PRO : Your AI Agents: One click and one command away. The fastest way to launch Gemini, Claude, Copilot, and more directly from VS Code.

    Python

  2. GITHUB-DEBUG-AI-AGENT GITHUB-DEBUG-AI-AGENT Public

    DEBUG AI AGENT is an elite AI Software Architect powered by the Google Agent Development Kit. It pairs with developers to interactively analyze codebases and delegates deep, execution-level debuggi…

    Python

  3. Nvidia-Llama-RAG Nvidia-Llama-RAG Public

    Demonstration of building a RAG pipeline combining NVIDIA-compatible LLMs with live web search for grounded AI responses

    Python