Skip to content

feat(seer): Add Explorer methods to SeerEntrypoint protocol#109231

Draft
alexsohn1126 wants to merge 2 commits intoleanderrodrigues/iswf-2017-add-slack-api-methods-for-thread-history-and-reactionsfrom
alexsohn/iswf-2020-add-explorer-methods-to-seerentrypoint-protocol
Draft

feat(seer): Add Explorer methods to SeerEntrypoint protocol#109231
alexsohn1126 wants to merge 2 commits intoleanderrodrigues/iswf-2017-add-slack-api-methods-for-thread-history-and-reactionsfrom
alexsohn/iswf-2020-add-explorer-methods-to-seerentrypoint-protocol

Conversation

@alexsohn1126
Copy link
Member

Summary

  • Add second generic (ExplorerCachePayloadT) to SeerEntrypoint protocol and SeerOperator
  • Add Explorer lifecycle methods to the protocol: on_trigger_explorer_error, on_trigger_explorer_success, create_explorer_cache_payload, on_explorer_update
  • Update SlackEntrypoint to use the two-generic signature

Builds on #107785.

ISWF-2020

Add a second generic (ExplorerCachePayloadT) to SeerEntrypoint and
SeerOperator, and define Explorer lifecycle methods on the protocol:
on_trigger_explorer_error, on_trigger_explorer_success,
create_explorer_cache_payload, and on_explorer_update.

ISWF-2020
@linear
Copy link

linear bot commented Feb 24, 2026

@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Feb 24, 2026
…ocol

SlackEntrypoint and MockEntrypoint now implement the new Explorer methods
with no-op stubs. Also fixes MockEntrypoint to use 2 type args.

ISWF-2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Backend Automatically applied to PRs that change backend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant