Companion vertical
Default conversational vertical exposed by DLaaS.
The companion vertical is the default DLaaS blueprint. It accepts natural
messages, observations, and feedback envelopes, and produces typed kernel
output through dispatch_envelope.
Pre-baked blueprint id: companion/default/dev-v1.
Use it from the API Bench:
POST /v1/instances/ai_companion/interactions
content-type: application/json
{
"interaction_type": "natural_message",
"session_id": "sess_demo",
"human_brief": "你好,我今天有点低落。"
}
The first call against an unknown ai_id triggers adoption against the
catalog blueprint and creates a new session inside the runtime pool.