Huge refactoring but stuff is working again; minus some issues here and there.

This commit is contained in:
Renn F
2025-12-26 18:01:53 +01:00
parent c813dcfae4
commit 8c3bf9e22c
89 changed files with 3975 additions and 851 deletions
+2
View File
@@ -37,6 +37,8 @@ WORKDIR /app
# Copy project files
COPY roboco /app/roboco
# agents/prompts/ contains layered prompt components (base, roles, teams, identities)
# These are composed at runtime by compose_prompt() when spawning agents
COPY agents /app/agents
COPY docker /app/docker
COPY pyproject.toml uv.lock alembic.ini README.md /app/