Skip to content

Commit 3220d74

Browse files
brianstrauchclaude
andauthored
docs: fix broken links in 02-use-cases README (#1960)
* docs: fix broken links in 02-use-cases README The bullet list under 01-conversational-agents was left over from before the use-case restructure (3a8d535). Every path in it was relative to 02-use-cases/, but each sample has since moved into a category subfolder or been removed from the repo, leaving 14 dead links. The category tables below already list all surviving samples with correct paths, so the stale block is removed: * 10 entries duplicated rows that already exist in the category tables * DB-performance-analyzer, farm-management-advisor, local-prototype-to-agentcore, and the non-VPC customer-support-assistant were deleted in 3a8d535 and no longer exist * auth0-multi-agent-obo moved to 01-features/05-authenticate-and-authorize/ and is no longer a use case data-analyst-conversational-assistant was the only live link in the block and was missing from the tables, so it is preserved as a table row. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> * docs: restore use case descriptions --------- Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent 1568e63 commit 3220d74

1 file changed

Lines changed: 26 additions & 40 deletions

File tree

02-use-cases/README.md

Lines changed: 26 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -6,58 +6,44 @@ End-to-end samples organized by agent type. Each folder maps to one of the three
66

77
### [01-conversational-agents](./01-conversational-agents/)
88

9-
* **[AWS Operations Agent](./AWS-operations-agent/)**: Intelligent AWS operations assistant with Okta authentication and comprehensive monitoring capabilities
10-
* **[Customer Support Assistant](./customer-support-assistant/)**: Production-ready customer service agent with memory, knowledge base integration, and Google OAuth
11-
* **[DB Performance Analyzer](./DB-performance-analyzer/)**: Database performance monitoring and analysis agent with PostgreSQL integration
12-
* **[Device Management Agent](./device-management-agent/)**: IoT device management system with Cognito authentication and real-time monitoring
13-
* **[Enterprise Web Intelligence Agent](./enterprise-web-intelligence-agent/)**: Web research and analysis agent using browser tools for competitive intelligence
14-
* **[Farm Management Advisor](./farm-management-advisor/)**: Agricultural advisory system with plant detection, weather forecasting, and care recommendations
15-
* **[Auth0 Multi-Agent OBO](./auth0-multi-agent-obo/)**: RFC 8693 On-Behalf-Of token exchange with Auth0 PKCE — coordinator exchanges user JWT for attenuated per-agent tokens in a multi-agent financial services system
16-
* **[Finance Personal Assistant](./finance-personal-assistant/)**: Personal budget management with multi-agent workflows and guardrails
17-
* **[Healthcare Appointment Agent](./healthcare-appointment-agent/)**: FHIR-compliant healthcare appointment scheduling with patient data integration
18-
* **[Local Prototype to AgentCore](./local-prototype-to-agentcore/)**: Migration guide from local development to production AgentCore deployment
19-
* **[Market Trends Agent](./market-trends-agent/)**: Financial market analysis with browser tools and memory integration
20-
* **[SRE Agent](./SRE-agent/)**: Site reliability engineering assistant with multi-agent LangGraph workflows
21-
* **[Text to Python IDE](./text-to-python-ide/)**: Code generation and execution environment with AgentCore Code Interpreter
22-
* **[Data Analyst Conversational Assistant](./data-analyst-conversational-assistant/)**: Data analysis assistant with Amplify frontend and CDK deployment
23-
* **[Claude Code Gateway MCP Server](./claude-code-gateway-mcp-server/)**: Integrate Claude Code with MCP Server using AgentCore Gateway for dynamic tool loading and centralized access
249
Agents that interact with users in real time. Users authenticate through an identity provider, the agent maintains session and long-term memory per user, and responses stream back as the agent works. See the [category README](./01-conversational-agents/README.md) for the full list and a guide on which sample to start with.
2510

26-
| Sample | Vertical | Key Features |
27-
|--------|----------|--------------|
28-
| [A2A-multi-agent-incident-response](./01-conversational-agents/A2A-multi-agent-incident-response/) | IT / DevOps | Runtime, Gateway, Memory, A2A (3 frameworks) |
29-
| [AWS-operations-agent](./01-conversational-agents/AWS-operations-agent/) | Cloud Operations | Runtime, Gateway, Memory, Policy, Observability |
30-
| [customer-support-assistant-vpc](./01-conversational-agents/customer-support-assistant-vpc/) | Retail / E-commerce | Runtime, Gateway (VPC) |
31-
| [deep-research-agent](./01-conversational-agents/deep-research-agent/) | Research / Q&A | Gateway (Web Search), Runtime |
32-
| [device-management-agent](./01-conversational-agents/device-management-agent/) | IoT / Smart Home | Runtime, Gateway, Policy, Identity (Cognito) |
33-
| [finance-personal-assistant](./01-conversational-agents/finance-personal-assistant/) | Personal Finance | Gateway, Policy |
34-
| [healthcare-appointment-agent](./01-conversational-agents/healthcare-appointment-agent/) | Healthcare | Runtime, Gateway, Policy, Observability (FHIR R4) |
35-
| [lakehouse-agent](./01-conversational-agents/lakehouse-agent/) | Data and Analytics | Runtime, Gateway, Memory, Policy (row-level security) |
36-
| [market-trends-agent](./01-conversational-agents/market-trends-agent/) | Financial Services | Runtime, Memory, Browser, Evaluations, Optimization |
37-
| [SRE-agent](./01-conversational-agents/SRE-agent/) | Site Reliability | Runtime, Gateway, Memory, Observability |
38-
| [video-games-sales-assistant](./01-conversational-agents/video-games-sales-assistant/) | Retail / Gaming | Runtime, Gateway, Memory |
11+
| Sample | Description | Vertical | Key Features |
12+
|--------|-------------|----------|--------------|
13+
| [A2A-multi-agent-incident-response](./01-conversational-agents/A2A-multi-agent-incident-response/) | Multi-agent incident response implemented with three A2A frameworks | IT / DevOps | Runtime, Gateway, Memory, A2A (3 frameworks) |
14+
| [AWS-operations-agent](./01-conversational-agents/AWS-operations-agent/) | Intelligent AWS operations assistant with Okta authentication and comprehensive monitoring capabilities | Cloud Operations | Runtime, Gateway, Memory, Policy, Observability |
15+
| [customer-support-assistant-vpc](./01-conversational-agents/customer-support-assistant-vpc/) | Production-ready customer service agent with memory, knowledge base integration, and Google OAuth | Retail / E-commerce | Runtime, Gateway (VPC) |
16+
| [data-analyst-conversational-assistant](./data-analyst-conversational-assistant/) | Data analysis assistant with Amplify frontend and CDK deployment | Data and Analytics | Runtime, Gateway, Memory, Policy, Identity, Evaluations, Observability |
17+
| [deep-research-agent](./01-conversational-agents/deep-research-agent/) | Deep research assistant with web search and runtime deployment | Research / Q&A | Gateway (Web Search), Runtime |
18+
| [device-management-agent](./01-conversational-agents/device-management-agent/) | IoT device management system with Cognito authentication and real-time monitoring | IoT / Smart Home | Runtime, Gateway, Policy, Identity (Cognito) |
19+
| [finance-personal-assistant](./01-conversational-agents/finance-personal-assistant/) | Personal budget management with multi-agent workflows and guardrails | Personal Finance | Gateway, Policy |
20+
| [healthcare-appointment-agent](./01-conversational-agents/healthcare-appointment-agent/) | FHIR-compliant healthcare appointment scheduling with patient data integration | Healthcare | Runtime, Gateway, Policy, Observability (FHIR R4) |
21+
| [lakehouse-agent](./01-conversational-agents/lakehouse-agent/) | Secure data lakehouse assistant with memory and row-level access controls | Data and Analytics | Runtime, Gateway, Memory, Policy (row-level security) |
22+
| [market-trends-agent](./01-conversational-agents/market-trends-agent/) | Financial market analysis with browser tools and memory integration | Financial Services | Runtime, Memory, Browser, Evaluations, Optimization |
23+
| [SRE-agent](./01-conversational-agents/SRE-agent/) | Site reliability engineering assistant with multi-agent LangGraph workflows | Site Reliability | Runtime, Gateway, Memory, Observability |
24+
| [video-games-sales-assistant](./01-conversational-agents/video-games-sales-assistant/) | Conversational video game sales analysis assistant | Retail / Gaming | Runtime, Gateway, Memory |
3925

4026
### [02-workflow-automation-agents](./02-workflow-automation-agents/)
4127

4228
Agents that run without a user in the loop. They are triggered by events such as file uploads, webhook calls, or scheduled jobs. Identity is service-to-service rather than user-facing, and memory is minimal since state is carried in the event payload.
4329

44-
| Sample | Vertical | Key Features |
45-
|--------|----------|--------------|
46-
| [event-driven-claims-agent](./02-workflow-automation-agents/event-driven-claims-agent/) | Insurance | Runtime, Gateway, Memory, Policy, Evaluations, Observability |
47-
| [visa-b2b-account-payable-agent](./02-workflow-automation-agents/visa-b2b-account-payable-agent/) | B2B Payments | Runtime, Gateway, Policy, Payments |
48-
| [enterprise-web-intelligence-agent](./02-workflow-automation-agents/enterprise-web-intelligence-agent/) | Market Intelligence | Runtime, Browser |
49-
| [intelligent-event-agent](./02-workflow-automation-agents/intelligent-event-agent/) | General / Events | Runtime, Memory, Gateway *(in development)* |
50-
| [multi-isv-orchestration](./02-workflow-automation-agents/multi-isv-orchestration/) | Enterprise CRM + ERP | Gateway (multi-target), Identity (Cognito + CustomOauth2) |
51-
| [gpu-music-production-agent](./02-workflow-automation-agents/gpu-music-production-agent/) | Media & Entertainment | Runtime (EC2 capacity provider, GPU), Memory; local model inference, collocated agents on a shared volume |
30+
| Sample | Description | Vertical | Key Features |
31+
|--------|-------------|----------|--------------|
32+
| [event-driven-claims-agent](./02-workflow-automation-agents/event-driven-claims-agent/) | Event-driven insurance claims processing with policy enforcement and evaluation | Insurance | Runtime, Gateway, Memory, Policy, Evaluations, Observability |
33+
| [visa-b2b-account-payable-agent](./02-workflow-automation-agents/visa-b2b-account-payable-agent/) | Automated B2B accounts payable workflows with Visa payments | B2B Payments | Runtime, Gateway, Policy, Payments |
34+
| [enterprise-web-intelligence-agent](./02-workflow-automation-agents/enterprise-web-intelligence-agent/) | Web research and analysis agent using browser tools for competitive intelligence | Market Intelligence | Runtime, Browser |
35+
| [intelligent-event-agent](./02-workflow-automation-agents/intelligent-event-agent/) | Event automation agent with runtime, memory, and gateway integration | General / Events | Runtime, Memory, Gateway *(in development)* |
36+
| [multi-isv-orchestration](./02-workflow-automation-agents/multi-isv-orchestration/) | Multi-system workflow orchestration across enterprise CRM and ERP services | Enterprise CRM + ERP | Gateway (multi-target), Identity (Cognito + CustomOauth2) |
37+
| [gpu-music-production-agent](./02-workflow-automation-agents/gpu-music-production-agent/) | Collaborative music production with local GPU inference, mastering, and compliance screening | Media & Entertainment | Runtime (EC2 capacity provider, GPU), Memory; local model inference, collocated agents on a shared volume |
5238

5339
### [03-coding-assistants](./03-coding-assistants/)
5440

5541
Agents that help developers write, run, or fix code. Tasks tend to be longer-running and scoped to a project or repository. AgentCore Code Interpreter handles sandboxed execution, and Gateway can aggregate multiple developer tool APIs behind one MCP endpoint.
5642

57-
| Sample | Use Case | Key Features |
58-
|--------|----------|--------------|
59-
| [text-to-python-ide](./03-coding-assistants/text-to-python-ide/) | Text-to-Python IDE with sandboxed execution | Runtime, Code Interpreter, Memory, Policy |
60-
| [claude-code-gateway-mcp-server](./03-coding-assistants/claude-code-gateway-mcp-server/) | Single MCP endpoint for Claude Code | Gateway, Identity |
43+
| Sample | Description | Use Case | Key Features |
44+
|--------|-------------|----------|--------------|
45+
| [text-to-python-ide](./03-coding-assistants/text-to-python-ide/) | Code generation and execution environment with AgentCore Code Interpreter | Text-to-Python IDE with sandboxed execution | Runtime, Code Interpreter, Memory, Policy |
46+
| [claude-code-gateway-mcp-server](./03-coding-assistants/claude-code-gateway-mcp-server/) | Integrate Claude Code with MCP Server using AgentCore Gateway for dynamic tool loading and centralized access | Single MCP endpoint for Claude Code | Gateway, Identity |
6147

6248

6349
## Resources

0 commit comments

Comments
 (0)