Discussion about this post

User's avatar
lukas's avatar

I built a bash agent that does exactly what you describe. I skipped JSON and just used raw text. The program is really minimalistic—just 130 lines of Python code:

I even give the LLM its own PID so the agent can put itself to sleep or even kill itself, haha.

It already works better than expected. It can navigate files, install software, and even spawn sub-agents! GitHub: https://github.com/lukaspfitscher/Agent2

Max Weber's avatar

Absolutely beautiful. Thanks a lot for sharing.

2 more comments...

No posts

Ready for more?