Skip to main content

Documentation Index

Fetch the complete documentation index at: https://notte-experiment-visibility-md-links.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Example:
import datetime as dt

session.execute(type="email_read", limit=5, only_unread=True)
session.execute(type="email_read", timedelta=dt.timedelta(minutes=5))

Fields

type
Literal['email_read']
default:"email_read"
category
str
default:"Special Browser Actions"
description
str
default:"Read recent emails from the mailbox."
limit
int
default:"10"
Max number of emails to return
timedelta
UnionType[timedelta, None]
default:"0:05:00"
Return only emails that are not older than timedelta
only_unread
bool
default:"True"
Return only previously unread emails

Module

notte_core.actions.actions