Beta
Documentation
AgentsPersonas

Personas

What is a Persona?

A persona defines how your agent communicates — its tone, expertise, and behavior rules. Each agent has exactly one active persona.

System Personas

ThinkFleet includes pre-built personas for common use cases:

PersonaDescription
GeneralA balanced, helpful assistant for everyday tasks
EngineeringFocused on code, architecture, and technical problem-solving
BusinessOptimized for business communication, analysis, and strategy
HealthHealth and wellness oriented with appropriate disclaimers

Custom Personas

You can create custom personas for your organization with:

  • System prompt — The core instructions that define the agent's behavior
  • Tool profile — Which tools the agent can access (minimal, coding, messaging, full)
  • Default model — Which LLM to use
  • Temperature — Controls response creativity (lower = more focused, higher = more creative)
  • Max tokens — Response length limit

Persona Components

A persona is built from several files in the agent workspace:

  • IDENTITY.md — Who the agent is and its primary role
  • SOUL.md — Core personality traits and communication style
  • TOOLS.md — Guidance on how the agent should use its tools
  • USER.md — Information about the user for personalization

These files are loaded into the agent's context at the start of each session.