Main concepts

At the heart of Syntphony CAI's intelligent solution are some fundamental concepts that revolutionize how AI Agents are built and deployed. Together, these elements create a flexible, powerful framework for developing adaptive solutions, acting as autonomous agents that can manage customer queries, solve common problems and guide users without human intervention. Let’s explore the elements that make up our solution..

A Project is the top-level container that defines and encapsulates a complete conversational AI solution. It establishes both the structural boundary of the system and the rules that govern how it operates.

Within a Project, all core components are configured and executed, including the Supervisor, specialized Agents, Workflows, Actions, Knowledge, and integration settings.

Each component has a clearly defined role:

  • The Supervisor orchestrates interactions by evaluating user input, applying governance rules, and determining how each request should be handled;

  • Agents execute specific tasks within a defined scope once selected;

  • Workflows, Actions, and Knowledge provide the operational capabilities required to fulfill requests, from structured processes to external integrations and information retrieval.

These components do not operate independently. The Project defines how they interact end-to-end: how requests are interpreted, how routing decisions are made, and how execution is delegated across the system.

As a result, the Project functions as both the structural boundary and the behavioral definition layer of the system.

This structure enables organizations to design conversational systems that are modular, governed, and scalable, supporting use cases ranging from customer support to complex operational workflows.

Last updated

Was this helpful?