diff --git a/README.md b/README.md index 4203006..94b46f7 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/)