feat: agent management

This commit is contained in:
Yeuoly
2024-12-10 00:22:41 +08:00
parent 296fd82bbf
commit a175d6b2d7
5 changed files with 71 additions and 8 deletions

View File

@ -91,5 +91,6 @@ from .workspace import (
models,
plugin,
tool_providers,
agent_providers,
workspace,
)