Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/AstrBotDevs/AstrBot
/ _raise_subagent_error
Function
_raise_subagent_error
astrbot/dashboard/api/subagents.py:34–35 ·
view source on GitHub ↗
(exc: SubAgentServiceError)
Source
from the content-addressed store, hash-verified
32
33
34
def
_raise_subagent_error(exc: SubAgentServiceError) -> None:
35
raise
ApiError(str(exc))
from
exc
36
37
38
async
def
_get_config(service: SubAgentService):
Callers
3
_get_config
Function · 0.85
_update_config
Function · 0.85
_get_available_tools
Function · 0.85
Calls
1
ApiError
Class · 0.90
Tested by
no test coverage detected