H1Assistant System
Status: schema-backed AI orchestration layer.
The assistant system already exists in Prisma and should be documented as a structured orchestration layer, not as app truth.
H2Schema entities
AssistantThreadAssistantMessageAIContextAIPersona
H2Role
- manage structured assistant conversations
- route assistant behavior by persona and context
- support drafting, planning, and content generation
H2Rule
- AI does not mutate domain entities directly.
- AI emits structured outputs and intents only.
- server actions own persistence.
H2Practical use
- document drafting
- trip planning support
- content generation
- structured guidance for operators