diff --git a/.github/workflows/letta-web-safety.yml b/.github/workflows/letta-web-safety.yml new file mode 100644 index 0000000000..41df27eaa4 --- /dev/null +++ b/.github/workflows/letta-web-safety.yml @@ -0,0 +1,12 @@ +name: "Letta Web Compatibility Checker" + +on: + push: + branches: [ main ] + pull_request: + branches: [ main ] + +jobs: + check-letta-web-compatibility: + uses: letta-ai/letta-compatibility-workflows/.github/workflows/letta-web-compatibility-tester.yml@main + secrets: inherit