Skip to content

One Observability Workshop v3.0.0


One Observability Workshop / microservices/petfood-agent / PetFoodAgentConstruct

Class: PetFoodAgentConstruct

Defined in: microservices/petfood-agent.ts:54

Pet Food AI Agent construct (Python/Strands on Bedrock AgentCore).

Creates a Bedrock AgentCore Runtime with IAM roles for model invocation, SSM parameter access, and CloudWatch logging. The agent uses the Strands Agents SDK for tool-use orchestration and is invoked from the petsite-net frontend's "Waggle" chat interface.

Extends

  • Construct

Constructors

Constructor

new PetFoodAgentConstruct(scope, id, properties): PetFoodAgentConstruct

Defined in: microservices/petfood-agent.ts:57

Parameters

scope

Construct

id

string

properties

PetFoodAgentProperties

Returns

PetFoodAgentConstruct

Overrides

Construct.constructor

Properties

agentRuntime

readonly agentRuntime: CfnRuntime

Defined in: microservices/petfood-agent.ts:55