Skip to content
View EduhxH's full-sized avatar
😼
💻
😼
💻

Block or report EduhxH

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

Banner



About

Full-stack developer with a focus on AI systems — agents, MCP servers, and RAG pipelines. I build things end-to-end: typed frontends, Python/Node backends, and the AI layer that connects them to real tools and data.

I care about the decisions behind the code, not just making it run.


Stack

Languages

Python TypeScript JavaScript C# HTML CSS

AI / Agents

LangChain FastMCP ChromaDB Pinecone Ollama Groq

Backend

FastAPI Node.js Express Prisma MongoDB JWT Zod

Frontend

Next.js React TailwindCSS Vite

Infra

Docker Vercel Git


Projects

AYANAMI-AGENT

Full-stack AI agent system with modular architecture. GitHub Agent for repo analysis, Email Agent via Resend, Anime Agent for profile-based recommendations. FastAPI backend orchestrating Groq LLM calls, Next.js + TailwindCSS frontend, MongoDB persistence, OAuth via GitHub and Google. Deployed on Vercel.

TypeScript Python Next.js FastAPI Groq Deployed

MCP-SERVER-PRO

MCP server that bridges LLMs to external tools: Pinecone (vector memory), Gmail, Google Cloud, Excel, and IDE connectors. Async tool handling via FastMCP. Designed to extend any local or cloud-based agent with enterprise-grade integrations without modifying the agent itself.

Python FastMCP Pinecone Google Cloud MCP

AGENTE-IA

Local RAG agent — 100% offline, no API keys. Semantic chunking via SemanticChunker, MD5 deduplication to prevent re-indexing, relevance threshold to block hallucination before generation, streamed responses, persistent conversation memory, and PCA embedding visualization. Fully containerized.

Python LangChain ChromaDB Docker v1.0.0

fullstack-crud

Production-oriented user management system. Node/Express REST API with JWT auth, Zod input validation, Prisma ORM over MongoDB Atlas, and pagination. React 19 + Vite frontend. API deployed on Render, frontend on Vercel.

JavaScript React Express MongoDB Deployed


GitHub Stats


Pinned Loading

  1. AGENTE-IA AGENTE-IA Public

    Local AI Agent with RAG pipeline. Built with Python, LangChain, ChromaDB, and Ollama. 100% local execution.

    Python

  2. IA-agent-with-tools--- IA-agent-with-tools--- Public

    Autonomous local AI agent. Ollama, FastAPI, React 19. ReAct pattern, file upload, IDE project reader, and MCP integration.

    Python

  3. MCP-SERVER-PRO MCP-SERVER-PRO Public

    Professional Model Context Protocol (MCP) Server for AI Agents. Features high-performance connectors for Pinecone, Google Cloud, Gmail, Excel, and IDE automation.

    Python 1

  4. AYANAMI-AGENT AYANAMI-AGENT Public

    Modular AI agent system for developer automation — built with FastAPI, Next.js, Groq, and MongoDB. Features specialized agents for code analysis, email workflows, and LLM-powered assistance.

    Python