Commit Graph

826 Commits

Author SHA1 Message Date
Ashmin Dhungana
743e9ffe8d chore: pin dependencies and update LangChain import for compatibility
What it does
- Pins all core dependencies in `requirements.txt` to specific versions to ensure environment stability and prevent future breaking changes.
- Adds `langchain-text-splitters==1.0.0` and updates code to use the compatible import instead of the deprecated `langchain.text_splitter`.
- Ensures the app runs consistently across different environments and with the current versions of OpenAI and LangChain libraries.
2025-11-04 14:19:51 +05:45
Shubhamsaboo
62ed6915ac chore: Update sponsor section in README 2025-10-31 19:40:58 -07:00
Shubhamsaboo
72ceb89c88 refactor: Enhance SEO audit agent instructions with detailed steps for URL extraction, data scraping, and report generation 2025-10-19 10:51:52 -07:00
Shubhamsaboo
e50db32887 refactor: Replace Firecrawl function tool with MCPToolset for enhanced web scraping capabilities 2025-10-17 17:40:11 -07:00
Shubham Saboo
19cc107b5b Merge pull request #362 from gargigupta97/main
feat: Add AI SEO Audit Team with README, agent definitions, and requirements files.
2025-10-17 16:54:59 -07:00
gargigupta97
a3b55b8f12 feat: Add AI SEO Audit Team with README, agent definitions, and requirements 2025-10-16 18:10:29 -07:00
Shubhamsaboo
de6f0f385b fix: Update sponsor section in README 2025-10-14 14:14:09 -07:00
Shubhamsaboo
ec0990b29c feat: Add Multimodal UI/UX Feedback Agent Team
- Introduced a new multi-agent system for analyzing landing page designs and providing expert UI/UX feedback.
- Implemented a Coordinator/Dispatcher pattern with specialized agents for visual analysis, design strategy, and visual implementation.
- Added tools for editing and generating improved landing pages, along with comprehensive reporting features.
2025-10-11 16:23:02 -07:00
Shubham Saboo
d2025175f8 Merge pull request #357 from BV003/fix/agno-compatibility
fix: restore compatibility with latest agno version
2025-10-09 17:42:27 -07:00
BV003
4fbfb90737 fix: restore compatibility with latest agno version 2025-10-09 10:40:11 +08:00
Shubham Saboo
f7c1ac8fa8 Updated README 2025-10-07 21:58:42 -05:00
Shubham Saboo
3051e7fdb2 Update sponsor image heights in README
Increased the height of sponsor images for better visibility.
2025-10-05 23:47:59 -05:00
Shubhamsaboo
21667609cb feat: Update README to include new sponsor and adjust image dimensions
- Added Parlant as a new sponsor with updated link and image.
- Adjusted image height for Unblocked sponsor for better display consistency.
- Included a sponsorship badge to encourage support.
2025-10-05 21:46:23 -07:00
Shubhamsaboo
4eb6b0d713 fix: Update README to simplify directory navigation for AI Home Renovation Agent 2025-10-05 19:19:10 -07:00
Shubhamsaboo
e9fcc16a47 feat: Add requirements file for AI Home Renovation Agent 2025-10-05 18:36:41 -07:00
Shubhamsaboo
9865f47da5 fix: Update README to correct application name for Home Renovation Agent 2025-10-05 15:53:35 -07:00
Shubhamsaboo
2bf142d42b feat: Add AI Home Renovation Planner Agent with ADK and Nano Banana
- Introduced a multi-agent system for home renovation planning that analyzes photos and generates personalized renovation plans.
- Implemented a Coordinator/Dispatcher pattern with specialized agents for visual assessment, design planning, and project coordination.
- Added tools for generating and editing photorealistic renderings, along with budget-aware planning features.
2025-10-05 15:50:56 -07:00
Shubham Saboo
84eb87cd48 Merge pull request #355 from gargigupta97/main
feat: update Life Insurance Coverage Advisor to use OpenAI GPT-5
2025-10-04 13:49:46 -07:00
gargi
b40202c74e feat: update Life Insurance Coverage Advisor to use OpenAI GPT-5 instead of OpenRouter 2025-10-04 13:39:08 -07:00
Shubhamsaboo
eecc9e8b1d feat: update AI Email GTM Reachout Agent to work with agno v2
- Updated the email generation workflow to yield progress updates during company processing.
- Refactored the database integration to use SqliteDb for better management.
- Enhanced the user interface with a more structured display of generated emails, company research, and contact information.
- Added troubleshooting tips in case of no email generation.
- Updated README with detailed features, installation instructions, and usage guide.
- Increased agno package version requirement to 2.0.4 for compatibility.
2025-10-04 12:58:08 -07:00
Shubham Saboo
35507a6bc9 Update README to reflect new script name 2025-10-04 10:29:05 -07:00
Shubhamsaboo
e55a2eb5e6 feat: Update GitHub MCP Agent to use official GitHub MCP Server via Docker
- Replaced Node.js MCP server with the official GitHub MCP server running in Docker.
- Added OpenAI API key input for enhanced query processing.
- Updated README to reflect new requirements and usage instructions.
2025-10-04 10:09:02 -07:00
Shubhamsaboo
84da05a52c Add Life Insurance Coverage Advisor agent 2025-10-04 09:35:50 -07:00
Shubham Saboo
3743603696 Merge pull request #354 from gargigupta97/gargigupta97-patch-1
Add AI Life Insurance Advisor Agent app
2025-10-04 09:33:26 -07:00
Gargi Gupta
68fd68d012 Add AI Life Insurance Advisor Agent app 2025-10-01 16:48:07 -07:00
Shubham Saboo
ee503216ae chore: README cleanup 2025-09-27 21:47:34 -05:00
Shubhamsaboo
edfe785f75 docs: Update README for Multi-Agent Web Research System to clarify YAML-based implementation 2025-09-26 14:37:39 -07:00
Shubhamsaboo
b4e2fdd489 feat: YAML Based Multi-Agent Web Research Agent with Firecrawl MCP (low-code)
- Introduced a new multi-agent system for web research, including a main coordinator agent and specialized research and summary agents.
- Added detailed README for setup, usage, and agent configuration.
2025-09-26 14:36:11 -07:00
Shubham Saboo
f08e7b677e Merge pull request #338 from emmanuel-ferdman/main
fix: resolve bug in `local_ai_real_estate_agent_team.py`
2025-09-15 00:12:31 -05:00
Shubhamsaboo
b8f8e44e17 chore: Remove deprecated settings.local.json file 2025-09-14 19:59:18 -07:00
Emmanuel Ferdman
d29fdfb784 fix: resolve bug in local_ai_real_estate_agent_team.py
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
2025-09-14 00:30:44 -07:00
Shubham Saboo
aec6ee95a5 Merge pull request #330 from Jinash-Rouniyar/main
feat: Add Contextual AI RAG agent
2025-09-07 02:39:23 -05:00
Shubham Saboo
d4d50a0166 Enhance README with model logos and formatting 2025-09-07 02:21:05 -05:00
Shubham Saboo
a13afe8f78 Update emoji for Agentic RAG with Embedding Gemma 2025-09-06 20:52:18 -05:00
Shubhamsaboo
eca2a2a99e refactor: Update README to reflect new Agentic RAG app with Embedding Gemma and remove outdated agent files 2025-09-06 18:51:42 -07:00
Shubhamsaboo
9ef14a6b41 feat: Add new local Agentic RAG app with EmbeddingGemma 2025-09-06 18:50:40 -07:00
Jinash Rouniyar
84fe9fbe1a feat: Add Contextual AI RAG agent 2025-09-05 05:05:07 -04:00
Shubham Saboo
4045e92d8b Merge pull request #328 from RajalakshmiMadhavan/resume_job_match
Added new demo: Resume & Job matcher
2025-09-02 21:57:35 -05:00
RajalakshmiMadhavan
0611d76624 Addressing comments 2025-09-03 07:52:27 +05:30
RajalakshmiMadhavan
0709b6f71f Resume & Job matcher 2025-09-02 17:01:40 +05:30
Shubhamsaboo
7ba3db898f refactor: Revamp travel planner app by removing calendar MCP integration, enhancing itinerary generation, and updating README for clarity and feature highlights 2025-08-27 23:27:54 -05:00
Shubhamsaboo
291da96868 docs: Remove outdated Guardrails workflow diagram from README for clarity 2025-08-27 18:38:18 -05:00
Shubhamsaboo
1d18103dfa docs: Enhance README with detailed Guardrails workflow diagram for input and output validation 2025-08-27 18:37:06 -05:00
Shubham Saboo
f8d8ea1cdf Merge pull request #317 from ArkVex/main
Added the native mcp server
2025-08-27 14:59:56 -05:00
Shubhamsaboo
1672412de0 feat: Add Gemma 3 fine-tuning tutorial 2025-08-27 12:26:55 -05:00
Shubhamsaboo
8841a9e2b2 Update README files across various sections to improve clarity and consistency. 2025-08-27 12:25:59 -05:00
Shubhamsaboo
edf042f10b feat: Add OpenAI Agents SDK Crash Course 2025-08-27 12:15:24 -05:00
Ayush Singh
229af15b8f updated readme 2025-08-27 17:01:22 +05:30
Ayush Singh
1ddcc2a3d4 updated readme 2025-08-27 03:28:31 +05:30
Ayush Singh
9c8045a29d updated readme 2025-08-27 03:27:47 +05:30