[prompty.executors]
anthropic=prompty.providers.anthropic.executor:AnthropicExecutor
azure=prompty.providers.foundry.executor:FoundryExecutor
foundry=prompty.providers.foundry.executor:FoundryExecutor
openai=prompty.providers.openai.executor:OpenAIExecutor

[prompty.parsers]
prompty=prompty.parsers.prompty:PromptyChatParser

[prompty.processors]
anthropic=prompty.providers.anthropic.processor:AnthropicProcessor
azure=prompty.providers.foundry.processor:FoundryProcessor
foundry=prompty.providers.foundry.processor:FoundryProcessor
openai=prompty.providers.openai.processor:OpenAIProcessor

[prompty.renderers]
jinja2=prompty.renderers.jinja2:Jinja2Renderer
mustache=prompty.renderers.mustache:MustacheRenderer

