Skip to main content

Lookback Tools

Automatic detection

You can simply mention @Hana and describe your request. If the intent is clear, she will automatically run the relevant lookback workflow for you.

What it does

Lookback is for time-bounded chat-history retrieval.

When To Use Lookback vs Other Flows

  • Use Lookback for recent chat history analysis.
  • Use Memory for long-lived knowledge retrieval.
  • Use Report Groups for structured update streams.

Supported operations/arguments

OperationInvocation KeywordsDescriptionSupported arguments
Summarize across spaceslookback all spaces, summarize all spacesSummary of messages across spaces in a time window (up to 7 days).start_timestamp, end_timestamp
Lookback in current conversationlookback, reviewAnalyze current conversation history in a time window.start_timestamp, end_timestamp
List chat spaceslist spaces, which spacesList spaces where Hana is available.none
Fetch space messagesmessages from space, fetch space messagesRetrieve messages for one space in a time window.space_id, start_timestamp, end_timestamp
Evidence searchfind evidence, who said, when did we mentionCitation-focused retrieval from eligible workspace sources.query, people[], sources[], start_timestamp, end_timestamp, space_id, max_results
List org memberslist members, find teammateList members with optional filter.search_query, max_results
List available capabilitiesavailable tools, what can you doShow currently available Hana capability groups.none
List recent invocationsrecent invocationsShow recent user invocations when enabled.max_results
Fetch memory contextrecall from memoryPull additional memory context when chat context is insufficient.search_query, additional_queries[], force_refresh
Fetch online contextsearch web, latest online infoPull fresh online context for up-to-date public information.search_query, additional_queries[], force_refresh

Invocation examples

lookbacksummarizegroup by ownersince Monday
@Hana lookback summarize key decisions in this space since Monday.
@Hana lookback list blockers from today 9am-5pm grouped by owner.
@Hana lookback extract action items from this thread in the last 48 hours.
@Hana list spaces where you are available and share the engineering space_id.
@Hana show my recent invocations from this week.
@Hana find evidence for "security review approved" in this space during the last 30 days.

Quick Clarity Rules

  • Be explicit about time windows.
  • Ask one retrieval objective per prompt.
  • Specify output format (table, group by owner, only unresolved).

Troubleshooting

  • Busy spaces: narrow time window/thread.
  • Weak output: include scope + time + format in one line.

See also

When to use

Use when you need evidence, decisions, blockers, or action items from chat history and invocation history.

Permissions/limits

  • Search scope depends on accessible spaces/threads.
  • Use explicit time windows to avoid ambiguous retrieval.

High-signal invocation

@Hana lookback summarize decisions and action items in this space from Monday 9 AM to Friday 6 PM, grouped by owner.

Edge-case invocation

@Hana find evidence for "security sign-off approved" in this thread during the last 30 days and cite matching messages.