(no commit message)

This commit is contained in:
2025-11-04 11:00:14 -05:00
parent 9fbbbf4135
commit 8adeb14943
7 changed files with 452 additions and 51 deletions

View File

@@ -1,7 +1,7 @@
[project]
name = "prompt-to-signature"
version = "0.1.0"
description = "Add your description here"
description = "A DSPy agent to convert prompts into DSPY signatures."
readme = "README.md"
requires-python = ">=3.11"
dependencies = ["dspy>=3.0.3", "modaic>=0.4.0", "rich>=14.2.0", "typer>=0.20.0"]