mirror of
https://github.com/rennf93/roboco.git
synced 2026-08-03 07:23:24 +02:00
Huge refactoring but stuff is working again; minus some issues here and there.
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user