Skip to content
View adam-eques's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report adam-eques

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
adam-eques/README.md
Typing SVG

I build the backend infrastructure that makes AI work at production scale — event-driven agent pipelines, RAG-based document intelligence, and GPU inference serving that holds up under real load.

7+ years of production backend engineering across Go, Python, and TypeScript — now focused on the agentic AI layer: multi-agent orchestration, retrieval pipelines, evaluation loops, and LLM integrations that stay correct under load, retries, and partial failure.


⚡ Shipped at scale

🤖 Nova — AI Advertising Automation Platform TypeScript · Node.js (Fastify) · Python (FastAPI) · PostgreSQL (Prisma) · Gemini · Google Cloud Pub/Sub · Cloud Tasks · Meta Ads API

Seven specialized services — page generation, content, image generation, QA gating, CMS publish, ad launch, budget allocation — coordinated by an event-driven TypeScript/Fastify orchestrator: Cloud Tasks command queues out, Pub/Sub events back, sustaining 20,000–30,000 ads/day. Message-ID deduplication gives exactly-once event handling over at-least-once delivery, and a monotonic status state machine means duplicate or out-of-order events can never corrupt campaign state. An automated QA gate blocks bad creatives before any ad spend; a monitoring service benchmarks live creatives and feeds results back into prompt selection — a continuously running production eval loop, not an offline benchmark.


🎨 Yodayo — Stable Diffusion Inference, Go Backend Go · RunPod · AWS SageMaker · GLM-4 · DeepSeek V3 · Claude

Go backend serving a platform with 2–4M monthly visits (peaked at 12M). Dynamic request batching, concurrent worker pooling, and GPU scheduling keep RunPod/SageMaker workers saturated. pprof-tuned hot path eliminated lock contention and allocation overhead. Integrated GLM-4, DeepSeek V3, and Claude for streaming Tavern chat across 105,000+ community models. Same architecture powers Moescape AI.


📄 Finance Document Intelligence — RAG Pipeline Python (asyncio) · RAG · pgvector (PostgreSQL) · Claude (Anthropic API) · Streaming

End-to-end document intelligence for finance teams: PDF/DOCX ingestion → chunking → vector embedding → hybrid retrieval → grounded Q&A with source citations. Replaced hours of manual cross-referencing with sub-second answers anchored to retrieved passages, not model weights.


🔧 Tech Stack

💻 Languages

Python Go TypeScript

🤖 AI & Agentic Layer

LangGraph CrewAI LangChain Claude OpenAI MCP

🗄️ RAG & Vector Search

pgvector Pinecone Chroma

🚀 Backend & Infrastructure

FastAPI Fastify Docker Kubernetes Terraform PostgreSQL Redis Linux

☁️ Cloud

Google Cloud AWS RunPod

⚡ Workflow Automation

n8n Make.com Zapier


📦 Open source

mcpkit · Go Zero-dependency MCP server toolkit for Go — JSON-RPC 2.0, pure stdlib, concurrent request handling, HTTP gateway, and built-in observability. No third-party packages required.

mcpc · Go Zero-dependency MCP client for Go — library + CLI. Connects to any MCP server via stdio or HTTP, usable as a package or standalone tool. Pure stdlib.

langgraph-research-agent · Python Multi-agent LangGraph research pipeline — typed StateGraph, hybrid BM25 + semantic retrieval with RRF, cross-encoder reranking, FastAPI SSE streaming, and LLM-powered synthesis. Full RAG stack with pgvector and Chroma.

finsight-crew · Python Multi-agent CrewAI crew that researches a stock and writes a cited investment brief — company analysis, market data, SEC filings, and risk assessment in one run.

extractflow · Python Schema-validated structured extraction from PDF, DOCX, CSV, and email using LLMs — built for automation pipelines.

flowra · Go Self-hostable workflow automation engine in Go. Define LLM-powered pipelines as a single YAML file, ship as one static binary.


🌱 Currently building with

LangGraph · CrewAI · MCP (Model Context Protocol) · LangSmith · pgvector


Pinned Loading

  1. mcpc mcpc Public

    Zero-dependency Model Context Protocol (MCP) client for Go — library + CLI, over stdio or HTTP. Paired client for mcpkit.

    Go 4 2

  2. mcpkit mcpkit Public

    Zero-dependency Model Context Protocol (MCP) server in pure Go — stdio + HTTP transports, built-in tools (RAG, fetch, filesystem, shell, KV), SSRF guard, sandboxed filesystem, allowlisted shell. Pa…

    Go 4 2

  3. langgraph-research-agent langgraph-research-agent Public

    LangGraph multi-agent research pipeline with RAG, hybrid BM25+semantic search, FastAPI streaming, and LLM-powered synthesis.

    Python 4 2

  4. finsight-crew finsight-crew Public

    Multi-agent AI crew that researches a stock and writes a cited investment brief.

    Python 4 2

  5. extractflow extractflow Public

    Reliable, schema-validated structured extraction from documents (PDF, DOCX, CSV, email) using LLMs — built for automation pipelines.

    Python 4 3

  6. flowra flowra Public

    Flowra is a code-first, self-hostable workflow automation engine in Go. Define LLM-powered pipelines as a single YAML file and run them as one static binary — an open-source, developer-first altern…

    Go 4 3