Transforms a standard Language Model into a dynamic, multi-agent system by simulating Conductor and Expert roles.
Meta Prompt is an implementation of the Meta-Prompting technique, designed to enable a single Language Model (LM) to act as a sophisticated multi-agent system. It allows the LM to adopt two distinct roles: a 'Conductor' that breaks down complex problems into subtasks, and various 'Experts' (e.g., Python Programmer, Code Reviewer) that execute these subtasks. This sophisticated system prompt-guided workflow simulates a collaborative team of AI specialists within one LM, enhancing its ability to reason, act, and self-critique for more robust and accurate solutions. It aims to provide a powerful, automated AI team experience with simpler setup.