37 Commits

Author SHA1 Message Date
Ryan Alexander Alberts
78ee6b005f fix: unpin duckduckgo-search==6.4.1 (yanked from PyPI)
Version 6.4.1 is no longer distributed on PyPI (6.4.2 is the
closest available in the 6.4.x line). Four requirements.txt
files still pin the unavailable version, causing a hard
`pip install` failure on a clean checkout.

Widen to `>=6.4.2,<9` so the resolver picks the latest
compatible release (currently 8.1.1); the lower bound preserves
the original intent of pinning within the 6.4.x family, and the
upper bound matches the loosest existing pin elsewhere in the
repo (ai_competitor_intelligence_agent_team uses 7.2.1, the
ADK crash course uses `>=6.0.0`).

Affected projects:
- starter_ai_agents/ai_medical_imaging_agent
- rag_tutorials/rag_database_routing
- rag_tutorials/rag_agent_cohere
- advanced_ai_agents/multi_agent_apps/agent_teams/ai_teaching_agent_team

Fixes #63

Made-with: Cursor
2026-04-17 17:00:45 -04:00
Mark Sze
43e7906133 Remove quickstart.txt 2026-02-17 09:38:20 +11:00
Mark Sze
0e793d45b2 Model and SearxNG comments 2026-02-15 19:39:05 +11:00
Vasiliy Radostev
3c8138bb4f Add AG2 adaptive research team example with routing and web fallback 2026-02-13 10:02:51 -08:00
Nick Bobrowski
c326a6f942 Fix ai_services_agency deps and v1 cleanup 2026-02-09 00:07:15 +00:00
Nick Bobrowski
e7e2e1b298 Migrate ai_services_agency to agency-swarm v1.7.0 2026-02-08 22:44:06 +00:00
Shubhamsaboo
5e354da98a feat: enhance renovation rendering prompts using a detailed SLC formula and refactor search tool integration. 2026-01-31 20:55:58 -08:00
STiFLeR7
2cedbd61a8 fix(ai_finance_agent_team): update YFinanceTools usage for current agno API 2026-01-30 17:25:14 +05:30
Amit Wani
a0d7cc8bc1 fix(client): add env config and fix undefined BASE_URL error
- Add .gitignore to exclude .env.local
- Add .env.example template
- Add fallback for NEXT_PUBLIC_BASE_URL in middleware
- Add setup instructions to README

Fixes TypeError: Failed to parse URL from undefined/api/auth/get-session
2026-01-14 10:03:58 +05:30
Maxim Gorshkov
8bf7910444 Fix typo in design agent team README
Updated the README to replace 'Legal AI Agent Team' with 'Design AI Agent Team'.
2026-01-12 00:54:08 -05:00
Shubhamsaboo
4b2ac4a47c feat: Introduce AI Sales Intelligence Agent Team with multi-agent pipeline for generating competitive sales battle cards, including competitor research, feature analysis, SWOT analysis, objection handling, and visual comparison generation. Update README with detailed usage instructions and examples, and add necessary requirements for dependencies. 2026-01-06 19:39:41 -08:00
Shubhamsaboo
89beb8a77c chore: file restructuring and readme update 2026-01-06 19:39:21 -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
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
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
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
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
Shubham Saboo
5728fb86bc Update README.md 2025-06-23 17:18:17 -05:00
ShubhamSaboo
57f1caade6 chore: files and folder restructuring 2025-06-21 20:47:41 -05:00
Shubham Saboo
6c739438b3 Merge pull request #247 from BartugKaan/readme-command-fix
Fix: Corrects run command in Game Design Agent README
2025-06-20 18:29:39 -05:00
Amit Wani
9f61025c74 Remove unused configuration and ignore files from the backend directory, including .dockerignore, .gitignore, .python-version, and README.md. 2025-06-20 17:09:15 +00:00
Amit Wani
5a735aacc8 Added Tripcraft AI Project 2025-06-20 14:57:40 +00:00
Bartuğ Kaan Çelebi
92fe1aef10 Fix: Correct run command in AI Game Design Agent README 2025-06-20 16:43:32 +03:00
ShubhamSaboo
a620d8c367 Updated README 2025-06-02 15:03:11 -05:00
ShubhamSaboo
ea3fe6913b Updated repo structure 2025-04-17 16:01:23 -05:00