Skip to content

Commit a7ddf44

Browse files
feat: add Cloud Function entry point for observatory-agents
Add unified Cloud Function entry point exposing 7 agents at /v1/observatory/* routes with execution_metadata, layers_executed, CORS, and GET /health contract. Update package.json with main entry point and deploy script. Update .gcloudignore for CF deploy. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e700063 commit a7ddf44

3 files changed

Lines changed: 501 additions & 5 deletions

File tree

.gcloudignore

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1-
# Cloud Build ignore file
2-
# Overrides .gitignore for gcloud builds submit
1+
# Cloud Functions ignore file
2+
# Overrides .gitignore for gcloud functions deploy
33

4-
.git
5-
.gitignore
64
node_modules/
5+
.git/
6+
dist/
7+
target/
8+
*.test.ts
9+
10+
.gitignore
711
*.log
812
.env
913
.env.*

0 commit comments

Comments
 (0)