An insurance AI agent built with crewAI and FastAPI. It uses specialized agent crews to provide quotes and answer policy questions using a Retrieval-Augmented Generation (RAG) system.
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
34
commits
21
commits
fix: correct GitHub Actions paths for repository structure
cd39e0eView on GitHubfix: add OpenAI API key configuration to DirectorySearchTool
50d5953View on GitHubfix: add OpenAI API key configuration to DirectorySearchTool
88783d9View on GitHubfix: update kustomization to use v3 image and PROJECT_ID placeholder
ae9bb9cView on GitHubfeat: update deployment to v3 image and standardize secret key names
c1ec464View on GitHubfix: correct uvicorn module path and add app-dir parameter
56273daView on GitHubfix: update GitHub Actions workflow for v3 deployment and correct secret format
892627dView on GitHub