Quick Start¶
1. Install¶
git clone https://github.com/cdot65/agentcore-recipe-agent.git
cd agentcore-recipe-agent
npm install
2. Configure¶
Edit .env — at minimum set AWS_REGION (defaults to us-west-2). AIRS variables are optional.
3. Run¶
4. Test¶
Health check:
Extract a recipe:
curl -X POST http://localhost:8080/invocations \
-H 'Content-Type: application/json' \
-H 'x-amzn-bedrock-agentcore-runtime-session-id: test-session-1' \
-d '{"url": "https://pinchofyum.com/chicken-wontons-in-spicy-chili-sauce"}'
The agent fetches the page, passes it to Claude Haiku 4.5, and returns a structured Recipe JSON object.
Alternative request format
You can also send a natural language prompt containing a URL: