Skip to content
View Luhaozhu's full-sized avatar
  • CCAI
  • Ningbo, China

Block or report Luhaozhu

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

🧠 whoami

EN — AI engineer who turns large language models into autonomous agents that can plan, call tools, run code in sandboxes, search knowledge bases, and remember across sessions. By day I ship a production LLM-agent platform; by night I dig into agent-harness research.

中文 — AI 工程师,专注把大语言模型变成会自己规划、调工具、跑沙盒代码、查知识库、跨会话记忆的智能体。白天打磨生产级 LLM Agent 平台,晚上研究 Agent Harness 相关 Research。

class LuhaoZhu:
    def __init__(self):
        self.role        = "LLM Agent Platform Engineer"
        self.company     = "CCAI"
        self.location    = "Ningbo, China 🇨🇳"
        self.building    = ["ReAct agents", "MCP tool ecosystem", "sandboxed code-exec"]
        self.researching = ["agent harness design", "tool-use & planning", "eval & reliability"]
        self.motto       = "Make the model do the work — reliably, at scale."

    def current_focus(self) -> list[str]:
        return [
            "🔁  Migrating an agent runtime onto AgentScope 2.0",
            "🧰  Growing an MCP tool fleet (web search, office docs, sandboxes)",
            "🗂️  RAG knowledge bases + cross-session memory (mem0)",
            "🏗️  Carving a 100k-line monolith into clean layered packages",
        ]

🛠️ Tech Stack & Tools / 技术栈

Languages

Python TypeScript C++ Bash

LLM / Agents

AgentScope MCP RAG PyTorch Megatron

Backend / Infra

FastAPI Docker PostgreSQL Redis React


📊 GitHub Stats / 数据

stats top langs
streak

🐍 Contribution Snake / 贡献蛇

snake gif


🌱 Currently / 最近在折腾

AgentScope 2.0 · MCP servers · sandboxed code execution · RAG + mem0 memory · multimodal LLMs


"The best agent is the one you forget is an agent — it just gets the job done." "最好的智能体,是你忘了它是智能体——它只是把事办成了。"


⭐️ From Luhaozhu

Pinned Loading

  1. auto-research-studio auto-research-studio Public

    A skill that builds and maintains a self-growing, cross-linked knowledge base of AI research papers: daily arXiv ingestion, LLM relevance scoring, full-text & figure extraction, compiled into an Ob…

    Python