8 lines
256 B
TOML
8 lines
256 B
TOML
[project]
|
|
name = "prompt-to-signature"
|
|
version = "0.1.0"
|
|
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"]
|