Ai
Agentgateway Implementation Analysis Part 3 - Http Proxy
· ☕ 5 min read
This article attempts to analyze the implementation details of the Http Proxy main flow in Agentgateway. It allows readers to understand the working principle and implementation method of Agentgateway as an Http Proxy at the L7 layer.

Analyzing gemini-cli’s Source Code with gemini-cli
· ☕ 11 min read
Introduces how to use the `gemini-cli` command-line tool to analyze its own source code repository. Through a series of interactive commands, we will explore the design and implementation of `gemini-cli`. This method not only demonstrates the capabilities of AI tools but also provides developers with a new way to learn and explore.

ChatBlog - An Experiment in AI Interaction for Personal Blogs
· ☕ 5 min read
Adding a chatbot to a blog is both interesting and practical. It can answer readers' simple questions based on the blog content and the author's introduction articles. ChatBlog (chat + blog) might be an engaging and useful model for interactive technical sharing. This article documents my exploration and implementation process.