mirror of
https://github.com/codecrafters-io/build-your-own-x
synced 2026-07-02 16:59:25 +00:00
Merge 51e2544025 into 264b4547b3
This commit is contained in:
commit
b7a5d16901
1 changed files with 4 additions and 0 deletions
|
|
@ -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/)
|
||||
|
|
|
|||
Loading…
Reference in a new issue