From 104200174398b8230caabd671c6bf5d021936d2c Mon Sep 17 00:00:00 2001 From: zjy-dev Date: Sat, 2 May 2026 11:48:12 +0800 Subject: [PATCH] Add Go AI agent tutorial to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2b20516..b87a4a0 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,7 @@ It's a great way to learn. #### Build your own `AI Agent` +* [**Go**: _How to Build an Agent_](https://ampcode.com/how-to-build-an-agent) * [**Python**: _Building an AI agent from scratch in Python_](https://www.leoniemonigatti.com/blog/ai-agent-from-scratch-in-python.html) * [**Python**: _Build Your Own OpenClaw_](https://github.com/czl9707/build-your-own-openclaw) * [**TypeScript**: _Build Your Own AI Coding Agent From Scratch_](https://github.com/nauvalazhar/build-your-own-ai-coding-agent)