@@ -0,0 +1,9 @@
from src import CodexAgent, CodexAgentConfig
codex_agent = CodexAgent(CodexAgentConfig())
def main():
codex_agent.push_to_hub("darinkishore/codex-agent", with_code=True)
if __name__ == "__main__":
main()
The note is not visible to the blocked user.