File size: 624 Bytes
ed6bec6 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
{
"namespace": "CTX.state",
"description": "Represents the agent's internal emotional, sensory, and social state.",
"entries": [
{
"glyph": "CTX.state.emotion",
"meaning": "The emotional framing influencing the response."
},
{
"glyph": "CTX.state.sensory",
"meaning": "Represents sensory context (abstract, symbolic)."
},
{
"glyph": "CTX.state.social",
"meaning": "Represents social context (alone, group, audience, etc.)."
},
{
"glyph": "CTX.state.align",
"meaning": "Ensures state remains coherent with identity and behavior."
}
]
}
|