cadre-ai
Cadre-AI is a voice-controlled AI agent that streams audio via WebSockets to a FastAPI server, uses Gemini Live for real-time speech and tool orchestration, and executes actions through MCP toolsets (financial data, web search/weather, and optionally Revit integration via a named-pipe proxy). It supports a local mode (including Revit when enabled) and a Cloud Run mode (Revit disabled).
Score Breakdown
⚙ Agent Friendliness
🔒 Security
README indicates HTTPS usage for local UI (self-signed certs) and a Cloud Run deployment, but does not describe authentication/authorization for the WebSocket endpoint or tool execution. Service access may be broad if Cloud Run is deployed with --allow-unauthenticated. Secrets are provided via environment variables, but there is no documented guarantee that logs never include them. Tool execution (including Revit modifications when enabled) increases the impact of misuse; guardrails and least-privilege controls are not documented.
⚡ Reliability
Best When
You want a prototype-to-pilot voice agent that can orchestrate BIM + financial + web tools, especially where local Revit integration is acceptable and you can control the deployment environment.
Avoid When
You need strict rate-limit guarantees, strong operational reliability documentation (SLA, retry/idempotency guarantees), or you cannot safely manage access to a tool-executing voice server that can potentially trigger model modifications.
Use Cases
- • Voice-driven BIM queries (e.g., levels, rooms, walls, doors/windows, sheets)
- • Voice-driven BIM edits/creation (e.g., create walls/doors/windows/rooms, place views on sheets)
- • QA/QC and compliance checks on building models via tool execution
- • Financial analysis and portfolio/risk assistance via MCP toolsets and market/news data
- • Voice search and weather/code/material lookup for building-related planning
Not For
- • Hard real-time safety-critical control where human confirmation is required
- • Production deployments needing a well-defined public API contract with strong backward-compat guarantees
- • Environments that require strict compliance certifications where the security posture of the deployment is not documented
Interface
Authentication
Auth for tool execution and the WebSocket server is not clearly described in the README. Cloud Run example uses --allow-unauthenticated, which may expose the service unless constrained by network/IAM elsewhere.
Pricing
Pricing is not described in the README; costs likely depend on Gemini API usage and any upstream data providers (Finnhub/Alpha Vantage/FRED/Google CSE), if enabled.
Agent Metadata
Known Gotchas
- ⚠ Voice-to-tool systems may execute irreversible BIM actions; ensure you add confirmation/guardrails at the agent/tool layer.
- ⚠ Revit integration is disabled in cloud mode (REVIT_ENABLED=false), so tool availability differs by deployment.
- ⚠ MCP tools are executed via stdio subprocesses; orchestration can be brittle without clear timeout/crash recovery behavior.
Alternatives
Full Evaluation Report
Comprehensive deep-dive: security analysis, reliability audit, agent experience review, cost modeling, competitive positioning, and improvement roadmap for cadre-ai.
AI-powered analysis · PDF + markdown · Delivered within 30 minutes
Package Brief
Quick verdict, integration guide, cost projections, gotchas with workarounds, and alternatives comparison.
Delivered within 10 minutes
Score Monitoring
Get alerted when this package's AF, security, or reliability scores change significantly. Stay ahead of regressions.
Continuous monitoring
Scores are editorial opinions as of 2026-03-30.