Skip to content

Commit d6ef3de

Browse files
committed
pre-commit bump
1 parent 2882de4 commit d6ef3de

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repos:
2525
- id: end-of-file-fixer
2626
- id: no-commit-to-branch
2727
- repo: https://github.com/psf/black
28-
rev: 26.1.0
28+
rev: 26.3.0
2929
hooks:
3030
- id: black
3131
- repo: https://github.com/astral-sh/ruff-pre-commit

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
- Language/Version: Python 3.10+
55
- Core Libraries: `agent-utilities`, `fastmcp`, `pydantic-ai`
66
- Key principles: Functional patterns, Pydantic for data validation, asynchronous tool execution.
7-
- Architecture:
7+
- Architecture:
88
- `mcp.py`: Main MCP server entry point and tool registration.
99
- `agent.py`: Pydantic AI agent definition and logic.
1010
- `skills/`: Directory containing modular agent skills (if applicable).

compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ services:
2626
- "TRANSPORT=stdio"
2727
- "LLM_BASE_URL=${LLM_BASE_URL:-http://host.docker.internal:1234/v1}"
2828
- "LLM_API_KEY=${LLM_API_KEY:-llama}"
29-
- "MODEL_ID=${MODEL_ID:-qwen/qwen3-coder-next}"
29+
- "MODEL_ID=${MODEL_ID:-qwen/qwen3.5-35b-a3b}"
3030
- "DEBUG=False"
3131
- "ENABLE_WEB_UI=True"
3232
- "ENABLE_OTEL=True"

mcp.compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ services:
4343
- "PROVIDER=openai"
4444
- "LLM_BASE_URL=${LLM_BASE_URL:-http://host.docker.internal:1234/v1}"
4545
- "LLM_API_KEY=${LLM_API_KEY:-llama}"
46-
- "MODEL_ID=${MODEL_ID:-qwen/qwen3-coder-next}"
46+
- "MODEL_ID=${MODEL_ID:-qwen/qwen3.5-35b-a3b}"
4747
- "DEBUG=False"
4848
- "ENABLE_WEB_UI=True"
4949
- "ENABLE_OTEL=True"

0 commit comments

Comments
 (0)