Skip to content
View KlementMultiverse's full-sized avatar

Block or report KlementMultiverse

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 supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
KlementMultiverse/README.md

Klement Gunndu

AI PM co-founder. I build autonomous agent systems that run in production — not demos.


What I Build

Most AI engineers build prototypes. I build systems that stay on.

Co-founder at Netanel Systems — an autonomous AI company where every function (content, engineering, QA, delivery) runs on multi-agent infrastructure. We built it in two weeks. It ships daily.

Before that: I spent two years going from zero code to production AI systems. Every repo here is a step in that progression.


Proof of Shipping

ai-crm-agents — 17 stars

Production-ready CRM with 6 autonomous agents: lead qualification, email intelligence, sales pipeline, customer success, meeting scheduler, analytics. Built on FastAPI, LangChain, PostgreSQL, Redis. Handles real workflows — not toy tasks.

Why it matters: Most AI CRM demos stop at "here's a chatbot." This one has agents that own full business processes end to end.

First open-source Vision + Learning + Acting agent for home use. Local face recognition at 82%+ accuracy. YOLO detection + InsightFace + GPT-4o Vision. 25-30 FPS on consumer hardware (RTX 4060). No cloud dependency. No telemetry.

Why it matters: Edge AI agents that improve with use, without sending data anywhere. Privacy-first multimodal AI.

LangGraph from scratch to production: ReAct agents, human-in-the-loop workflows, parallel execution, persistent memory, LangSmith tracing, Docker deployment. Progressive complexity — foundational to production-ready.

Why it matters: This is how I learn: build every pattern by hand, document what breaks, ship the working version.

Complete RAG learning path: basic retrieval through advanced multi-agent RAG systems and cloud deployment. Built as a reference I actually use.


Building in Public

Netanel Systems is an autonomous AI agent company — meaning the company itself runs on agents. Multi-agent content pipeline, automated engineering workflow, agentic QA and delivery. Every system we build becomes infrastructure for the next one.

We document everything. Follow along: @klement_gunndu on LinkedIn


What I'm Looking For

  • AI PM roles at companies building real agent infrastructure (Anthropic, OpenAI, Cohere, Mistral, serious YC-backed startups)
  • Co-founder / founding team roles where the product is agentic systems
  • Technical AI Product roles where shipping matters more than slide decks

I think like a founder, ship like an engineer, and manage like someone who has to live with the consequences.


Stack

Python LangChain LangGraph FastAPI PostgreSQL Redis Docker YOLO RAG Multi-agent systems


Connect


Building systems that outlast the hype.

Popular repositories Loading

  1. ai-crm-agents ai-crm-agents Public

    Production-ready AI-powered CRM with 6 autonomous agents for lead qualification, email intelligence, sales pipeline, customer success, meeting scheduling, and analytics

    Python 18 7

  2. rag-mastery-hub rag-mastery-hub Public

    Complete RAG learning path: Basic to Advanced RAG, Multi-Agent Systems (LangChain, AutoGen, CrewAI, LangGraph, Bedrock), Knowledge Graphs, Production Pipelines, Cloud Deployments

    Python 2

  3. api-documentation-generator api-documentation-generator Public

    Auto-generate API docs from code

    Python 1

  4. vision-assistant vision-assistant Public

    First open-source Vision + Learning + Acting agent for home use

    Python 1

  5. KlementMultiverse KlementMultiverse Public

    Config files for my GitHub profile.

    Jupyter Notebook

  6. Basic_RAG Basic_RAG Public

    Python