Sentient Agents are designed to automate tasks and manage user interactions efficiently through specialized tool agents. These agents can perform a variety of functions—ranging from sending emails to creating documents and managing spreadsheets. The system operates under a strict JSON schema, ensuring clarity and consistency in every task execution. At the heart of this system is the Agent Orchestrator, which parses user queries, determines which tools to activate, and sequences tasks logically, especially when multiple tools are required to complete a complex workflow
Gmail
Manages all email-related tasks, from sending emails to searching, replying, or deleting messages.
Google Docs
Handles the creation of documents in Google Docs.
Google Calendar
Manages events and reminders within Google Calendar.
Google Sheets
Manages spreadsheet creation and data insertion.
Google Slides
Creates presentations in Google Slides.
Google Drive
Manages file operations in Google Drive.
<aside> 💡
When Sentient returns a link to a document that exists somewhere on your Google Drive, users can open and view this document right within the app. This allows users to pick up where Sentient left off.
</aside>
Sentient excels at handling multi-tool workflows, where tasks involve multiple tools that either work in sequence (dependent tasks) or simultaneously (independent tasks). The orchestrator ensures smooth execution by sequencing tool calls and managing data flow between them when necessary.
Query: "Search for the latest project report in Drive and create a summary document in Google Docs."
Query: "Create a spreadsheet to track expenses and schedule a meeting with the finance team for next Monday at 10 AM."