We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7516616 commit d417831Copy full SHA for d417831
1 file changed
README.md
@@ -82,6 +82,7 @@ Some examples require extra dependencies. See each sample's directory for specif
82
* [pydantic_converter](pydantic_converter) - Data converter for using Pydantic models.
83
* [schedules](schedules) - Demonstrates a Workflow Execution that occurs according to a schedule.
84
* [sentry](sentry) - Report errors to Sentry.
85
+* [tool_registry_incident_triage](tool_registry_incident_triage) - LLM-driven incident triage activity using `temporalio.contrib.tool_registry`. Demonstrates `AgenticSession`, MCP HTTP integration, human-in-the-loop, and a testable activity refactor.
86
* [trio_async](trio_async) - Use asyncio Temporal in Trio-based environments.
87
* [updatable_timer](updatable_timer) - A timer that can be updated while sleeping.
88
* [worker_specific_task_queues](worker_specific_task_queues) - Use unique task queues to ensure activities run on specific workers.
0 commit comments