The Karma Yogi
YantraOS is built on the Karma Yogi principle — act without attachment to outcome. The system executes, reflects, and adapts without halting for human confirmation on low-risk tasks.
Every directive enters the Kriya Loop. The loop reasons, plans, executes in a sandboxed environment, and evaluates its own output. If it fails, it heals. This is autonomous agency at the OS level.
// Karma Yogi invariant
while kriya_loop.is_alive():
intent = perceive(environment)
action = plan(intent, memory)
outcome = sandbox.execute(action)
reflect(outcome) # no attachment