(no commit message)

This commit is contained in:
2026-01-18 22:37:06 -08:00
parent 2945d17b91
commit 192a744884
12 changed files with 599 additions and 0 deletions

4
push.py Normal file
View File

@@ -0,0 +1,4 @@
from nanocode import AgentProgram, AgentConfig
agent = AgentProgram(AgentConfig())
agent.push_to_hub("farouk1/nanocode", with_code=True)