Hello, [:stranger_name]!
This page is about MetaPrompt, a template engine for LLM prompts that supports writing prompts with prompts.
Project status
Early work-in-progress. Not all of the described features have been implemented.
Use cases
- Templating - variable substitution
- Prompt rewriting - crafting prompts suitable for a given task based on a set of high-level rules, moderating input contents, or selecting the most suitable model for a task automatically
- Prompt structuring - using modules and packages to organize parameterized prompts
- Knowledge base maintenance - store your handcrafted prompts and include them conditionally
- AI agents - interact with the outside world
Links