Protein research copilot using Amazon Bedrock AgentCore
Protein researchers face a time-consuming challenge: manually searching through thousands of peptide sequences to find structurally similar candidates is slow, error-prone, and requires deep domain expertise to interpret results. A conversational protein research copilot combines natural-language query parsing, protein embedding generation, vector similarity search, and AI-generated scientific summaries in a single interface.
- Organization
- Henry Schein One
- Industry
- Healthcare
- Location
- United States
- Published
- June 2026
Reported outcomes
−33%
gpu fleet reductionOther quantified impact
Strategic outcomes
Primary read
Use case focus
Showing 2 of 2
- 1Therapeutics research
- 2Semantic search
- Manual peptide search is slow, error-prone, and requires deep domain expertise.
- Researchers need to find structurally similar candidates across large biological datasets more efficiently.
- Built a conversational protein research assistant using the Strands Agents SDK to orchestrate three specialized tools in one runtime.
- Used a parser tool to extract structured search parameters from natural-language queries.
- Generated protein embeddings with an Amazon SageMaker AI serverless endpoint running ESM-C 300M.
- Stored peptide embeddings in Amazon Aurora PostgreSQL-Compatible Edition with pgvector for cosine similarity search and metadata filtering.
- Deployed the orchestrator to Amazon Bedrock AgentCore and the frontend to AWS Fargate, with AWS CodeBuild and infrastructure as code supporting deployment.
- Reduced a multi-step researcher workflow to a single natural-language query interface.
- Returned ranked results and scientific summaries in under a minute, with longer latency on cold start.
- Demonstrated a cost-efficient serverless deployment pattern for intermittent research workloads.
Architecture
A Streamlit frontend runs on AWS Fargate and sends queries to a Strands agent in Amazon Bedrock AgentCore. The agent orchestrates a parser tool, a search tool, and a summarizer tool. The search tool calls an Amazon SageMaker AI serverless endpoint hosting ESM-C 300M to generate embeddings, then searches embeddings stored in Amazon Aurora PostgreSQL-Compatible Edition with pgvector via the Amazon RDS Data API. AWS CodeBuild is used for container build and deployment, and AWS CloudFormation provisions the infrastructure.
Sources & evidence1
AI-generated summary. Verify important details with the linked sources before relying on this case.
Explore related AI use cases
Was this useful?