Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TaskingAI/TaskingAI
/ PluginInput
Class
PluginInput
plugin/app/models/plugin_handler.py:15–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
14
15
class
PluginInput(BaseModel):
16
input_params: Dict = Field(...)
17
project_id: Optional[str] = Field(None)
18
19
20
class
PluginHandler(ABC):
Callers
1
api_execute
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected