feat(agents): Phase 7-10 API endpoints for hooks, plugins, skills, sessions

This commit is contained in:
2026-04-04 23:13:47 +08:00
parent a3fe4d24fc
commit 88955ed550
10 changed files with 973 additions and 31 deletions

View File

@@ -1,5 +1,7 @@
"""插件 Skills 加载器 - Phase 9.2"""
from typing import Any
from app.agents.skills.metadata import SkillMetadata
from app.agents.plugins.manager import get_plugin_manager