(no commit message)

This commit is contained in:
2025-12-05 13:22:15 -05:00
parent 9b0337d1b8
commit 722e5aba21
6 changed files with 578 additions and 40 deletions

View File

@@ -1,9 +0,0 @@
from src.agent import ClaudeCodeConfig, ClaudeCodeAgent
config = ClaudeCodeConfig()
agent = ClaudeCodeAgent(config)
if __name__ == "__main__":
result = agent("Implement a todo list application")
agent.push_to_hub("farouk1/claude-code", with_code=True, commit_message="With code")
print(result)