Data model example (JSON fields):
Player types: "Do whatever you want with NPC girls." System: Do whatever you want with NPC Girls-
Enable players to give broad, freeform high-level directives to a group of female NPCs and have the game autonomously generate coherent, safe, and context-appropriate behaviors and scenes that respect consent and content policies. Data model example (JSON fields): Player types: "Do
intent = classifyIntent(input_text)
if isProhibited(intent): return refusal_with_alternatives()
plan = generatePlan(intent, npc_group)
consent_results = requestConsent(plan, npc_group)
showPreview(plan, consent_results)
if player_confirms:
executePlan(plan)