
Prompt Chaining
A workflow where the output of one LLM call becomes the input for the next. This sequential design allows for structured reasoning and step-by-step task completion.
Explore common agent recipes with ready to copy code to improve your LLM applications. These agent recipes are inspired by Anthropic's article.