Skip to content
Discussion options

You must be logged in to vote

Hi @Priolli

Core Architecture with Azure AI Agents

  1. Agent Definition & Capabilities
    Use Azure AI Agents to define a primary mental health agent with specialized skills:
  • Core Skill: Behavioral addiction support (gambling, betting)
  • Secondary Skills: General mental health check-ins, financial coaching, crisis escalation
  • Tools: Connect to external APIs (e.g. financial dashboards, crisis helplines), RAG over treatment manuals, journaling prompts

You can modularize these using agent orchestration, allowing the main agent to delegate to sub-agents (e.g. “Finance Coach,” “Crisis Monitor,” “Daily Check-in”).

  1. Contextual Memory & User Logs
    Instead of Supabase, use Azure Cosmos DB or Azure Table …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by amynic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment