Skip to content
View LVT382009's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report LVT382009

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

πŸ‘‹ Hi, I'm LΓͺ VΔƒn TΓ’m

AI Agent Developer | Autonomous Systems | Developer Tools
Building intelligent solutions that enhance developer productivity


🎯 About Me

I'm passionate about creating AI-powered autonomous agents and intelligent developer tools that transform how teams write, review, and manage code. My work focuses on bridging the gap between cutting-edge AI technology and practical developer needs.

πŸ› οΈ Tech Stack

Python TypeScript JavaScript Claude API AI Agents Node.js


πŸš€ Featured Projects

1. πŸ€– Mizumi - Self-Learning PR Review Agent

TypeScript

GitHub Action that reviews pull requests using AI, learns from past reviews, and posts actionable findings β€” with deterministic rules that never hallucinate.

Key Features:

  • βœ… BYOK from day 1 (Anthropic, OpenAI, Google, NVIDIA NIM, OpenRouter, or any OpenAI-compatible endpoint)
  • βœ… Self-learning via repository memory
  • βœ… Deterministic rules (catches hardcoded secrets, missing auth, SQL injection WITHOUT LLM calls)
  • βœ… Two-pass review (LLM review + self-critique on cheaper model)
  • βœ… Prompt injection defense framework (first AI code review tool with explicit defense architecture)
  • βœ… Confidence calibration & auto-fix on πŸ‘ reaction
  • βœ… CI-validated fix loop (apply β†’ poll β†’ revert on failure)
  • βœ… AST cross-file contract analysis
2. 🧠 Hermes Rate Limiter Plugin - Smart Rate Limiting

Python

Cross-session rate limit guard for Hermes Agent side clients that prevents retry amplification when rate limits are hit.

Problem Solved: Each 429 error triggers up to 9 API calls (3 SDK retries Γ— 3 Hermes retries). This plugin records rate limit state on first 429 and checks it before subsequent attempts across all sessions.

Key Features:

  • βœ… Cross-session tracking with shared state file
  • βœ… Retry amplification prevention
  • βœ… Runtime controls via slash commands (/ratelimit status, /ratelimit clear, etc.)
  • βœ… Thread-safe atomic writes
  • βœ… Reset time parsing (x-ratelimit headers, retry-after, default cooldown)
3. πŸ’Ύ Noxem - AI Memory System for Hermes

JavaScript Node.js Python SQLite 14 Stars

Two-brain AI memory system with hybrid semantic search (vector KNN + FTS5) and optional advisor brain via QwenProxy or local LLM.

Brain 1 β€” Semantic Engine:

  • Hybrid search with Reciprocal Rank Fusion
  • Auto-categorization (12+ tags)
  • Smart deduplication (cosine >0.92)
  • Conflict resolution & contextual enrichment
  • Spaced repetition & importance scoring
  • Provenance graph tracking

Brain 2 β€” Reasoning Engine (optional):

  • Cloud (QwenProxy) or local (Ollama, LM Studio, llama.cpp)
  • Drift detection & context recovery
  • Background web research via DuckDuckGo
  • Session extraction & consolidation
  • OpenAI-compatible API on port 8000

🎯 Current Focus

  • πŸ”­ Exploring: Advanced AI agent architectures and intelligent memory systems
  • 🌱 Learning: Defense mechanisms, prompt injection mitigation, and security best practices
  • πŸ’‘ Building: Next-generation autonomous development tools and AI agents
  • 🀝 Contributing: To open-source AI ecosystems

🀝 Connect With Me

Email GitHub


πŸ’¬ Let's Collaborate!

I'm always excited to collaborate on:

  • πŸ€– AI agent development and memory systems
  • πŸ› οΈ Developer tools and productivity solutions
  • πŸ” AI safety, security, and defense mechanisms
  • 🌟 Open-source projects

Feel free to:

  • ⭐ Star projects you find interesting
  • πŸ› Report issues and suggest improvements
  • 🀝 Submit pull requests
  • πŸ’Œ Reach out with ideas and feedback

Visitor Badge

Let's build the future of AI-powered development together! πŸš€

Pinned Loading

  1. noxem noxem Public

    JavaScript 14 1