metaprompting.action

Classes

Action()

An executable node that takes zero or more input_states, executes an action, and returns its output to the output_state.

HistoryAction()

An executable node that takes zero or more input_states, executes an action, and returns its output to the output_state.

LlmAction(llm, prompt_parts)

An executable node that takes zero or more input_states, executes an action, and returns its output to the output_state.