Connect to Discord, switch to NVIDIA NIM providers
- Enable Discord channel, respond to all messages from allowed users - Switch all agents to NVIDIA NIM (Kimi K2.5, DeepSeek V3.1) - Auto-approve all tools for non-interactive Docker deployment - Fix tool call arguments serialization (dict → JSON string) - Fix Dockerfile to copy source before uv sync Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -4,9 +4,8 @@ RUN pip install uv
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY pyproject.toml .
|
||||
RUN uv sync --no-dev
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN uv sync --no-dev
|
||||
|
||||
CMD ["uv", "run", "xtrm-agent", "serve"]
|
||||
|
||||
Reference in New Issue
Block a user