Files
prompt-to-signature/README.md
2025-10-29 20:30:42 -04:00

11 lines
474 B
Markdown

# 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.