logoalt Hacker News

screamingninjatoday at 4:09 PM1 replyview on HN

> Minimal: Just some 100 lines of python for the agent class (and a bit more for the environment, model, and run script) — no fancy dependencies!

It is way more than 100 lines. Why keep advertising something that is no longer the case?


Replies

czhu12today at 4:53 PM

I think they are referring to the file https://github.com/SWE-agent/mini-swe-agent/blob/main/src/mi...

190 lines with comments included so close enough

Which is the actual agent? Everything else is just glue code to connect to different LLM providers, etc