Skip to content

tribal activity

Shows a reverse-chronological feed of all memory interactions, so you can see what agents and humans have been doing.

Terminal window
tribal activity [OPTIONS]
OptionDescriptionDefault
--limit, -nNumber of recent events to show20
--action, -aFilter by action (remember, recall, forget)
--json, -jOutput as JSON
--clearClear the activity log
Terminal window
# Last 20 events (default)
tribal activity
# Last 50 events
tribal activity -n 50
# Only remember events
tribal activity -a remember
# Machine-readable output
tribal activity --json
# Delete the activity log
tribal activity --clear

The activity log is stored locally — it tracks interactions from the current machine only, not across team members. It’s useful for auditing what your agents have been doing during a session.