MCPcopy Index your code
hub / github.com/TaskingAI/TaskingAI / list_bundles

Function list_bundles

plugin/app/cache/bundle.py:109–115  ·  view source on GitHub ↗

List bundles. :return: a list of model schemas.

()

Source from the content-addressed store, hash-verified

107
108
109def list_bundles() -> List[Bundle]:
110 """
111 List bundles.
112 :return: a list of model schemas.
113 """
114 # todo: add filter
115 return __bundles
116
117
118def get_bundle(bundle_id: str) -> Optional[Bundle]:

Callers 1

api_list_providersFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected