feat(lib): implement A-4 M0~M1 BaseAgentAdapter pattern and resolve_home contract
This commit is contained in:
+1
-1
@@ -76,7 +76,7 @@ jobs:
|
||||
- name: Run Python Syntax Check (Compile test)
|
||||
run: |
|
||||
echo "🔍 Verifying Python file compilation..."
|
||||
python -m py_compile .agents/skills/multi-agent-mux-delegate-job/scripts/*.py .agents/skills/lib_py/*.py
|
||||
python -c "import py_compile, glob; [py_compile.compile(f, doraise=True) for f in glob.glob('.agents/skills/lib_py/**/*.py', recursive=True) + glob.glob('.agents/skills/multi-agent-mux-delegate-job/scripts/*.py')]"
|
||||
echo "✅ All Python files compiled successfully."
|
||||
|
||||
test:
|
||||
|
||||
Reference in New Issue
Block a user