947 Commits

Author SHA1 Message Date
Shubhamsaboo
62f760c18e refactor: Update travel planner and GitHub agent to use RunOutput and enhance requirements
- Changed `add_datetime_to_instructions` to `add_datetime_to_context` in travel planner for better context handling.
- Updated response type to `RunOutput` in both travel planner and GitHub agent for improved type safety.
- Specified minimum version for the 'agno' package in requirements.txt for compatibility.
2025-11-09 15:02:32 -08:00
Shubhamsaboo
4fc1412062 refactor: Update corrective_rag to use Claude 4.5 Sonnet for LLM functionality 2025-11-09 14:56:26 -08:00
Shubhamsaboo
359e54e166 refactor: Update RAGPipeline to use Claude 4.5 Sonnet for response generation 2025-11-09 14:54:35 -08:00
Shubhamsaboo
37f72dad6d refactor: Update vision_rag.py to use the latest Gemini model
- Changed model from "gemini-2.5-flash-preview-04-17" to "gemini-2.5" for improved performance and stability.
2025-11-09 14:49:30 -08:00
Shubhamsaboo
013aa48bf5 refactor: Update qwen_local_rag_agent to use Agno v2.0 and enhance README
- Changed import path for OllamaEmbedder to reflect new Agno structure.
- Switched from show_tool_calls to debug_mode for improved debugging experience.
2025-11-09 14:44:22 -08:00
Shubhamsaboo
9bc6394fae refactor: Update local RAG agent to use AgentOS and enhance knowledge management
- Replaced PDFUrlKnowledgeBase with Knowledge class for improved document management.
- Updated to use AgentOS for the application interface instead of Playground.
- Adjusted README to reflect changes in the interface and knowledge base loading process.
- Specified minimum version for the 'agno' package in requirements.txt.
2025-11-09 14:41:25 -08:00
Shubhamsaboo
7c532cd8d6 refactor: Update rag_reasoning_agent to use Google Gemini and enhance knowledge management
- Replaced Claude model with Gemini for improved language processing.
- Updated knowledge management by replacing UrlKnowledge with Knowledge class.
- Enhanced session state handling to prevent duplicate URL loading.
- Adjusted README to reflect changes in API key requirements and default knowledge sources.
- Updated requirements.txt to specify a minimum version for the 'agno' package.
2025-11-09 12:06:51 -08:00
Shubhamsaboo
5685c508fc refactor: Update agentic_rag_gpt5 to use new Knowledge class and improve URL management
- Replaced UrlKnowledge with Knowledge for better document loading.
- Enhanced session state management for URLs to prevent duplicates.
- Updated placeholder URLs and query prompts for clarity.
- Adjusted requirements.txt to specify a minimum version for the 'agno' package.
2025-11-09 11:59:28 -08:00
Shubhamsaboo
b7f74685a4 refactor: Update agentic_rag_embedding_gemma to use new Knowledge class and improve URL handling
- Replaced PDFUrlKnowledgeBase with Knowledge for managing document loading.
- Enhanced URL management by adding a check to prevent duplicate URLs in session state.
- Updated requirements.txt to specify a minimum version for the 'agno' package.
2025-11-09 11:49:29 -08:00
Shubhamsaboo
b374ad906a fix: Update XAI Finance Agent to use new AgentOS and enable debug mode 2025-11-08 22:11:03 -08:00
Shubhamsaboo
15623fd4c6 fix: Update AI Scrapper to utilize new OpenAI models in the selection interface and README 2025-11-08 22:09:57 -08:00
Shubhamsaboo
074320081e feat: Enhance multimodal AI agent with improved API key handling and model updates 2025-11-08 22:08:37 -08:00
Shubhamsaboo
ca76169e03 chore: Remove local news agent files as part of project cleanup 2025-11-08 22:02:11 -08:00
Shubhamsaboo
828995333d fix: Update local travel agent to use new output type and adjust context handling
- Changed the output type from unspecified to RunOutput in the local travel agent.
- Updated context handling by changing 'add_datetime_to_instructions' to 'add_datetime_to_context' in both local travel agent and travel agent files.
2025-11-08 22:00:37 -08:00
Shubhamsaboo
cd2205df7d chore: Remove multimodal AI agent demo file as part of project cleanup 2025-11-08 21:57:39 -08:00
Shubhamsaboo
e0da24bfd5 fix: Update AI Startup Trend Analysis Agent to use new model 2025-11-08 21:56:46 -08:00
Shubhamsaboo
1dd955deed fix: Update music generator agent to use new output type and adjust requirements
- Changed the output type from RunResponse to RunOutput in the music generator agent.
- Updated requirements.txt to specify a minimum version for the 'agno' package.
2025-11-08 21:47:18 -08:00
Shubhamsaboo
210199b134 feat: Update AI Medical Imaging Agent to use new model and enhance output handling
- Changed model ID from "gemini-2.0-flash" to "gemini-2.5-pro" for improved performance.
- Specified the type of response from the medical agent's run method as RunOutput.
- Updated requirements.txt to enforce a minimum version for the 'agno' package.
2025-11-08 21:44:02 -08:00
Shubhamsaboo
f059512688 refactor: Update AI Data Analyst Agent to use DuckDbTools and streamline query handling
- Replaced DuckDbAgent with DuckDbTools for loading CSV data into DuckDB.
- Initialized a new Agent for data analysis with DuckDB and Pandas tools.
2025-11-08 21:30:56 -08:00
Shubhamsaboo
2a56875323 fix: Update function parameter names for clarity and improve README instructions
- Changed function parameter names from 'message' to more descriptive names in ai_breakup_recovery_agent.py.
- Updated README with correct repository URL and streamlined installation instructions.
- Modified requirements.txt to specify a minimum version for the 'agno' package.
2025-11-08 21:19:53 -08:00
Shubhamsaboo
a9931bb0c6 feat: Revamp Blog to Podcast Agent with improved API key handling and audio generation
- Updated Streamlit UI for better user experience with API key inputs and blog URL entry.
- Enhanced podcast generation process by integrating ElevenLabs for audio output.
- Improved error handling and summary display for generated podcasts.
- Updated requirements to ensure compatibility with newer library versions.
2025-11-08 21:11:42 -08:00
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