Skip to content

Commit 03184a9

Browse files
Update README to include live projects using TinyAgent and enhance GradioCallback footer with a new message promoting AI agent development.
1 parent db2345e commit 03184a9

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,16 @@ Inspired by:
1818
## Quick Links
1919
- [Build your own Tiny Agent](https://askdev.ai/github/askbudi/tinyagent)
2020

21+
22+
## Live Projects using TinyAgent (🔥)
23+
- [AskDev.AI](https://askdev.ai) - Understand, chat, and summarize codebase of any project on GitHub.
24+
- [HackBuddy AI](https://huggingface.co/spaces/ask-dev/HackBuddyAI) - A Hackathon Assistant Agent, built with TinyCodeAgent and Gradio. Match invdividuals to teams based on their skills, interests and organizer preferences.
25+
26+
- [TinyCodeAgent Demo](https://huggingface.co/spaces/ask-dev/TinyCodeAgent) - A playground for TinyCodeAgent, built with tinyagent, Gradio and Modal.com
27+
28+
** Building something with TinyAgent? Let us know and I'll add it here!**
29+
30+
2131
## Overview
2232
This is a tiny agent framework that uses MCP and LiteLLM to interact with language models. You have full control over the agent, you can add any tools you like from MCP and extend the agent using its event system.
2333

tinyagent/hooks/gradio_callback.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -845,8 +845,9 @@ def create_app(self, agent: TinyAgent, title: str = "TinyAgent Chat", descriptio
845845

846846
# Footer
847847
gr.Markdown(
848-
"<div style='text-align: center; margin-top: 20px;'>"
849-
"Powered by <a href='https://github.com/askbudi/tinyagent' target='_blank'>TinyAgent</a>"
848+
"<div style='text-align: center; margin-top: 20px;'>"
849+
"Built with ❤️ by <a href='https://github.com/askbudi/tinyagent' target='_blank'>TinyAgent</a>"
850+
"<br>Start building your own AI agents with TinyAgent"
850851
"</div>"
851852
)
852853

0 commit comments

Comments
 (0)