(no commit message)

This commit is contained in:
2025-10-29 17:15:27 -04:00
parent 65a89c9b01
commit 00c4f8b6bb
8 changed files with 50 additions and 19 deletions

7
pyproject.toml Normal file
View File

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