Commit Graph

92 Commits

Author SHA1 Message Date
Shubhamsaboo
a1030c00e7 Refactor AI Investment Agent to utilize AgentOS framework, update README for new features and usage instructions, and remove Streamlit dependency from the main application logic. 2026-01-01 16:54:47 -08:00
Shubhamsaboo
3dfb76d9ce Update README to clarify the role of the AI Research Planner as an agent 2026-01-01 13:48:22 -08:00
Shubhamsaboo
a2518bf4b5 Add AI Research Planner & Executor with Gemini Interactions API 2026-01-01 13:44:02 -08:00
Shubham Saboo
61c282ba93 Add tutorial link to README for multi-agent researcher
Added a tutorial link for building the multi-agent app.
2025-11-30 21:34:10 -08:00
Shubham Saboo
30f4cd2743 Fix tutorial link in README.md
Updated tutorial link for AI Investment Agent README.
2025-11-30 21:01:27 -08:00
Shubhamsaboo
4d6140cdb4 chore: enhance README files across multiple agent applications by adding links to free step-by-step tutorials, providing users with comprehensive guidance on building each agent from scratch. 2025-11-27 21:58:03 -08:00
Shubhamsaboo
9657e3daba chore: Remove AI Lead Generation Agent files and documentation 2025-11-09 20:43:06 -08:00
Shubhamsaboo
759c16306b refactor: Update multimodal agent teams to use RunOutput and specify agno version
- Changed response type to `RunOutput` in multimodal design and coding agent teams for improved type safety.
- Updated the `agno` package version in requirements.txt to ensure compatibility across all agents.
2025-11-09 20:39:52 -08:00
Shubhamsaboo
dad9e35374 refactor: Update AI real estate and recruitment agent teams to use RunOutput for type safety
- Changed response type to `RunOutput` in the AI real estate and recruitment agent teams for improved type safety.
- Updated the `agno` package version in requirements.txt to ensure compatibility across all agents.
- Adjusted requirements for other dependencies to maintain consistency.
2025-11-09 20:39:36 -08:00
Shubhamsaboo
cdf99eabe3 refactor: Update legal agent team to use new knowledge base structure and improve response handling
- Refactored legal agent team to utilize the new `Knowledge` class instead of `PDFKnowledgeBase`.
- Updated response type to `RunOutput` for better type safety across multiple functions.
- Changed agent model version from GPT-4.1 to GPT-5 for enhanced performance.
- Specified minimum version for the 'agno' package in requirements.txt for compatibility.
2025-11-09 20:27:18 -08:00
Shubhamsaboo
b687794a52 refactor: Enhance AI agents with ExaTools integration and update requirements
- Integrated ExaTools for competitor URL retrieval in the AI competitor intelligence agent.
- Updated response handling to utilize `RunOutput` for improved type safety.
- Specified minimum version for the 'agno' package in requirements.txt for compatibility across agents.
2025-11-09 15:55:21 -08:00
Shubhamsaboo
9d4a00a1fe refactor: Update AI agents to use RunOutput and specify agno version
- Changed response type to `RunOutput` in multiple AI agents for improved type safety.
2025-11-09 15:38:07 -08:00
Shubhamsaboo
f3029701cb refactor: Update AI agents to use RunOutput and specify agno version
- Changed response type to `RunOutput` in various AI agents for improved type safety.
- Updated the `agno` package version in requirements.txt to ensure compatibility across all agents.
2025-11-09 15:26:13 -08:00
Shubhamsaboo
557a135831 refactor: Update AI agents to use RunOutput and specify agno version
- Changed response type to `RunOutput` in both the 3D pygame and Tic Tac Toe agents for improved type safety.
- Updated the `agno` package version in requirements.txt to ensure compatibility.
2025-11-09 15:11:08 -08: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
gargigupta97
a3b55b8f12 feat: Add AI SEO Audit Team with README, agent definitions, and requirements 2025-10-16 18:10:29 -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
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
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
Shubhamsaboo
84da05a52c Add Life Insurance Coverage Advisor agent 2025-10-04 09:35:50 -07:00
Gargi Gupta
68fd68d012 Add AI Life Insurance Advisor Agent app 2025-10-01 16:48:07 -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
Shubhamsaboo
92cd20fc47 feat: Implement AI Recipe & Meal Planning Agent with recipe search, nutrition analysis, cost estimation, and meal planning features 2025-08-14 02:03:44 -05:00
Madhu
3b6abb675c Email GTM B2B Agent and 9_2, 9_3 of google adk 2025-08-13 03:22:35 +05:30
Madhu
d1a248088a Merge remote-tracking branch 'origin/main' into gpt-mcp-agent 2025-08-13 02:50:36 +05:30
Madhu
eeb32c6d44 new one - ai gtm email 2025-08-12 00:47:17 +05:30
Madhu
cbc9edfc66 Removed pycache 2025-08-06 04:05:21 +05:30
Madhu
f32c945156 NEW Multi Agent Demos: AI Realtor Agent Team changes 2025-08-06 03:59:39 +05:30
Shubhamsaboo
53dfb652bf feat: add AI Real Estate Agent Team and Enterprise MCP AI Agent Team
- Introduced a new AI Real Estate Agent Team with multi-agent capabilities for property search, market analysis, and valuation.
- Added comprehensive README documentation detailing features, setup instructions, and API requirements.
- Implemented the Enterprise MCP AI Agent Team for orchestrating knowledge management across local files and SaaS platforms, including specialized agents for Notion, GitHub, and Figma.
- Enhanced the overall architecture with intelligent routing and task delegation using the Model Context Protocol (MCP).
- Included necessary requirements for both teams to ensure proper functionality.
2025-08-03 18:01:01 -05:00
Shubham Saboo
8a1b99d586 Merge pull request #301 from Madhuvod/New-agents-realtor-enterprise-orch
NEW Multi Agent Demos: AI Realtor and AI Enterprise Orchestrator
2025-08-03 15:41:58 -05:00
Madhu
e766cf3b00 NEW Multi Agent Demos: AI Realtor and AI Enterprise Orchestrator 2025-08-03 17:45:53 +05:30
Shubham Saboo
91eb301ebf Merge pull request #286 from Madhuvod/fix/competitor-agent
fix: improve competitor agent
2025-07-26 09:36:31 -06:00
Madhu
55b680e0ee fix: improve competitor agent
- Comment out unused exa_py import
- Improve error handling for Firecrawl API responses
- Enhance competitor analysis UI with better feedback
- Replace agent-based comparison with DataFrame approach
- Add extraction success/failure tracking
2025-07-26 20:19:40 +05:30
ShubhamSaboo
a8c8dd835a chore: update google-adk version in ai_consultant_agent requirements 2025-07-13 20:35:08 -05:00
ShubhamSaboo
8c4fd9193d feat: updated coordinated team structure for product launch intelligence agent 2025-07-13 20:31:54 -05:00
ShubhamSaboo
7c1341642a fix: updated the multi-agent researcher to use teams in Agno 2025-07-13 20:15:36 -05:00
Samuel Ventimiglia
fbde7e9cc7 Fixed cd path for ai_financial_coach_agent 2025-07-09 09:27:08 +01:00
Shubham Saboo
b3c7ff5d28 Merge pull request #273 from Madhuvod/gemini/webui
feat: use of sonar for search in ai consultant agent
2025-07-08 01:18:58 -05:00
Jona
e9c3bcbdf6 Update README.md: Remove duplicate line 2025-07-08 04:06:20 +02:00
Madhu Shantan
9f3498027f Merge branch 'main' into gemini/webui 2025-07-07 21:01:38 +05:30
Madhu
26a8e2a784 use of sonar for search 2025-07-07 20:59:51 +05:30
ShubhamSaboo
292e02bb97 Updated README 2025-07-04 11:21:13 -05:00
Shubham Saboo
a9ce239bf0 Merge pull request #271 from Madhuvod/gemini/webui
Added new agent app: AI Consultant Agent with ADK
2025-07-04 11:15:14 -05:00
Madhu
0f6b0ecc76 AI Consultant Agent with adk 2025-07-04 21:40:37 +05:30
Shubham Saboo
9c1d6c2549 Merge pull request #270 from Madhuvod/feat/tic-tac-toee
fixed the prompt
2025-07-02 15:52:31 -05:00
Madhu
47d50989de fix-prompt 2025-07-03 02:06:40 +05:30