Apply hotfixes from branch bram/sneaky-hotfix

bram/mute
Bram van den Heuvel 2026-07-01 22:09:01 +02:00
parent 1d78cdfd4d
commit d7ac20a6dd
2 changed files with 1 additions and 2 deletions

View File

@ -10,11 +10,9 @@
from .agent import Agent
from .chaos import AgentOfChaos
from .mute import MuteAgent
from .remote import RemoteAgent
__all__ = [
"Agent",
"AgentOfChaos",
"MuteAgent",
"RemoteAgent",
]

View File

@ -19,6 +19,7 @@ RUN pip install --no-cache-dir --no-index --find-links=/wheels \
-r requirements-pyserver.txt && rm -rf /wheels
# Install PyServer code
COPY agents/ agents/
COPY pyserver/ pyserver/
COPY server.py .