(no commit message)
This commit is contained in:
@@ -148,4 +148,6 @@ def main():
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
agent = AgentProgram(AgentConfig())
|
||||
agent.push_to_hub("farouk1/nanocode", with_code=True)
|
||||
#main()
|
||||
|
||||
4
push.py
4
push.py
@@ -1,4 +0,0 @@
|
||||
from nanocode import AgentProgram, AgentConfig
|
||||
|
||||
agent = AgentProgram(AgentConfig())
|
||||
agent.push_to_hub("farouk1/nanocode", with_code=True)
|
||||
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user