Replies: 1 comment
-
Hi @Priolli Core Architecture with Azure AI Agents
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”).
Pair this with Azure AI Agents’ memory feature to maintain persistent context across sessions. You can define memory scopes (short-term vs long-term) and use custom memory schemas to track behavioral patterns.
You can also schedule proactive nudges using Azure Durable Functions for timed workflows.
You can even tag documents with metadata (e.g. severity level, topic) to fine-tune retrieval relevance.
For internal monitoring, set up Azure Monitor and Application Insights to track agent performance and user engagement.
You can also integrate Azure Confidential Ledger for tamper-proof audit trails if needed. Suggested Tech Stack Agent Framework | Azure AI Agents | Define, orchestrate, and deploy agents Next Steps
Resources Azure AI Agents core
Memory, data storage, and contextual logs
Proactive workflows and event-driven nudges
RAG over treatment and recovery materials
Observability, analytics, and user dashboards
Security, governance, and clinical safety guardrails
Bonus: deployment and automation (for traceability)
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone !
Its has been a while i have this call in my mind, i was hoping i could get some advisement from you all who are specialist, or maybe some help..
I want to develop an AI agent specific for Mental Health for people with problems on behavioral addictive, gambling, sports betting.
Of course the Agent must be able to give support on other demands the user may have about his personal mental state. But the main focus here is the gambling which has become a health epidemic around the world. Specially on countries which the education and opportunities are restrict.
For now, i have prepared one "super prompt" for my model, and upload some material like manuals for treatment on this subject for RAG on my model. But i dont want to stop there....
I was actually developing on the end of 2024, this same project using a different approach, using supabase as my database to create the log for the user context, to make it available all the time for my Agent, so the conversation can go on smoothly. Also, the data collect and stored on the supabase, help me create one Dashboard for the user to follow his advancements and steps back. The data i had, also was used to create one radar of critical state of the user, helping the platform to to ask for external help if the user has reached a step in which he has high possibility of something really serious for his life to happen. The plataform also collected financial information and served the user back if financial consulting to help him out put his bills on the place. Well, until there, i was doing most of the project by hand, and most of the stuff was not working to its full potential. The Pro-active engine i try to put on the platform for my Agent, proactive reach my user, utilizing the context data, asking how he is, or how is today goal doing, never worked. At this step, my project code got to confuse, my subscription to supabase to expensive, and i myself really frustrated, because i could only work with GPT 3.5 at that time for my personal financial reasons.
Well, we are on 2025, New technologies are released, Agentic AI has advanced on an amazing rhythm. I now i have time again to work on a personal project in which i could impact positively the society ! Those things said, i am still very noob coding, and honestly, i have been studying a lot in the past 2 weeks to put my knowledge uptodate! but i really want to ask you guys, what is the best way to develop this project ? i really want to make it right and help the people who need to be helped! who would you develop this project ? Which technologies would you use? Which tools to use as well.. This is really important!
Anyway, thanks in advance for those you have the patience to read the big text explaining my project situation, and special thanks for those who could share some of their knowledge with me !
Regards.
Beta Was this translation helpful? Give feedback.
All reactions