Skip to content

Commit c781aaa

Browse files
committed
pre-commit bump
1 parent d3fe461 commit c781aaa

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
@@ -24,7 +24,7 @@ repos:
2424
- id: end-of-file-fixer
2525
- id: no-commit-to-branch
2626
- repo: https://github.com/psf/black
27-
rev: 26.1.0
27+
rev: 26.3.0
2828
hooks:
2929
- id: black
3030
exclude: ^(tests/|test/|scripts/|script/)

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
@@ -32,7 +32,7 @@ services:
3232
- "PROVIDER=openai"
3333
- "LLM_BASE_URL=${LLM_BASE_URL:-http://host.docker.internal:1234/v1}"
3434
- "LLM_API_KEY=${LLM_API_KEY:-llama}"
35-
- "MODEL_ID=${MODEL_ID:-qwen/qwen3-coder-next}"
35+
- "MODEL_ID=${MODEL_ID:-qwen/qwen3.5-35b-a3b}"
3636
- "DEBUG=False"
3737
- "ENABLE_WEB_UI=True"
3838
- "ENABLE_OTEL=True"

mcp.compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ services:
6363
- "PROVIDER=openai"
6464
- "LLM_BASE_URL=${LLM_BASE_URL:-http://host.docker.internal:1234/v1}"
6565
- "LLM_API_KEY=${LLM_API_KEY:-llama}"
66-
- "MODEL_ID=${MODEL_ID:-qwen/qwen3-coder-next}"
66+
- "MODEL_ID=${MODEL_ID:-qwen/qwen3.5-35b-a3b}"
6767
- "DEBUG=False"
6868
- "ENABLE_WEB_UI=True"
6969
- "ENABLE_OTEL=True"

0 commit comments

Comments
 (0)