Anuva Python Server
Local Python orchestration worker for Anuva Unity video renders.
This repository owns Python Server implementation code, local technical docs,
tests, scripts, and verification. Product coordination and shared engineering
process guidance live in the Engineering Handbook section of
C:\Anuva\dev\anuva-main-video-creator.
flowchart TD
Main["anuva-main-video-creator<br/>product + engineering process"]
Python["anuva-python-server<br/>worker implementation"]
Core["docs/core<br/>durable concepts"]
State["docs/state<br/>current facts"]
Process["docs/process<br/>local workflow"]
Main --> Python
Python --> Core
Python --> State
Python --> Process