Use gpt-5 as default

This commit is contained in:
Ahmed Allam
2025-08-11 18:00:24 -07:00
parent 81ac98e8b9
commit 139faed8ed
13 changed files with 724 additions and 706 deletions
+1 -2
View File
@@ -54,8 +54,7 @@ class Tracer:
def get_run_dir(self) -> Path:
if self._run_dir is None:
workspace_root = Path(__file__).parent.parent.parent
runs_dir = workspace_root / "agent_runs"
runs_dir = Path.cwd() / "agent_runs"
runs_dir.mkdir(exist_ok=True)
run_dir_name = self.run_name if self.run_name else self.run_id