Skip to content
View Sivakumarraj's full-sized avatar
💭
😊
💭
😊

Highlights

  • Pro

Block or report Sivakumarraj

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

Hi, I'm Siva Kumar Raju 👋

AI Engineer · Multi-Agent Systems · Neuro SAN Contributor


🚀 About Me

I'm an AI Engineer & Python Developer building multi-agent systems — LLM agents, RAG pipelines, and production-grade AI automation.

  • 🏆 Open-source contributor to Cognizant AI Lab's Neuro SAN2 PRs merged to main
  • 🤖 Building multi-agent networks with Neuro SAN, LangChain & Gemini 2.5 Flash
  • 🧠 Design principle: LLMs handle language, deterministic Python owns anything exact
  • ☁️ Google Cloud Certified Professional Cloud Architect
  • 🎓 B.E. in ECE — The Oxford College of Engineering, Bangalore (2025)
  • 📍 Bangalore, India · Open to Remote
  • 📫 rajusivakumar453@gmail.com

🏆 Open-Source Contributions

cognizant-ai-lab/neuro-san-studio — Cognizant AI Lab's multi-agent framework

PR Contribution Status
#1297 Legacy Business-Rule Extractor → Community Projects Merged
#1134 Community Projects entry Merged

Both reviewed and merged by the AVP of Neuro AI, Cognizant AI Lab.


🛠️ Tech Stack

AI / Multi-Agent Systems

Python Neuro SAN LangChain OpenAI Gemini Pydantic

Backend & APIs

FastAPI REST API pytest

Frontend

Next.js React TypeScript Tailwind CSS

Databases & Cloud

ChromaDB MongoDB MySQL Google Cloud Git


🔥 Featured Projects

6-agent Neuro SAN network extracting business rules from legacy COBOL, Java and PL/SQL for migration planning. Two CodedTools implement CodedTool with async_invoke() and handle deterministic work — parsing paragraphs, tracing CALL/IMPORT edges — because exact pattern matches cannot be left to a model. LLM agents handle interpretation, migration-risk assessment and spec generation. 84 unit tests cover the deterministic tools.

Python Neuro SAN HOCON CodedTool pytest COBOL Java PL/SQL


4-agent Neuro SAN network converting raw IT support email into schema-valid ServiceNow incident payloads. A deterministic PII-scrubbing CodedTool runs before any LLM call, so personal data never enters a model context. Pydantic v2 rejects out-of-range classifications at the schema boundary rather than emitting a malformed ticket.

Python Neuro SAN HOCON Pydantic v2 ServiceNow ITSM


Neuro-symbolic 3-way invoice matcher (PO ↔ Goods Receipt ↔ Invoice) for Source-to-Pay pipelines. Gemini 2.5 Flash reads unstructured invoices into typed Pydantic schemas; a pure Python rule engine executes every tolerance calculation. The LLM never performs financial arithmetic. Immutable SQLite audit trail with automated reconciliation reporting.

Python Gemini 2.5 Flash Pydantic SQLite Agentic Workflows


Production-grade fullstack AI platform — Next.js/TypeScript frontend + FastAPI backend — with Gemini 2.5 Flash, end-to-end RAG pipeline (ChromaDB), multi-agent orchestration, memory system, and Playwright browser automation for autonomous web task execution from natural language prompts.

Python FastAPI Next.js TypeScript Gemini 2.5 Flash ChromaDB RAG Playwright


📜 Certifications

Certification Issuer
🏆 Professional Cloud Architect Google Cloud
🤖 Fundamental AI Concepts Microsoft
📊 Fundamentals of Machine Learning Microsoft
💻 Full Stack Developer GeeksforGeeks

📊 GitHub Stats


🤝 Let's Connect

"Building intelligent systems that solve real-world problems through AI innovation and automation."

⭐ Star my repos if you find the work interesting. Always open to collaborations, feedback, and AI engineering opportunities.

LinkedIn

Pinned Loading

  1. antigravity-service-desk antigravity-service-desk Public

    Enterprise IT Service Desk AI pipeline: 5-pass PII scrubbing, Pydantic v2 guardrails & ServiceNow auto-classification on Neuro SAN Studio.

    Python 1

  2. neuro-san-legacy-analyzer neuro-san-legacy-analyzer Public

    Multi-agent AI system for extracting business rules from legacy COBOL/Java/PL-SQL code and generating modernization-ready specifications. Built with Cognizant Neuro SAN and Gemini 2.5 Flash.

    Python