HackBuddyAI
Instantly match hackathon participants into ideal teams!
I extend my TinyAgent Implementation, and create CodeTinyAgent, it is similar to Smolagents, (Thinking in Python) but in 50ish lines of Code,
I also extend Modal Functions a bit to become stateful. CodeTinyAgent executes Python code in the cloud.
Live Version:
https://huggingface.co/spaces/Agents-MCP-Hackathon/TinyCodeAgent
It is a very cool Idea,
I have converted your JavaScript version to Python,
It is a simple Loop + LiteLLM + MCP + Hook System for extendability.
https://github.com/askbudi/tinyagent
At the moment it supports the following Hooks:
And also storage layer:
The core Tiny Agent only depends on Litellm :D, nothing else.
I thought it would be cool if anyone could personalize their own Tinyagent based on what they need, for example adding memory layer, or storage in PG.
And here it is possible to chat with this repo and add functionality you need for your specific project
It is a very cool Idea,
I have converted your javascript to Python,
It is a simple Loop + LiteLLM + MCP
https://github.com/askbudi/tinyagent
I thought it would be cool if anyone could personalize their own Tinyagent based on what they need, for example adding memory layer, or storage in PG.
And here it is possible to chat with this repo and add functionality you need for your specific project