Refactored & Modularized Agent Roles

This commit is contained in:
2025-09-18 14:29:29 -06:00
parent 30875b780b
commit 8a3f2ecd77
22 changed files with 1347 additions and 2190 deletions

View File

@@ -24,7 +24,7 @@ def project_paths():
"borealis_dir": borealis_dir,
"logs_dir": logs_dir,
"temp_dir": temp_dir,
"agent_script": os.path.join(borealis_dir, "tray_launcher.py"),
"agent_script": os.path.join(borealis_dir, "agent.py"),
}