Skip to content
View raeseoklee's full-sized avatar
  • Seoul

Highlights

  • Pro

Block or report raeseoklee

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

Developer tooling for agent systems — context enforcement, test harnesses, protocol gateways, audit trails, and local workflows you can actually inspect.

Models are useful; the infrastructure around them is hard to test, constrain, and recover from when things fail. That's the gap I work in.

Projects

Self-hosted context enforcement for LLM APIs, MCP, vLLM, Ollama, and agent traffic. Local proxy or stdio MCP wrapper; tokenize/redact payloads, audit without raw secrets or PII.

Lightweight Go gateway for A2A traffic — rate limiting, auth modes, Agent Card checks, audit logs, metrics, hot reload. Start here, grow into agentgateway.

Windows desktop terminal multiplexer for running AI agent sessions, shells, and browser-assisted workflows side by side. Built around workspaces, split panes, session recovery, and agent status visibility.

Local artifact exchange for LLM workflows over HTTP, CLI, and MCP. Agents can publish, read, update, and continue from the same artifact without copying context through chat.

Local harness around OpenAI Codex CLI. Durable run ledgers, verification-gated completion, bounded repair loops. "Done" means the check passed.

CLI for MCP server developers: inspect servers, generate YAML test specs, run assertions, CI-friendly output.

Connect

GitHub · LinkedIn

Pinned Loading

  1. haechi haechi Public

    Experimental self-hosted AI context enforcement layer for LLM, MCP, vLLM, Ollama, and agent traffic.

    JavaScript 1

  2. a2a-sentinel a2a-sentinel Public

    A lightweight, security-first A2A protocol gateway in Go. Develop with sentinel, deploy with agentgateway.

    Go

  3. agentmux agentmux Public

    Windows desktop terminal multiplexer for running AI agent sessions, shells, and browser-assisted workflows side by side.

    Rust

  4. artifacty artifacty Public

    Local agent-to-agent artifact exchange for LLM workflows via HTTP, CLI, and MCP.

    JavaScript

  5. codexus codexus Public

    Local execution harness for OpenAI Codex with durable ledgers, verification gates, memory, and replay-gated skills.

    TypeScript 2

  6. mcp-workbench mcp-workbench Public

    A developer toolkit for MCP server developers — test, inspect, and validate MCP servers

    TypeScript