This commit is contained in:
Beno George 2026-06-29 10:42:10 +01:00 committed by GitHub
commit b7a5d16901
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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