v0.4.06
Add ability to use custom prompt templates, and support for the new Anthropic Claude 4 models.
- Changed prompt template format to yaml
- Adds a new class
PromptManager
to handle prompt templates assignment - Adds a new parameter
custom_prompt_file
to allow users to submit path to their custom prompt templates yaml file, that will overwrite the default prompt templates - All prompt related handling now consolidated within messages package
- Added support for the new Anthropic Claude 4 (Sonnet, Opus) models