(no commit message)

This commit is contained in:
2025-10-29 20:30:42 -04:00
parent 4d757a6394
commit 5991e967d1

View File

@@ -1,4 +1,10 @@
# Prompt To Signature
Transform your ideas and prompts into DSPy signatures using the Prompt To Signature Agent!
## Features
- **Natural Language to DSPy Signature**: Convert ideas like "Translate English to German" or "Count people on the image" into a full `dspy.Signature`.
- **Dynamic Class Factory**: Generate and use `dspy.Signature` classes at runtime.
- **Interactive Refinement**: Iteratively improve generated signatures by providing feedback in a loop.