Skip to content

feat: add IS resume trigger sample#829

Merged
GabrielVasilescu04 merged 1 commit intomainfrom
chore/add-is-resume-trigger-sample
May 8, 2026
Merged

feat: add IS resume trigger sample#829
GabrielVasilescu04 merged 1 commit intomainfrom
chore/add-is-resume-trigger-sample

Conversation

@GabrielVasilescu04
Copy link
Copy Markdown
Contributor

Description

Add sample for inbox resume triggers.

Using an outlook connection, the agent polls the outlook mailbox for emails matching a certain Subject. Once an email is received the agent resumes sends back a response and afterwards suspends again waiting for another email

Comment thread samples/email-triage-agent/graph.py Outdated

class GraphState(BaseModel):
subject: str = ""
connection_name: str = ""
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let s have the connection configured as a binding

Comment thread samples/email-triage-agent/graph.py Outdated
connection_folder: str = Field(
description="Folder where the Outlook connection lives."
)
connector: str = Field(
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can't we hardcode this value?

@GabrielVasilescu04 GabrielVasilescu04 force-pushed the chore/add-is-resume-trigger-sample branch from 5e9971c to 876ac7f Compare May 8, 2026 06:40
@GabrielVasilescu04 GabrielVasilescu04 force-pushed the chore/add-is-resume-trigger-sample branch from 876ac7f to f794ff0 Compare May 8, 2026 08:09
@GabrielVasilescu04 GabrielVasilescu04 merged commit cfca287 into main May 8, 2026
43 of 45 checks passed
@GabrielVasilescu04 GabrielVasilescu04 deleted the chore/add-is-resume-trigger-sample branch May 8, 2026 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants