Hacker News new | ask | show | jobs
by mpaepper 1165 days ago
I agree that the agents are underappreciated.

To make them more accessible I rewrote them in ~200 lines of code, so you can easily understand how it works.

They have access to a python console, Google search and hacker news search:

https://github.com/mpaepper/llm_agents

1 comments

In case anyone misses it buried in the readme, your accompanying blog post looks like the solid introduction to the subject that I've been looking for: https://www.paepper.com/blog/posts/intelligent-agents-guided...