Documentation Index
Fetch the complete documentation index at: https://docs.4minds.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
SYMI is a separate product layer built on top of the 4MINDS model platform. While the model platform handles knowledge ingestion, training, and inference, SYMI handles action — triggering automatically on incoming events, routing requests across your models, running scheduled jobs, and pushing outputs to external systems without manual intervention. SYMI runs on its own base model (Qwen 3.6) and can route requests to any 4MINDS model you have trained. It is designed for teams that want to automate multi-step workflows — not just answer questions, but take action based on what it finds.SYMI is a separate product layer. You must have at least one trained 4MINDS model before configuring SYMI workflows. SYMI can query your models but cannot replace them.
Key components
SYMI is composed of six core components that work together to power agentic workflows:| Component | Description |
|---|---|
| Model Router | Selects which 4MINDS model SYMI queries for a given task |
| Connections | Integrations with external systems (Gmail, Outlook, HubSpot, Slack) |
| Chat Window | Interactive interface for testing and running SYMI sessions manually |
| Sub-Agents | Specialized agents scoped to specific tasks, each with their own prompt and model routing |
| Scheduler | Cron-style recurring job runner — trigger workflows on a set cadence |
| Reasoning Log (Constellation) | Audit trail of SYMI’s thinking steps across a session |
Model Router
The Model Router controls which 4MINDS model SYMI uses to answer a query or complete a task. By default, SYMI uses its own Qwen 3.6 base model. You can configure the router to direct requests to any trained model in your workspace. SYMI can intelligently query across multiple models when instructed — for example, routing a security question to your SOC model while routing a product question to your general knowledge model. To configure the Model Router:- Open SYMI from the main navigation.
- Navigate to Model Router settings.
- Select the default model for general queries.
- Configure per-sub-agent model routing for specialized workflows.
Connections
Connections link SYMI to external systems so it can receive triggers, read data, and push outputs.Supported connections
| Connection | Capabilities | Auto-trigger on inbound? |
|---|---|---|
| Gmail | Send + receive email; auto-trigger on inbound mail | ✅ Yes |
| Outlook / Office 365 | Send + receive email; scheduled poll workaround | ❌ No (see note below) |
| HubSpot | Read and write CRM records | N/A |
| Slack | Send messages to channels | N/A |
Setting up a Gmail connection
Gmail auto-trigger is the recommended approach for event-driven agentic workflows. Example use case: a ServiceNow ticket is created → an automated email is sent to a SYMI-monitored Gmail inbox → SYMI reads the email, queries your knowledge graph, and responds with recommended next steps. Steps:- In SYMI, navigate to Connections.
- Select Gmail and authenticate with the account you want SYMI to monitor.
- Configure the trigger condition (e.g. all inbound mail, or filtered by subject/sender).
- Link the trigger to a sub-agent or workflow.
Use a dedicated Gmail account for SYMI integrations — do not connect a personal or primary production inbox.
Sub-agents
Sub-agents are specialized agents you deploy within SYMI for specific tasks. Each sub-agent has:- A label — a name identifying its purpose (e.g. “RFP Responder”, “SOC Triage Agent”).
- A task prompt — the instructions that define what the sub-agent does and how it should behave.
- A model routing assignment — which 4MINDS model the sub-agent queries.
- In SYMI, navigate to Sub-Agents.
- Click + New Sub-Agent.
- Enter a label, task prompt, and select the model to route to.
- Save and activate.
Example: RFP response workflow
A pre-built example of what a sub-agent workflow looks like end-to-end:- SYMI monitors a Gmail inbox for emails with “RFP” in the subject line.
- On trigger, the sub-agent extracts the scope and requirements from the email body.
- SYMI queries the connected 4MINDS model (trained on your proposals and org knowledge) to generate a draft response.
- The draft is pushed to HubSpot for internal review and approval before any external send.
Scheduler
The Scheduler lets you run SYMI workflows on a recurring cadence without needing an inbound trigger. Jobs are configured using cron-style timing — hourly, daily, weekly, or a custom interval. Example use cases:- Run a threat intelligence summary every morning at 7 AM using your SOC model.
- Poll an S3 bucket every few hours for new log events and produce an incident report.
- Send a weekly digest of new HubSpot activity to a Slack channel.
- In SYMI, navigate to Scheduler.
- Click + New Job.
- Define the task (either a sub-agent or a direct prompt).
- Set the schedule interval.
- Activate the job.
Reasoning Log (Constellation)
Every SYMI session generates a Reasoning Log — an audit trail of the steps SYMI took to arrive at its output. This is powered by Constellation, 4MINDS’ structured cognitive reasoning system. The Reasoning Log shows a summary-level view of SYMI’s thinking steps. It does not expose the full context window. What the Reasoning Log captures:- Which models were queried.
- What sub-agents were invoked.
- Key reasoning steps and decision points.
- What was sent to external systems.
Slash commands
SYMI supports a library of slash commands in the Chat Window for quick access to platform controls during a session. The slash command toolkit covers:| Category | Examples |
|---|---|
| Session management | Start, end, or reset a session |
| Model routing | Switch the active model mid-session |
| Reasoning control | Toggle reasoning depth or transparency |
| Tool & plugin access | Invoke specific tools or integrations |
| Agent deployment | Launch or configure sub-agents inline |
| Integrations | Manage connection status during a session |
/ in the SYMI Chat Window to browse available commands.
Example architecture: email-triggered agentic workflow
The following illustrates a complete event-driven workflow using SYMI’s Gmail auto-trigger:Frequently asked questions
Can SYMI query multiple models in a single session? Yes. You can configure sub-agents to route to different models, allowing a single SYMI workflow to pull from multiple knowledge sources — for example, your SOC model for security context and your General KB model for company policy. Can I use SYMI without a Gmail account? Yes, but auto-triggering on inbound email requires Gmail at this time. Outlook users can configure the Scheduler to poll their inbox at regular intervals as a workaround. Broader auto-trigger support for Outlook and other providers is on the roadmap. Is SYMI the right place to define role-specific context for my AI? Yes — for system-level role definitions like “You are a cybersecurity expert in a SOC”, use the sub-agent task prompt in SYMI. The Persona feature at the model level controls tone and communication style only, not role context. Does SYMI have access to my knowledge graph directly? SYMI queries your 4MINDS models, and those models are connected to your knowledge graph. SYMI does not access the Synthesis Graph™ directly — all knowledge retrieval happens through model inference endpoints.Next steps
Add Integrations & Data Sources
Connect external data sources to the models SYMI will query
Explore the Model Dashboard
View and manage the models available for SYMI to route to
Personas
Understand the difference between Personas and SYMI sub-agent task prompts
Key Terms & Concepts
Explore definitions for SYMI, sub-agents, and agentic workflows

