↓ 15 callersFunctionnotify_project_collaborators(
project: Project,
type: str,
title: str,
message: str,
data: dict[str, int],
skip_us
resources/agents/appworld/libs/src/appworld/apps/todoist/apis.py:367
↓ 14 callersFunctionfind_one_from_pages(
api_function: Callable[..., list[dict[str, Any]]],
max_pages: int = 10,
find_by: dict[str, Any]
resources/agents/appworld/libs/src/appworld/common/finders.py:1143
↓ 13 callersMethodnotify_on_email Sends email to a user using email address of the given app, e.g., amazon, venmo, flights, etc. This is used for app-specific notifica
resources/agents/appworld/libs/src/appworld/apps/lib/apis/callers.py:316
↓ 8 callersFunctionchoose_from_time_range(
start_time: TTime = Time(0, 0, 0), end_time: TTime = Time(23, 59, 59)
)
resources/agents/appworld/libs/src/appworld/common/random.py:124
↓ 7 callersMethodgenerate(
self,
messages: list[dict[str, Any]],
tools: list[dict[str, Any]] | None = None,
resources/agents/appworld/libs/appworld_agents/code/simplified/language_model.py:653