Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/TaskingAI/TaskingAI
/ PluginOutput
Class
PluginOutput
plugin/app/models/plugin_handler.py:10–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
9
10
class
PluginOutput(BaseModel):
11
status: int = Field(200)
12
data: Dict = Field({})
13
14
15
class
PluginInput(BaseModel):
Callers
15
execute
Method · 0.85
execute
Method · 0.85
execute
Method · 0.85
execute
Method · 0.85
execute
Method · 0.85
execute
Method · 0.85
execute
Method · 0.85
execute
Method · 0.85
execute
Method · 0.85
execute
Method · 0.85
execute
Method · 0.85
execute
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected