Skip to content
View lamenting-hawthorn's full-sized avatar
:atom:
Building
:atom:
Building

Block or report lamenting-hawthorn

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

Raghwender Vasisth — AI Agent Systems, Memory, Governance, Creative Automation

I build AI systems that remember, learn, and stay governable.

Agent infrastructure, persistent memory, evidence-backed learning, and creative automation — designed to work beyond the demo.


GitHub followers Profile views supermem monthly downloads SkillLoop release downloads

What I work on

EXPERIENCE  →  TRACE  →  EVIDENCE  →  REVIEW  →  DURABLE LEARNING

I am interested in the part of AI engineering that begins after a model can call tools: how an agent preserves context, proves what happened, learns from experience, and improves without silently rewriting its own rules.

  • Agent memory — fast local retrieval, structured knowledge, graphs, and portable context
  • Governed learning — trace evaluation, evidence extraction, human review, audit, and rollback
  • Agent architecture — explicit identity, policy, permissions, and execution boundaries
  • Creative automation — structured reasoning paired with deterministic media pipelines

Current direction: unifying persistent knowledge, governed execution, and reusable skills into one professional agent system.

Selected work

A governed learning layer for AI agents. Converts execution traces into reviewed memories, reusable skills, and evidence-backed training data without silently mutating global state.

Python · SQLite · Agent Learning · Human-in-the-loop

A production-minded control plane for agent identity, policy, evidence, execution, audit, and rollback — with explicit boundaries around what an agent may change.

Python · Policy · Audit · Postgres

Persistent AI memory with tiered retrieval across SQLite FTS5, an embedded graph, vector search, and an LLM fallback. Exposed through MCP for multiple AI clients.

Python · MCP · SQLite FTS5 · Knowledge Graphs

Turns product context and a user pain point into a short vertical reaction video. Creative planning stays structured; FFmpeg rendering stays deterministic and resilient.

Next.js · TypeScript · FFmpeg · Sharp

Working stack

Python TypeScript Next.js MCP SQLite PostgreSQL Docker FFmpeg

Live GitHub signal

Raghwender's GitHub stats Most used languages
GitHub contribution streak

Tiny game: Govern the agent

Scenario: An agent says a deployment succeeded, but its final tool call returned an error. You control what the system learns.

A — Save “deployment succeeded” directly to global memory

System compromised. The agent turned an unsupported claim into durable knowledge. Fast, but now future runs inherit a false fact.

B — Delete the entire run because it failed

Evidence lost. The bad conclusion is gone, but so is the trace that could explain the failure and improve the workflow.

C — Preserve the trace, evaluate the evidence, and gate the proposed lesson for review

You win. The raw trace remains authoritative, the failed claim is rejected, and a reviewed recovery procedure can become a reusable skill.

trace preserved ✓   claim verified ✓   human gate ✓   rollback possible ✓

Build systems that can explain themselves.

I am open to conversations about agent memory, governed AI systems, MCP tooling, and ambitious automation.

GitHub X / Twitter



Raw evidence is authoritative. Derived knowledge should be reviewable and rebuildable.

Pinned Loading

  1. SkillLoop SkillLoop Public

    A governed learning layer for AI agents — turns execution traces into reviewed memories, reusable skills, and evidence-backed training data.

    Python 10 2

  2. governed-agent-architecture governed-agent-architecture Public

    Governed AI agent runtime with LangGraph orchestration, durable memory, hybrid retrieval, local-first embeddings, and SkillLoop trace export.

    Python 2 1

  3. oculie oculie Public

    Automated Polymarket weather trading bot — fetches NOAA, Open-Meteo & Visual Crossing forecasts, finds mispriced temperature markets, and trades the edge with Kelly Criterion sizing.

    Python 1

  4. GPUresetwatchdog GPUresetwatchdog Public

    Android GPU reset utility — forces GPU pipeline flush via OpenGL ES 3.0 shader stress sequences. Features 5 GLSL fragment shaders (ray marching, Phong lighting, fractal geometry), Quick Settings ti…

    Kotlin

  5. recall recall Public

    Persistent AI memory without RAG — agent-navigated local knowledge base via MCP. Works with Claude Desktop, LM Studio, and ChatGPT.

    Python 1

  6. supermem supermem Public

    Persistent AI memory: four-tier retrieval (SQLite FTS5 → graph → vectors → LLM agent)

    Python 1