Schedule demo
Agentic AI

Leena AI Agentic AI Architecture

Overview

This article takes a deep dive into the architecture for the Leena AI enterprise Agentic AI. It demonstrates how different layers and components interconnect to deliver AI Agents with human-like agency.

Above is a comprehensive description of the Leena AI “Agentic AI Architecture” diagram, breaking down each component and illustrating how they interact to form a cohesive enterprise AI solution.

The Architecture Highlights:

  1. Touchpoints: Channels where users interact with the Agentic AI systems
  2. Orchestrator: Central planning and coordination engine
  3. Agents: Specialized AI agents based on roles or domain
  4. Workflow Studio: To ground the Agentic system in business-specific logic/flows
  5. Knowledge Management: Central repository of organizational knowledge
  6. Permissions & Access Controls: Security layer ensuring compliance and role-based access
  7. Responsible AI: Oversight, governance, and continuous improvement
  8. Security & Compliance: Adherence to industry standards like HIPAA, GDPR, SOC2, etc.

1. Touchpoints

Positioned at the top of the diagram are multiple touchpoints through which users and systems can interact with the AI Agents:

  • Web Chat
  • Voice
  • Email
  • SMS
  • Messaging Apps (e.g., Microsoft Teams, Slack, Zoom, WhatsApp)
  • API (for invoking agents on different types of triggers)
  • Intranet (internal company portals)

These touchpoints represent the diverse channels used by employees, or partners to engage with the Agents. The architecture is channel-agnostic, meaning any new channel can be integrated with minimal overhead.

2. Orchestrator

At the core of the architecture is the Orchestrator, a centralized engine responsible for:

  • Receiving Requests: From any of the touchpoints, the Orchestrator captures incoming queries, tasks, or requests.
  • Intelligent Planning: The Orchestrator determines the sequence of actions or “plan” needed to fulfill each request. This can include identifying which Agents or services are needed.
  • Calling Agents: Once the plan is set, the Orchestrator dispatches tasks to the appropriate Agent(s). It also monitors progress, handles dependencies & errors, and aggregates results.

The Orchestrator ensures that requests are routed efficiently and that the right domain agent is engaged for each task. The orchestrator leverages multiple LLMs including Leena AI’s proprietary WorkLM (powered by the Mixtral 8x22B and finetuned on 2TB+ of proprietary enterprise data), Gemini models for multimodal capabilities, Claude models for higher complexity & reasoning prompts & OpenAI models for low latency requirements. The architecture is modular, ensuring newer models can be quickly plugged in for testing.

3. Agents

Multi function agents

Directly under the Orchestrator, you see Agents: self-contained AI modules or services that handle specific tasks with agency. Key points about these Agents:

Integration with LLM Ecosystem

  • Agents can be powered by or integrated with Large Language Models (LLMs) such as GPT o3/o1, Anthropic Claude 3.7, Gemini, LLaMA, or other foundational models.
  • The choice of LLM can be dynamic based on the use case, data sensitivity, or performance requirements,

Specialized Skills & Memory

Each Agent is equipped with the domain expertise required to solve certain types of problems—whether HR, IT, Finance, or something else. Each Agent is an Orchestrator in itself and might be using different base LLMs as required by the role of that agent.

◦ An example of an agent can be an:

‣ IT Helpdesk Agent that has domain knowledge and knows how to use relevant tools to solve employee IT problems.

‣ Account Payable (AP) Analyst who has domain knowledge and knows how to use relevant tools to seamlessly pay and reconcile payments.

◦ Skills of an agent are Enterprise-specific Workflows which are configured in the Workflow Studio. Each agent has access to multiple Workflows. Customers can configure templates available in the Workflow Studio according to their needs to quickly get up and running. This is extremely important because you need to ground the Agent into every company’s deterministic business processes.

‣ Apart from these skills which are configured to align with Customers’ business processes, every agent also has out-of-the-box skills like Computer Use, Coding, Comparison, etc.

◦ The memory of an agent is external knowledge it has access to (or fine-tuned on), Company-specific structured/un-structured knowledge like Process guides, how-tos, etc, or even examples of how to do things like the IT agent might have a list of tickets it has closed in the past and how. All of the above are made available to the Agent via Knowledge Management.

◦ A single agent can be invoked either by the orchestrator or by an API too.

If an agent needs help from another agent it will go back to the orchestrator and ask for that help. In the future, we plan to allow for agent-to-agent communication directly too.

Integrations

Each agent is typically integrated with relevant third-party systems or databases (ServiceNow, Salesforce, BambooHR, Zendesk, Coupa, Snowflake, Confluence, and so on) to facilitate end-to-end process automation. The Agents interact with these applications to retrieve or update data, orchestrating multi-step processes across the enterprise.

