update api for subagent protocol and delete hermes agent

This commit is contained in:
fedorkobylkevitch 2026-04-25 01:39:02 +03:00
parent ff1799cd98
commit 952b2e7d17
1150 changed files with 704 additions and 458893 deletions

View file

@ -21,7 +21,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
WORKDIR /src
RUN mkdir -p /src/browser_data
RUN python3 -m pip install --no-cache-dir --break-system-packages \
RUN rm -f /usr/lib/python3.*/EXTERNALLY-MANAGED \
&& python3 -m pip install --no-cache-dir --break-system-packages uv \
&& uv pip install --system --no-cache-dir \
"browser-use>=0.12.5" \
"langchain-openai>=0.3.0"