Package-level declarations
Types
CO-STAR prompt framework See https://towardsdatascience.com/how-i-won-singapores-gpt-4-prompt-engineering-competition-34c195a93d41/
Simple instruction as persona.
Interface for Persona, when we can't use data class directly (e.g. in some persistence scenarios).
CrewAI style backstory prompt. Included for users migrating from CrewAI. In Embabel, such structures aren't core to the framework, but merely a PromptContributor that can be used in any action implementation.
Interface for CrewAI style backstory prompt when a concrete class isn't appropriate (eg for some persistence scenarios). Included for users migrating from CrewAI. In Embabel, such structures aren't core to the framework, but merely a PromptContributor that can be used in any action implementation.