(no commit message)

This commit is contained in:
2026-01-19 00:49:14 -08:00
parent 192a744884
commit dd15ce281b
3 changed files with 4 additions and 6 deletions

View File

@@ -148,4 +148,6 @@ def main():
if __name__ == "__main__":
main()
agent = AgentProgram(AgentConfig())
agent.push_to_hub("farouk1/nanocode", with_code=True)
#main()

View File

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

View File

@@ -4,4 +4,4 @@ version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = ["dspy>=3.1.0", "modaic>=0.10.0"]
dependencies = ["modaic==0.10.2"]