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

@@ -7,7 +7,7 @@ codex_agent = CodexAgent(CodexAgentConfig())
def main():
codex_agent.push_to_hub("darinkishore/codex-agent", with_code=True, commit_message="update README.md")
codex_agent.push_to_hub("darinkishore/codex-agent", with_code=True, commit_message="add thread id property")
#result = codex_agent(message="What files are in this directory?")
#print(result.answer) # String response
#print(result.trace) # Execution items (commands, files, etc.)