Schedules run your agent on a recurring time-based schedule. Use schedules when your agent needs to do work proactively, not just in response to a message or event. Common use cases include:Documentation Index
Fetch the complete documentation index at: https://docs.langchain.com/llms.txt
Use this file to discover all available pages before exploring further.
- Daily briefings: Summarize emails, calendar events, or Slack activity each morning.
- Memory synthesis: Periodically review and consolidate the agent’s memory files to keep context clean and relevant.
- Proactive outreach: Draft weekly status updates, follow-up reminders, or recurring reports.
- Data monitoring: Check dashboards, metrics, or feeds on a set cadence and surface anything noteworthy.
Add a schedule
To add a schedule:- In the Schedules section, click + Add.
-
Select when the schedule should run.
Schedules are in UTC. Convert your desired execution time to UTC when configuring the schedule.
-
(Optional) Add a Prompt. With a custom prompt, you can tell the agent what to do on each scheduled run. For example:
- “Summarize my unread emails from the last 24 hours and post a digest to #team-updates in Slack.”
- “Review your memory files and consolidate any redundant or outdated entries.”
- Click Create schedule.
- Click Save changes.
Connect these docs to Claude, VSCode, and more via MCP for real-time answers.

