Start the CLI
How each request is handled
- Plan:
GoapPlannercreates anExecutionPlanwithPlanStepnodes. - Execute:
PlanExecutorruns steps in dependency waves. - Remember: results and conversation turns are stored for context.
Human approval in practice
You get approval prompts for side effects such as writes, deletes, and process execution.Conversation continuity
Vitruvian keeps recent conversation context (up to 10 turns), so follow-up requests stay coherent.Runtime module management
/list-modules/install-module <path>/load-module <path>/unregister-module <domain or filename>/configure-modules