cancel
Showing results for 
Search instead for 
Did you mean: 
Generative AI
Explore discussions on generative artificial intelligence techniques and applications within the Databricks Community. Share ideas, challenges, and breakthroughs in this cutting-edge field.
cancel
Showing results for 
Search instead for 
Did you mean: 

Building an Agentic HR Front Door on Databricks

Brahmareddy
Esteemed Contributor II

I have been exploring one question for the last few months:

What happens when enterprise AI moves from answering questions to actually completing tasks?

That led me to build DwaraOne, an agentic HR front door using Databricks free edition.

Most HR assistants today can explain a policy or answer a question.

But an employee usually wants more than an answer.

For example, when someone asks for leave, the agent should be able to check the balance, understand team availability, identify possible conflicts, reference the right policy, submit the request, route it to the correct approver, and track what happens next.

That is the shift I wanted to explore.

I built the current preview using Databricks Free Edition, which made the exercise even more interesting.

The architecture includes:

Unity Catalog for governed data access

Silver and Gold layers with Employee 360 views

SQL Warehouse and Delta for analytics and application data

Genie Spaces for employee, manager, and leader experiences

Lakebase for conversation and workflow state

Governed agent tools for actions

Memory across conversations

Audit logging for agent decisions and actions

One of my biggest learnings was that agent architecture should not start with the chatbot.

It should start with the data model, permissions, context, tools, and auditability.

For me, the important loop became:

Ontology → Memory → Tools → Audit

An agent that can act should also be explainable and accountable.

Another interesting lesson was that Free Edition did not feel like a limitation.

It actually pushed me to think more carefully about governance, semantic design, lineage, and architecture before adding more complexity.

The current preview uses synthetic data and supports scenarios like leave requests, policy guidance, onboarding, offboarding, workforce analytics, manager insights, consent tracking, and agent health monitoring.

I am still improving it and would really value feedback from the Databricks community.

What would you add to this architecture?

And what is the first enterprise task you would trust an agent to complete?

Preview: dwaraone.online

2 REPLIES 2

wiliam65jenny
New Contributor

Hello,

This is a great exploration of where enterprise AI is heading. The focus on moving beyond chat-based assistance toward governed action-taking agents is especially important. I like the emphasis on ontology, memory, tools, and auditability because trust will be the biggest factor in enterprise adoption.


Best Regards

Brahmareddy
Esteemed Contributor II

Thanks for your feedback! @wiliam65jenny