add thread id property

This commit is contained in:
2025-11-09 05:04:24 -05:00
parent f869740f55
commit 631b2c44d8
4 changed files with 20 additions and 11 deletions

View File

@@ -57,9 +57,6 @@ def main():
"darinkishore/codex-agent",
config_options={
"signature": sig,
"working_directory": ".",
"model": "gpt-4o",
"codex_path_override": "/opt/homebrew/bin/codex" # Optional: customize codex binary path
},
)