Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TaskingAI/TaskingAI
/ api_version
Function
api_version
plugin/app/routes/manage.py:32–37 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
30
include_in_schema=False,
31
)
32
async
def
api_version():
33
return
BaseSuccessDataResponse(
34
data={
35
"version"
: CONFIG.VERSION,
36
}
37
)
38
39
40
@router.get(
Callers
nothing calls this directly
Calls
1
BaseSuccessDataResponse
Class · 0.90
Tested by
no test coverage detected