Agents form the backbone of the system’s intelligence—modular, specialized, and easily updatable as new models or technologies become available.

4. Workflow Studio

Skills of an agent are Enterprise-specific deterministic Workflows which are configured in the Workflow Studio. Each agent has access to multiple Workflows. Customers can configure templates available in the Workflow Studio according to their needs to quickly get up and running. This is extremely important because you need to ground the Agent into every company’s specific business processes.

The Workflow Builder comes out of the box with over 5000+ pre-built templates across 1000+ enterprise application integrations including Workday, SAP, ServiceNow, Salesforce, Oracle, UKG, etc.

Know more about Workflow Studio here

5. Knowledge Management

The memory of an agent is external knowledge it has access to (or fine-tuned on), Company-specific structured/un-structured knowledge like Process guides, how-tos, etc, or even examples of how to do things like the IT agent might have a list of tickets it has closed in the past and how. All of the above are made available to the Agent via the KM.

KM has out-of-the-box integrations with:

  1. Enterprise knowledge management apps like Sharepoint, ServiceNow KM, Box, Drive, Dropbox, etc.
  2. Data lakes like Snowflake, Databricks, Azure S3, etc
  3. Scraping capabilities – you can point it to scrape any website that you want to add to your company’s Knowledge.

We integrate and sync all knowledge into Leena AI Knowledge Management (KM) to find the right knowledge at inference time quickly since applications APIs can be slow. All enterprise knowledge is synced into Leena AI and regularly pre-processed to make information readily available to the agent. Leena AI KM also maintains security groups of all knowledge articles from all knowledge sources to ensure secure and permission-appropriate access to knowledge. Read more about pre-processing here

6. Permissions & Access Controls

In the center, bridging the Domain-Specific Modules, there is a robust Permissions & Access Controls layer. This ensures:

  • Role-Based Access: Only authorized individuals or systems can view or modify specific data.
  • Security & Compliance: The system respects regulations like ISO 27001, HIPAA, GDPR, and SOC2, maintaining data privacy and integrity.
  • Multi-Tenant Architecture: If the platform is deployed for multiple departments or organizations, each tenant’s data and workflows are securely isolated.

7. Responsible AI

Leena AIs’ Responsible AI framework governs continuous service improvement and ensures ethical, compliant use of AI. It includes:

  • Transparency Dashboard: Shows how decisions are made, providing traceability and explainability for AI-driven actions
  • Knowledge Health Dashboard: When you integrate your Enterprise Knowledge into Leena AI KM, the Knowledge Health Dashboard will highlight issues in your Knowledge like overlapping knowledge, stale knowledge, absent security groups, etc. This is extremely important to avoid Garbage-in/Garbage-out.
  • Analytics: Monitors system performance, user interactions, and Agent accuracy. It may also track key performance indicators (KPIs) and usage metrics.
  • Helpdesk Insights: Analyzes user queries, identifies trends, and recommends improvements to workflows or the Knowledge Base.

This layer helps organizations comply with internal governance policies and external regulations while maintaining user trust.

8. Security & Compliance

Leena AI is used by over 500+ enterprises globally and has various industry certifications and compliance with many regulations:

  • HIPAA: Ensuring healthcare data privacy
  • GDPR: European data protection requirements
  • SOC2: Service Organization Control for data security and privacy
  • ISO 27001: International standard for information security management.

Other standards or certifications may be relevant depending on the specific industry or geographical location. The system is designed to be private and compliant, with data encryption, secure data handling, and audit trails.

Conclusion

Leena AIs’ Agentic AI Architecture is designed to provide an end-to-end solution for enterprise-grade AI services. By combining a central Orchestrator, specialized Agents, the Workflow Studio, Knowledge Base, and out of box integrations, organizations can automate complex processes across different domains while maintaining strict security, compliance, and ethical standards. The incorporation of a Responsible AI framework ensures transparency, accountability, and continuous improvement—key factors for successful AI adoption in modern enterprises. Learn More here!

Privacy Settings
We use cookies to enhance your experience while using our website. If you are using our Services via a browser you can restrict, block or remove cookies through your web browser settings. We also use content and scripts from third parties that may use tracking technologies. You can selectively provide your consent below to allow such third party embeds. For complete information about the cookies we use, data we collect and how we process them, please check our Privacy Policy
Youtube
Consent to display content from - Youtube
Vimeo
Consent to display content from - Vimeo
Google Maps
Consent to display content from - Google
Spotify
Consent to display content from - Spotify
Sound Cloud
Consent to display content from - Sound
Schedule demo