Animus │ ├── core/ # Brain of the system (LLM-facing, planning, agent logic) ├── bridge/ # Blender / DCC interface (Python executor, error handling) ├── studio/ # Project-specific configs, styles, constraints, presets ├── agents/ # Concrete agent implementations (scene, camera, lighting, animation) ├── cli/ # Optional command-line interface ├── examples/ # Example shots / YAML configs ├── docs/ └── tests/
animus run shot_001.yaml --agent scene
animus render shot_001.yaml
animus preview shot_001.yaml