Commit graph

575 commits

Author SHA1 Message Date
ShubhamSaboo
a1a2dafc2c Added Claude Code to the repo 2025-05-22 18:56:50 -05:00
Shubham Saboo
15895fcfa0
Merge pull request #207 from Madhuvod/new-mcp-proj
Added new Demo: Notion MCP Agent with Agno
2025-05-20 18:26:43 -05:00
Madhu
7497849a12 Notion MCP Agent with Agno 2025-05-18 23:13:09 +05:30
Shubham Saboo
f64f0ad4f7
Merge pull request #204 from yogendrasinghx/remove-dsstore
Remove .DS_Store file from ai_breakup_recovery_agent and update .gitignore
2025-05-14 15:14:23 -05:00
Shubham Saboo
197a0c02f1
Merge pull request #205 from Madhuvod/local-rag-qwen
Qwen RAG app: changed qdrant cloud to local
2025-05-14 15:11:42 -05:00
ShubhamSaboo
7ae4d3018e Updated README 2025-05-14 11:35:02 -05:00
Madhu
35aba12a05 changed qdrant cloud to local 2025-05-14 21:50:53 +05:30
ShubhamSaboo
f342f416f5 Updated strcuture of multi_agent_apps 2025-05-12 20:34:46 -05:00
Yogendra Singh
dc99c18f18 Remove .DS_Store file from ai_breakup_recovery_agent and update .gitignore 2025-05-08 17:35:45 +05:30
Shubham Saboo
1b803d0892
Merge pull request #200 from Madhuvod/domain-deep-research-agno
Added new demo: Qwen 3 Deep Research
2025-05-05 16:44:33 -05:00
Madhu
6ed54dbfa1 NEW PROJ: AI Deep Research Agent with Agno and Composio 2025-05-06 03:05:12 +05:30
Shubham Saboo
ccd4cf7a49
Merge pull request #199 from Madhuvod/local-rag-qwen
Added new Demo: Local RAG Agent with Qwen 3 and Gemma 3 Models
2025-05-05 13:52:19 -05:00
Madhu
cf7c4ee842 NEW PROJ: Local RAG Agent with Qwen 3 and Gemma 3 Models 2025-05-06 00:18:47 +05:30
Shubham Saboo
f9f007405f
Merge pull request #198 from Madhuvod/firecrawl-fire-v1
Added new demo: AI Startup Insight with Firecrawl's FIRE 1 Agent
2025-05-05 12:58:27 -05:00
Madhu
82caf8a59b NEW PROJ: AI Startup Insight with Firecrawl's FIRE 1 Agent + extarct endpoint 2025-05-05 22:20:57 +05:30
Shubham Saboo
51b9ed2c03
Updated math tutor README.md 2025-05-04 15:58:26 -05:00
ShubhamSaboo
25c36f9182 Updated Agentic RAG math tutor 2025-05-04 15:57:35 -05:00
Shubham Saboo
6d0e5fd7a3
Merge pull request #189 from sahithi37/main
Added Agentic RAG Math Tutor Agent (Human-in-the-Loop)
2025-05-04 15:33:46 -05:00
Shubham Saboo
76074dfc4b
Merge pull request #181 from priyanshm07/ai-travel-planner-mcp-team
Added new demo: AI Travel Planning agent
2025-05-04 15:15:56 -05:00
Shubham Saboo
b55641bc68
Update README.md 2025-05-03 15:04:35 -05:00
Shubham Saboo
b734c30951
Update README.md 2025-04-28 15:38:12 -05:00
ShubhamSaboo
a58613cb30 Updated Vision RAG app 2025-04-28 15:36:09 -05:00
Shubham Saboo
9dd3e7938c
Merge pull request #192 from Madhuvod/vision-rag-cohere-2
Vision PDF Support
2025-04-28 14:42:10 -05:00
Madhu
3cd4dcc317 Vision PDF Support 2025-04-29 01:09:02 +05:30
Shubham Saboo
9bbb073208
Merge pull request #190 from Madhuvod/vision-rag
Vision RAG with Cohere embed 4.0 and Gemini 2.5 Flash
2025-04-28 14:03:34 -05:00
Madhu
fbeb1bb73b Vision RAG with Cohere embed 4.0 and Gemini 2.5 Flash 2025-04-29 00:28:10 +05:30
sahithi37
9400335d37 Rename README.md.txt to README.md 2025-04-25 15:10:52 -04:00
sahithi37
a2f81a42ad Added Agentic RAG Math Agent submission 2025-04-25 15:04:51 -04:00
priyanshm07
cae82dc8b8 Update : Streamlit app created 2025-04-20 07:08:20 +05:30
ShubhamSaboo
78da770fde Updated the README 2025-04-17 16:26:27 -05:00
ShubhamSaboo
ea3fe6913b Updated repo structure 2025-04-17 16:01:23 -05:00
Shubham Saboo
c04de2fa3a
Merge pull request #187 from priyanshm07/main
Added new demos
2025-04-17 09:40:40 -05:00
priyanshm07
9bcbd6cd80 fix : package name fixed 2025-04-17 19:33:51 +05:30
priyanshm07
9739dfd43e Add Blog to Podcast Generator Agent 2025-04-17 19:31:40 +05:30
priyanshm07
b8d7d44fba Add ModelsLab Music Generator Agent 2025-04-17 16:00:32 +05:30
Shubham Saboo
668c27ae3f
Merge pull request #186 from AndrewHoh/main
Adding an example of a MCP agent that uses Puppeteer for Browser control
2025-04-16 17:47:42 -05:00
Andrew Hoh
11527f6e5d
Adding link to MCP-Agent github repo
Adding link to MCP-Agent github repo for documentation to limit context window lengths.
2025-04-16 16:02:40 -04:00
Andrew Hoh
c03db56f40
Updating default OpenAI model
Updating OpenAI model to gpt-4.1-mini which has a 1M context window
2025-04-16 16:00:59 -04:00
Andrew Hoh
00aabd5afa
Fixing context length and simpler web page for app
- Puppeteer puts the entire html of the page into context. Switching to a smaller webpage for demo purposes
- Given the option for the user to switch use_history to false to remove context from calls
2025-04-16 16:00:04 -04:00
Andrew Hoh
2807000dca
Adding gif to the README 2025-04-15 17:27:22 -04:00
Andrew Hoh
15aa29d03d
Fixing broken link 2025-04-15 17:08:29 -04:00
Andrew Hoh
da0694d021
Adding in example of browser mcp agent 2025-04-15 17:06:58 -04:00
Andrew Hoh
9a91288094
Creating a README for browesr_mcp_agent 2025-04-15 17:04:32 -04:00
Andrew Hoh
81acc0ff0e
Adding MCP Browser Agent to README 2025-04-15 17:03:41 -04:00
Shubham Saboo
f33c85f05b
Update README.md 2025-04-15 10:24:38 -05:00
Shubham Saboo
dcd8efc918
Merge pull request #185 from Madhuvod/google-agent-adk
Added new demo: AI Personal Finance Coach Agent Team using Google ADK
2025-04-13 13:23:01 -05:00
Madhu
71fcb45624 FINAL CHANGE 2025-04-13 22:37:08 +05:30
Madhu
9975e7eea2 completed the script - readme 2025-04-13 22:10:33 +05:30
Madhu
ac3bc19a52 made the script shorter and cleaner - yet to add csv functionality 2025-04-13 21:45:05 +05:30
Madhu
4f4ad11932 rename changes 2025-04-13 21:23:47 +05:30