10 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
Shubham Saboo 3d0f34f4a2 Merge pull request #49 from Madhuvod/rag-agent-cohere-3
chore:changed code in rag_agent_cohere
2024-12-14 22:57:55 -06:00
Madhu dec968bc7b changess 2024-12-15 10:16:56 +05:30
ShubhamSaboo 8a2429e1f9 chore: updated README 2024-12-14 22:26:28 -06:00
Madhu a3dfdc0e70 command R addition 2024-12-15 09:16:43 +05:30
Madhu f83854fc3d final changes 2024-12-15 09:04:34 +05:30
Madhu 67cd362035 library checks 2024-12-15 07:43:58 +05:30
Madhu 93331106d7 complete working code 2024-12-15 07:41:59 +05:30
Madhu 7e8375831a missing libs 2024-12-15 04:32:04 +05:30
Madhu e95972d102 New proj with cohere - rag + agent 2024-12-15 04:25:42 +05:30