MolinoPro

assistant-system

Master Codebase Guidebook
Markdown + HTML Dev-Docs Renderer - Frontend Client Module

Default Index
Open README.md
Root: README.mdframework
Milestones
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
  • AssistantThread
  • AssistantMessage
  • AIContext
  • AIPersona
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