Scheduling AI applications to run at particular times is important for many use-cases, including ("ambient") assistants that run in-the-background or long-running (higher latency) reasoning tasks. Any LangGraph deployment has support from scheduling via the SDK. Here, we show how to easily set this up and discuss a number of applications we've built or seen that utilize scheduling.
Video notes:
https://mirror-feeling-d80.notion.sit...
Documentation:
https://langchain-ai.github.io/langgr...
Example repo shown in video:
https://github.com/langchain-ai/daily...