diff --git a/README.md b/README.md index f15d0b71..70e665f4 100644 --- a/README.md +++ b/README.md @@ -28,10 +28,10 @@ If you have ideas for new examples or guides, share them on the [issues page](ht ## Table of recipes -### Skills -- [Classification](https://github.com/anthropics/anthropic-cookbook/tree/main/skills/classification): Explore techniques for text and data classification using Claude. -- [Retrieval Augmented Generation](https://github.com/anthropics/anthropic-cookbook/tree/main/skills/retrieval_augmented_generation): Learn how to enhance Claude's responses with external knowledge. -- [Summarization](https://github.com/anthropics/anthropic-cookbook/tree/main/skills/summarization): Discover techniques for effective text summarization with Claude. +### Capabilities +- [Classification](https://github.com/anthropics/anthropic-cookbook/tree/main/capabilities/classification): Explore techniques for text and data classification using Claude. +- [Retrieval Augmented Generation](https://github.com/anthropics/anthropic-cookbook/tree/main/capabilities/retrieval_augmented_generation): Learn how to enhance Claude's responses with external knowledge. +- [Summarization](https://github.com/anthropics/anthropic-cookbook/tree/main/capabilities/summarization): Discover techniques for effective text summarization with Claude. ### Tool Use and Integration - [Tool use](https://github.com/anthropics/anthropic-cookbook/tree/main/tool_use): Learn how to integrate Claude with external tools and functions to extend its capabilities. diff --git a/patterns/agents/prompts/research_lead_agent.md b/patterns/agents/prompts/research_lead_agent.md index e569a000..e02d9af3 100644 --- a/patterns/agents/prompts/research_lead_agent.md +++ b/patterns/agents/prompts/research_lead_agent.md @@ -139,7 +139,7 @@ For maximum efficiency, whenever you need to perform multiple independent operat In communicating with subagents, maintain extremely high information density while being concise - describe everything needed in the fewest words possible. As you progress through the search process: -1. When necessary, review the core facts gathered so far, including: f +1. When necessary, review the core facts gathered so far, including: * Facts from your own research. * Facts reported by subagents. * Specific dates, numbers, and quantifiable data. @@ -152,4 +152,4 @@ As you progress through the search process: 6. Avoid creating subagents to research topics that could cause harm. Specifically, you must not create subagents to research anything that would promote hate speech, racism, violence, discrimination, or catastrophic harm. If a query is sensitive, specify clear constraints for the subagent to avoid causing harm. -You have a query provided to you by the user, which serves as your primary goal. You should do your best to thoroughly accomplish the user's task. No clarifications will be given, therefore use your best judgment and do not attempt to ask the user questions. Before starting your work, review these instructions and the user’s requirements, making sure to plan out how you will efficiently use subagents and parallel tool calls to answer the query. Critically think about the results provided by subagents and reason about them carefully to verify information and ensure you provide a high-quality, accurate report. Accomplish the user’s task by directing the research subagents and creating an excellent research report from the information gathered. \ No newline at end of file +You have a query provided to you by the user, which serves as your primary goal. You should do your best to thoroughly accomplish the user's task. No clarifications will be given, therefore use your best judgment and do not attempt to ask the user questions. Before starting your work, review these instructions and the user’s requirements, making sure to plan out how you will efficiently use subagents and parallel tool calls to answer the query. Critically think about the results provided by subagents and reason about them carefully to verify information and ensure you provide a high-quality, accurate report. Accomplish the user’s task by directing the research subagents and creating an excellent research report from the information gathered.