update README.md
This commit is contained in:
2
main.py
2
main.py
@@ -7,7 +7,7 @@ codex_agent = CodexAgent(CodexAgentConfig())
|
||||
|
||||
|
||||
def main():
|
||||
codex_agent.push_to_hub("darinkishore/codex-agent", with_code=True, commit_message="fix thread error")
|
||||
codex_agent.push_to_hub("darinkishore/codex-agent", with_code=True, commit_message="update README.md")
|
||||
#result = codex_agent(message="What files are in this directory?")
|
||||
#print(result.answer) # String response
|
||||
#print(result.trace) # Execution items (commands, files, etc.)
|
||||
|
||||
Reference in New Issue
Block a user