You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
***[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
24
9
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.
|[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 |
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.
|[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 |
|[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)*|
|[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 |
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.
56
42
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 |
|[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 |
0 commit comments