(no commit message)
This commit is contained in:
@@ -378,4 +378,4 @@ def main():
|
|||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
agent = AgentProgram(AgentConfig(lm="openai/gpt-5.2-codex"))
|
agent = AgentProgram(AgentConfig(lm="openai/gpt-5.2-codex"))
|
||||||
agent.push_to_hub("farouk1/nanocode")
|
agent.push_to_hub("farouk1/nanocode")
|
||||||
# main()
|
#main()
|
||||||
|
|||||||
@@ -86,7 +86,7 @@
|
|||||||
"metadata": {
|
"metadata": {
|
||||||
"dependency_versions": {
|
"dependency_versions": {
|
||||||
"python": "3.13",
|
"python": "3.13",
|
||||||
"dspy": "3.1.0",
|
"dspy": "3.1.2",
|
||||||
"cloudpickle": "3.1"
|
"cloudpickle": "3.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,4 +4,4 @@ version = "0.1.0"
|
|||||||
description = "Add your description here"
|
description = "Add your description here"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.13"
|
requires-python = ">=3.13"
|
||||||
dependencies = ["modaic==0.10.2"]
|
dependencies = ["dspy>=3.1.2", "modaic>=0.10.3"]
|
||||||
|
|||||||
Reference in New Issue
Block a user