Skip to Content
AgentsPersonas

Personas

Each agent has a persona defined through four workspace files. These files shape how the agent thinks, communicates, and works.


IDENTITY.md

Defines who the agent is:

  • Name: the agent’s display name.
  • Creature: what kind of entity it is (e.g., “Robot”, “Research specialist”).
  • Vibe: communication style (e.g., “Sharp, calm, warm”).
  • Emoji: avatar emoji.
  • Avatar: avatar image URL.

Editing Personas

During creation

The persona editor is built into the cluster creation form. Each agent tab has IDENTITY, SOUL, USER, and TOOLS sub-tabs.

After creation

Go to the agent’s config page (click the agent name → Configure). Edit the persona and save.

Changes are saved to the database immediately, but you must reprovision the cluster to apply them to the live runtime.


Persona Versioning

Tulsk tracks persona versions. When you save a new persona, it creates a version snapshot.

The cluster settings page shows whether the running version matches the saved version. If they differ, a reprovision is required to sync changes.

Last updated on