I'm trying to setup and deploy the agents for the dev op example and getting an error in the first 00_setup__instructions to deploy the Grafana and Synthetic Telemetry Application Stack.
Steps to reproduce:
- Go to examples/multi_agent_collaboration/devops_agent/00_Setup_Instructions
npm install
cd cdk-app
cdk synth
- Errors
"Cannot find module '../lib/grafana-stack' or its corresponding type declarations" and "Cannot find module '../lib/synthetic-telemetry-application-stack' or its corresponding type declarations"
Expected behavior
Grafana and Sythetic Telemtry stacks are deployed
! Additional context !
It seems that the /lib folder with the two stacks are missing from the repo and not included. Is it possible to include those files with the instructions? Or provide some guidance on what should be in those files?