docs / agents / schema

Persona schema

The full shape of an agent persona, generated from `core/agents/schema.py`.

Top-level fields

FieldTypePurpose
idstringStable persona identifier
slugstringURL-friendly slug
namestringDisplay name
rolereasoning | coding | generalRoutes prompts
categorystringSpecialisation bucket
preferred_modelstring | nullPin a model for all this persona's requests
personaPersonaConfigAvatar, tone, language, tagline
intelligenceAgentIntelligenceSystem prompt, domain rules, examples
knowledgeAgentKnowledgeLinked documents and references
memoryMemoryConfigFour-layer learning state
learningAgentLearningFeedback history and quality rollups
benchmarksAgentBenchmarksWhen last benchmarked and scores
shortcutslist of ShortcutSlash-command triggers
simezuSimezuConfigEcosystem integration metadata
statsAgentStatsCreated, updated, invocation counts

MemoryConfig (the four-layer learning system)

Run the generator (python scripts/export_docs_to_marketing.py) to refresh this page with every field auto-extracted from schema.py.