Agents in Sentient
Last updated
Was this helpful?
Last updated
Was this helpful?
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.
Example Tasks:
Send an email: "Send an email to with the subject 'Project Update' and the body 'We’ve completed phase 1.'"
Search inbox: "Search the inbox for emails from 'manager@example.com'."
Reply to an email: "Reply to the email about 'Budget Meeting' with the body 'I’ll join the meeting at 10 AM.'"
Google Docs
Handles the creation of documents in Google Docs.
Example Tasks:
"Create a document about AI advancements in 2024."
"Draft a proposal for the upcoming marketing campaign."
Google Calendar
Manages events and reminders within Google Calendar.
Example Tasks:
"Add an event for Mom's birthday on July 15th at 6 PM."
"Show all meetings scheduled for next week."
Google Sheets
Manages spreadsheet creation and data insertion.
Example Tasks:
"Create a spreadsheet for tracking monthly expenses."
"Insert this week’s sales data into a new spreadsheet."
Google Slides
Creates presentations in Google Slides.
Example Tasks:
"Create a presentation about renewable energy solutions."
"Generate slides for a product pitch about our new app."
Google Drive
Manages file operations in Google Drive.
Example Tasks:
"Search for the file named 'Q1 Report 2024'."
"Upload the document 'Invoice.pdf' to the 'Finance' folder."
💡 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.
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."
Query: "Find the latest sales data in Google Drive, create a spreadsheet to analyze the data, and email the analysis to the sales team."
GMAIL:
"Reply to the email about the team meeting and say I'll attend."
GDOCS:
"Draft a document outlining our marketing strategy for Q2."
GCALENDAR:
"Schedule a follow-up meeting with the design team next Friday at 2 PM."
GSHEETS:
"Create a spreadsheet with columns for 'Date,' 'Expense,' and 'Amount' for budget tracking."
GSLIDES:
"Make a presentation on the benefits of remote work."
GDRIVE:
"Find and download the file named 'Annual_Report_2023.pdf'."
You will need to authenticate these tools with Google and allow Sentient to access and use them. We use secure Google OAuth for this.