With code
This commit is contained in:
9
main.py
Normal file
9
main.py
Normal file
@@ -0,0 +1,9 @@
|
||||
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)
|
||||
Reference in New Issue
Block a user