diff --git a/README.md b/README.md index abbe572..490b28e 100644 --- a/README.md +++ b/README.md @@ -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.