MCPcopy Index your code
hub / github.com/google/adk-python / AppInfo

Class AppInfo

src/google/adk/cli/api_server.py:434–440  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

432
433
434class AppInfo(common.BaseModel):
435 name: str
436 root_agent_name: str
437 description: str
438 language: Literal["yaml", "python"]
439 is_computer_use: bool = False
440 agents: Optional[dict[str, AgentInfo]] = None
441
442
443class ListAppsResponse(common.BaseModel):

Callers 2

list_appsMethod · 0.85
get_adk_app_infoMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected