feat: add managed agent command sessions

This commit is contained in:
jxxghp
2026-05-18 20:17:59 +08:00
parent f5eeeebeba
commit 9076acc52e
7 changed files with 1028 additions and 85 deletions
+1 -1
View File
@@ -823,7 +823,7 @@ class SkillsChain(ChainBase):
)
if search_row:
buttons.append(search_row)
for index, _skill in enumerate(page_items, start=1):
for index, _skill in enumerate(items, start=1):
buttons.append(
[
{