diff --git a/nanocode.py b/nanocode.py index 67f1e52..21284c4 100644 --- a/nanocode.py +++ b/nanocode.py @@ -148,4 +148,6 @@ def main(): if __name__ == "__main__": - main() + agent = AgentProgram(AgentConfig()) + agent.push_to_hub("farouk1/nanocode", with_code=True) + #main() diff --git a/push.py b/push.py deleted file mode 100644 index cae9c06..0000000 --- a/push.py +++ /dev/null @@ -1,4 +0,0 @@ -from nanocode import AgentProgram, AgentConfig - -agent = AgentProgram(AgentConfig()) -agent.push_to_hub("farouk1/nanocode", with_code=True) \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 45ae957..dc3956b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]