|
|
|
|
|
by mahdiyar
267 days ago
|
|
TinyAgent lets you use basically any AI model without rewriting your code. GPT-5, Claude, that new Llama model everyone's talking about, local Ollama stuff - just swap the config.
Oh and yes it's sandboxed before anyone asks. That `rm -rf` incident taught me to sandbox EVERYTHING. Uses proper containers and OS-level sandboxing I've been using it for a couple side projects - one that chats with GitHub repos
askbudi.ai it is a core engine for juno-agent
https://askbudi.ai/juno-cli You can check the docs here:
https://askbudi.ai/tinycodeagent Installation: `pip install tinyagent-py[all]` P.S. - I know there are like 50+ agent frameworks out there but this one actually works for my weird use cases
P.P.S. - Yes I realize I'm just reinventing wheels at this point but they're MY wheels dammit |
|