From 51e2544025fe9b45419113529e2579e972191c6e Mon Sep 17 00:00:00 2001 From: Beno George Date: Thu, 26 Mar 2026 18:21:40 +0100 Subject: [PATCH] docs: add AI agent reference --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0a2e252..bb32ff4 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,10 @@ It's a great way to learn. * [**R**: _Build A Cryptocurrency Trading Bot with R_](https://towardsdatascience.com/build-a-cryptocurrency-trading-bot-with-r-1445c429e1b1) * [**Rust**: _A bot for Starcraft in Rust, C or any other language_](https://habr.com/en/post/436254/) +#### Build your own `AI Agent` + +* [**Python**: _LangChain Hello World Agent_](https://python.langchain.com/docs/modules/agents/use_cases/hello_world) — learn the minimal agent architecture that wires an LLM, tools, and structured prompts to execute a simple task. + #### Build your own `Command-Line Tool` * [**Go**: _Visualize your local git contributions with Go_](https://flaviocopes.com/go-git-contributions/)