14 Commits

Author SHA1 Message Date
Thejesh e46d6feaea Fix release_radar version extraction and customer-support voice model (#1020)
- release_radar_agent/radar.py: _extract_version returned matches[-1], the
  exclusive upper bound of a version range (e.g. '>=1.10.0,<2.0.0' -> '2.0.0'),
  so build_release_candidates saw no delta and suppressed every alert. Use
  matches[0] (the pinned/lower bound). Exact pins/tags give a single match, so
  the 5 shipped unit tests still pass.
- customer_support_voice_agent.py: the Text-to-Speech Agent is invoked via
  Runner.run (chat endpoint) but was built with model='gpt-4o-mini-tts', a
  speech-only model, so every query errored. Use 'gpt-4o' (matching the sibling
  voice_rag_openaisdk app); the real speech call at line 288 keeps gpt-4o-mini-tts.

Fixes #1019

Co-authored-by: thejesh23 <thejesh23@users.noreply.github.com>
2026-07-23 01:12:10 -07:00
HuzaifaTanzeel 7011f2d145 Fix broken README run commands for AQI, real estate, and Voice RAG 2026-07-20 00:00:13 +05:00
Huzaifa Tanzeel 9dc631478c Fix wrong Streamlit entrypoints in agent READMEs (#985)
Voice and competitor-intelligence READMEs pointed at non-existent scripts, so the documented streamlit run commands failed.
2026-07-18 17:35:42 -07:00
Shubhamsaboo 05d0d25cd6 fix: update broken relative links across crash courses and agents
Fixed systemic documentation link issues:
- Updated all ai_agent_tutorials/ references to correct folder paths
  (starter_ai_agents/, voice_ai_agents/, advanced_ai_agents/)
- Fixed OpenAI SDK crash course references (../4_runner_execution -> ../4_running_agents, etc)
- Fixed Google ADK crash course cross-references to match actual folder structure
- Corrected relative path references in agent READMEs

Reduced broken local links from 68 to 47. Remaining issues are mostly
external references (scrapegraph_ai_sdk) and missing documentation files.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-06-12 19:06:47 -07:00
Shubhamsaboo 4fd8f2239d Improve insurance claim intake follow-up logic 2026-05-22 21:24:06 -07:00
Shubhamsaboo a3ba80b4be Remove stale insurance live demo code 2026-05-02 12:14:44 -07:00
Shubhamsaboo ba2544f07e Harden insurance live agent runtime 2026-05-02 12:06:45 -07:00
Shubham Saboo 963fc2903b Refactor README to streamline architecture section
Removed duplicate architecture image section and updated README structure.
2026-05-02 14:00:46 -05:00
Shubhamsaboo a931685a97 Use ADK graph for insurance live workflow 2026-05-02 10:40:47 -07:00
Shubhamsaboo 3d0784a7ff Remove stale insurance UI concept asset 2026-05-01 23:34:13 -07:00
Shubhamsaboo 6bc214b6fa feat: add insurance claim live agent team 2026-05-01 23:30:12 -07: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
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 ea3fe6913b Updated repo structure 2025-04-17 16:01:23 -05:00