apiVersion: v3
kind: service
metadata:
  name: ows-coda
  description: Standalone AI chatbot service for Abacus royalties platform
  owner: coda
  tags:
    - public:false
    - language:typescript
    - framework:express
    - runtime:node
spec:
  type: web
  lifecycle: pre-production
  languages:
    - typescript
  links:
    - name: Source Code
      type: repo
      url: https://github.com/theorchard/ows-coda
    - name: Documentation
      type: doc
      url: https://github.com/theorchard/ows-coda/tree/master/docs
    - name: Runbook
      type: runbook
      url: https://github.com/theorchard/ows-coda/tree/master/docs
  dependsOn:
    - "service:aws-bedrock"
    - "service:redis"
