docs: add AI agent reference

This commit is contained in:
Beno George 2026-03-26 18:21:40 +01:00
parent 294aef8fde
commit 51e2544025

View file

@ -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/)