Skip to content

Commit d8f7463

Browse files
fix: resolve CI lint and test failures in agent-os and agent-mesh
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent b47e6f3 commit d8f7463

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

packages/agent-os/src/agent_os/policies/backends.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
import shutil
3131
import subprocess
3232
import tempfile
33-
from dataclasses import dataclass, field
33+
from dataclasses import dataclass
3434
from datetime import datetime, timezone
3535
from pathlib import Path
3636
from typing import Any, Literal, Optional, Protocol, runtime_checkable

packages/agent-os/src/agent_os/policies/policy_schema.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@
3636
"$ref": "#/definitions/A2AConversationPolicy",
3737
"description": "Policy for A2A conversation monitoring and feedback loop prevention."
3838
}
39-
},
40-
"additionalProperties": false
41-
}
4239
},
4340
"additionalProperties": false,
4441
"definitions": {

0 commit comments

Comments
 (0)