Agentty – A drop-in alternative to claude-code, written in C++26. 11.0 MB binary

48 pointsposted 3 days ago
by tfeayush

16 Comments

fmarasho

3 days ago

Wouldn't using Claude Oauth like this cause your account to get banned

eddyg

3 days ago

It’s all about the harness, not just calling the API.

throwa356262

3 days ago

This looks interesting and the authors other project look great too.

Discovering programmers that do things their own way and just for fun is what makes HN tolerable these days.

tfeayush

2 days ago

ya, been doing some crazy stuff that I was too lazy to do before Claude.

macgyverismo

3 days ago

Why use git submodule, when the repo already use CMakes Fetchcontent?

throwa356262

3 days ago

From CMakeLists.txt

# Prefer the in-tree submodule when present; only fall back to fetch.

macgyverismo

3 days ago

That explains it. I guess my actual question was, why would you prefer submodules over fetchcontent :)

tfeayush

2 days ago

I don't know like to see it all connected on the Github web interface.

roschdal

3 days ago

Which open source model can I use with this for programming C?

tfeayush

2 days ago

any as long as it is OpenAI wire format compliant.

pjmlp

3 days ago

So, GCC only.

tfeayush

2 days ago

is that all you could take out of this project?