Skip to content
View opao-max's full-sized avatar

Block or report opao-max

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.

Content in all repositories owned by your account will be closed.
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
opao-max/README.md

刘嘉欣 · AI Engineer

Building agent infrastructure — local sandboxes for code execution, browser automation, and retrieval systems.


What I'm building

Project Description Stack
LocalBox E2B-compatible local sandbox gateway with pluggable Docker / OrbStack / Apple Container backends, 70+ endpoints and state reconciliation Go
e2b-go-sdk Go client SDK for sandbox lifecycle, command execution and filesystem operations, generated from the OpenAPI spec Go
firecracker-sdk-rs Rust SDK for Firecracker microVM lifecycle and jailer management Rust
ChromeAI AI browser assistant: Accessibility Tree bridge, annotated screenshots and dual-path computer actions with a safety layer TS
agent-readiness Vendor-free browser automation readiness CLI for AI coding agents TS
tesla-manual-qa RAG question-answering over long manuals: semantic chunking, hybrid retrieval and cross-encoder reranking Python
dialog-agent Task-oriented dialogue agent: intent recognition, NLU, function calling and MCP tool servers Python
lark-wiki-migrate Feishu wiki migration CLI with block-API BFS transfer and batch-failure degradation Python
wiki-cross-tenant Cross-tenant incremental migration with async replication and link rewriting Python

Tech stack

Languages

Go TypeScript Python Rust SQL

AI & Agents

LLM RAG MCP BERT LangChain

Infra & Tools

Docker Linux Git Redis MongoDB GitHub Actions


GitHub stats


Currently exploring agent sandboxes, microVM isolation and retrieval engineering.

Pinned Loading

  1. ChromeAI ChromeAI Public

    AI browser assistant - page understanding and agent safety

    TypeScript

  2. dialog-agent dialog-agent Public

    Task-oriented dialogue agent orchestrating intent recognition, NLU, function calling and MCP tool servers

    Python

  3. e2b-go-sdk e2b-go-sdk Public

    Go SDK for E2B sandbox - create, manage, and execute code in cloud sandboxes

    Go

  4. firecracker-sdk-rs firecracker-sdk-rs Public

    Rust SDK for Firecracker microVM - lightweight virtual machine management

    Rust

  5. LocalBox LocalBox Public

    E2B-compatible local sandbox gateway for AI Agent code execution - pluggable multi-backend architecture

    Go

  6. tesla-manual-qa tesla-manual-qa Public

    RAG question-answering system over the Tesla Model 3 owner's manual - semantic chunking, hybrid retrieval, cross-encoder reranking

    Python