Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agent0ai/agent-zero
/ get_active_projects_list
Method
get_active_projects_list
api/projects.py:48–49 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
46
}
47
48
def
get_active_projects_list(self):
49
return
projects.get_active_projects_list()
50
51
def
get_active_projects_options(self):
52
items = projects.get_active_projects_list() or []
Callers
6
process
Method · 0.95
_handle_project
Function · 0.80
get_active_projects_options
Method · 0.80
list_selectable_workspaces
Function · 0.80
_project_view
Function · 0.80
_select_project
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected