triggers and execution queue; subagents

This commit is contained in:
2026-03-04 21:27:41 -04:00
parent a50955558e
commit 8ff277c8c6
28 changed files with 3683 additions and 14 deletions

View File

@@ -18,7 +18,7 @@ RUN apt-get update \
&& make install \
&& cd .. \
&& rm -rf ta-lib ta-lib-0.4.0-src.tar.gz \
&& apt-get purge -y --auto-remove gcc g++ make wget ca-certificates \
&& apt-get purge -y --auto-remove gcc g++ make wget \
&& rm -rf /var/lib/apt/lists/*
# Install Python build dependencies early for better layer caching

View File

@@ -35,6 +35,11 @@ spec:
env:
- name: CONFIG
value: "dev"
- name: ANTHROPIC_API_KEY
valueFrom:
secretKeyRef:
name: ai-secrets
key: anthropic-api-key
volumeMounts:
- name: ai-backend-data
mountPath: /app/data