iconsulting/packages/services/conversation-service/src
hailin 4c125f3276 feat(agent): add 4 real-time tools for enhanced agent capabilities
Add the following real-time tools to ImmigrationToolsService:
- get_current_datetime: Get current date/time with timezone support
- web_search: Search internet for latest immigration news/policies (Google CSE)
- get_exchange_rate: Query real-time currency exchange rates (for investment immigration)
- fetch_immigration_news: Fetch latest immigration announcements

All tools include graceful degradation with fallback responses when external APIs are unavailable.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-23 00:46:55 -08:00
..
conversation feat(multimodal): add file upload and image support for chat 2026-01-10 05:34:41 -08:00
domain/entities feat(multimodal): add file upload and image support for chat 2026-01-10 05:34:41 -08:00
health fix(docker): add health check endpoints and fix IPv6 issue 2026-01-10 02:13:42 -08:00
infrastructure feat(agent): add 4 real-time tools for enhanced agent capabilities 2026-01-23 00:46:55 -08:00
app.module.ts fix(docker): add health check endpoints and fix IPv6 issue 2026-01-10 02:13:42 -08:00
main.ts fix(health): exclude /health endpoint from API prefix 2026-01-10 02:30:24 -08:00