Skip to content
View TanishkaMarrott's full-sized avatar

Block or report TanishkaMarrott

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

AI Agent Systems Engineer  ·  Cloud & AWS Governance

I build autonomous AI agent systems that reason, remember, and act — from multi-agent deliberation and shared memory banks, to RAG pipelines, MCP tool servers, and LangGraph orchestration. My work sits at the intersection of LLM orchestration, AWS infrastructure engineering, and applied system design.

Currently: AWS Cloud Engineer at KodeKloud — designing and validating AI sentinel systems for multi-organisation AWS lab account governance.


🤖 Featured Work

AI Sentinel Ecosystem 5-agent autonomous system governing AWS lab accounts across multiple AWS Organisations — quorum deliberation, cost enforcement, predictive autoscaling, account recovery, and learner intelligence. Built on the Claude Agent SDK with a deterministic 20+ tool MCP layer. Validated across 49 runs, 30 scenarios: 98.4% detection accuracy, zero false-positive quarantines.

Claude Sandboxed Agent Production support intelligence system where Claude operates inside a strict tool sandbox — three explicitly permitted tools (account state, policy evaluation, audit trail), each with isolated credentials. Live infra access, not static RAG. WebSocket streaming, Firebase auth, and team-scoped JWT validation enforced at the path level.

AWS SAR MCP Server FastMCP server exposing the AWS Service Authorization Reference as LLM-callable tools — look up IAM actions, find destructive operations by service, compare permissions, and search across all 300+ AWS services. Zero AWS credentials required.

mem0 Pipeline Three-layer developer memory pipeline — mem0 fact extraction, Qdrant vector store, and Neo4j entity graph — with Claude reasoning over both layers for deep developer insight generation from GitHub activity signals. Contributed as a cookbook to mem0ai/mem0.

Dual Agent Memory Two Claude agents (AWS Resource Finder + AWS Recommender) sharing a persistent Hindsight memory bank via the Claude Agent SDK. Demonstrates tool use, agentic loops, and cross-agent memory patterns.

LangGraph Agent Stateful AWS infrastructure audit agent built with LangGraph and Claude. Conditional routing skips deep investigation on clean accounts (~40% cost reduction). Typed AuditState, MemorySaver checkpointing, 43 tests passing.

Bedrock RAG Pipeline End-to-end RAG pipeline on AWS Bedrock — document ingestion to S3, Knowledge Base creation, ingestion job orchestration, and grounded generation via the RetrieveAndGenerate API with Claude. Structured citations on every response.


🌐 Open Source Contributions

PR Repo Status
#589 — Multi-agent quorum notebook anthropics/claude-cookbooks Open
#588 — Cookbook typo fixes anthropics/claude-cookbooks Open
#4091 — MCP server launch docs modelcontextprotocol/servers Open
#5093 — AWS knowledge graph cookbook mem0ai/mem0 Open
#7755 — AWS infrastructure audit agent langchain-ai/langgraph Open
#495 — Claude quorum agent example awslabs/multi-agent-orchestrator Open

🔧 Tech Stack

AI & Agents

Claude LangGraph AWS Bedrock FastMCP mem0 Qdrant Neo4j Ollama

Cloud & Infrastructure

AWS GCP Terraform Docker Kubernetes

Backend & DevSecOps

Python FastAPI MongoDB GitLab ArgoCD Vault Splunk


📜 Certifications

  • AWS Solutions Architect – Associate
  • GCP Professional Cloud Architect
  • HashiCorp Certified Terraform Associate
  • TOGAF 10 – Level 1  |  Member, Association of Enterprise Architects

📫 Connect

Pinned Loading

  1. ai-sentinel-ecosystem ai-sentinel-ecosystem Public

    5-agent autonomous system governing AWS lab accounts — quorum deliberation, cost enforcement, predictive autoscaling, account recovery, learner intelligence. See also: https://github.com/TanishkaMa…

    Python 1

  2. claude-sandboxed-agent claude-sandboxed-agent Public

    Production support intelligence system — Claude operating inside a strict tool sandbox with live infra access and per-tool credential isolation

    Python

  3. dual-agent-memory dual-agent-memory Public

    Two Claude agents (AWS Resource Finder + AWS Recommender) with shared Hindsight memory bank | Claude Agent SDK · Hindsight · AWS · Python

    Python 1

  4. langgraph-agent langgraph-agent Public

    Stateful multi-node agent built with LangGraph and Claude — research, reasoning, and synthesis with persistent graph state | LangGraph · Claude · Python

    Python 1

  5. bedrock-rag-pipeline bedrock-rag-pipeline Public

    RAG pipeline using AWS Bedrock Knowledge Base and Claude — document ingestion, semantic retrieval, and grounded generation | Bedrock · Claude · Python · boto3

    Python 1

  6. aws-sar-mcp aws-sar-mcp Public

    FastMCP server exposing the AWS Service Authorization Reference — query IAM actions, find destructive operations, and search across all AWS services | FastMCP · MCP · AWS IAM · Python

    Python 1