refactor(agent_builder, custom_tools): simplify tool configuration handling and ensure parameter defaults

This commit is contained in:
Davidson Gomes
2025-05-09 20:42:30 -03:00
parent 9deeb02df8
commit b32a044cac
4 changed files with 45 additions and 23 deletions

View File

@@ -21,6 +21,8 @@ RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - \
RUN curl -fsSL https://get.docker.com | bash
RUN curl -LsSf https://astral.sh/uv/install.sh | sh
COPY . .
RUN pip install --no-cache-dir -e .