Provider system for context aggregation and state composition
Provider Name | Dynamic | Position | Default Included | Purpose |
---|---|---|---|---|
ACTIONS | No | -1 | Yes | Lists available actions |
ACTION_STATE | No | 150 | Yes | Action execution state |
ANXIETY | No | Default | Yes | Response style guidelines |
ATTACHMENTS | Yes | Default | No | File/media attachments |
CAPABILITIES | No | Default | Yes | Service capabilities |
CHARACTER | No | Default | Yes | Agent personality |
CHOICE | No | Default | Yes | Pending user choices |
ENTITIES | Yes | Default | No | Conversation participants |
EVALUATORS | No | Default | No (private) | Post-processing options |
FACTS | Yes | Default | No | Stored knowledge |
PROVIDERS | No | Default | Yes | Available providers list |
RECENT_MESSAGES | No | 100 | Yes | Conversation history |
RELATIONSHIPS | Yes | Default | No | Social connections |
ROLES | No | Default | Yes | Server roles (groups only) |
SETTINGS | No | Default | Yes | Configuration state |
TIME | No | Default | Yes | Current UTC time |
WORLD | Yes | Default | No | Server/world context |
ACTIONS
)actionNames
: Comma-separated list of action namesactionsWithDescriptions
: Formatted action detailsactionExamples
: Example usage for each actionactionsData
: Raw action objectsACTION_STATE
)actionResults
: Previous action execution resultsactionPlan
: Multi-step action execution planworkingMemory
: Temporary data shared between actionsrecentActionMemories
: Historical action executionsCHARACTER
)agentName
: Character namebio
: Character backgroundtopics
: Current interestsadjective
: Current mood/statedirections
: Style guidelinesexamples
: Example conversations/postsRECENT_MESSAGES
)recentMessages
: Formatted conversation historyrecentInteractions
: Previous interactionsactionResults
: Results from recent actionsFACTS
)RELATIONSHIPS
)composeState
method aggregates data from multiple providers to create comprehensive state.
dynamic
for optional providers