mirror of
https://github.com/domfelipe/hermes-agent-custom.git
synced 2026-08-07 05:16:41 +00:00
fix: skills_api aiohttp
This commit is contained in:
parent
1f2fc5f5a9
commit
a68af047c2
4 changed files with 350 additions and 39 deletions
|
|
@ -12,7 +12,7 @@ RUN printf 'Você é Mika, uma assistente pessoal de IA criada pela DomCo.' > /o
|
|||
COPY patches/skills_api.py /opt/hermes-custom/skills_api.py
|
||||
COPY patches/apply_patch.py /opt/hermes-custom/apply_patch.py
|
||||
|
||||
# Disponibiliza skills_api no PYTHONPATH e injeta o include_router no api_server.py
|
||||
# Disponibiliza skills_api no PYTHONPATH e injeta add_routes dentro de start()
|
||||
ENV PYTHONPATH="/opt/hermes-custom:${PYTHONPATH}"
|
||||
RUN python3 /opt/hermes-custom/apply_patch.py /opt/hermes/gateway/platforms/api_server.py
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue