Skip to content

Add Temporal Cortex calendar scheduling quickstart#1

Open
billylui wants to merge 1 commit intocrewAIInc:mainfrom
billylui:add-temporal-cortex-calendar-scheduling
Open

Add Temporal Cortex calendar scheduling quickstart#1
billylui wants to merge 1 commit intocrewAIInc:mainfrom
billylui:add-temporal-cortex-calendar-scheduling

Conversation

@billylui
Copy link
Copy Markdown

@billylui billylui commented Mar 6, 2026

Summary

Adds a quickstart notebook for building a conflict-free calendar scheduling agent using CrewAI + Temporal Cortex MCP server.

The notebook demonstrates:

  • 3-agent crew mapped to Temporal Cortex's tool layers (temporal context, calendar ops, booking)
  • Deterministic datetime resolutionresolve_datetime instead of LLM guessing
  • Cross-provider availability merging — Google + Outlook + CalDAV in a single view
  • Atomic booking — Two-Phase Commit via book_slot prevents double-bookings
  • Native MCP integration — zero custom code, uses MCPServerAdapter for auto tool discovery

Unlike basic CRUD calendar integrations, Temporal Cortex provides deterministic temporal reasoning (LLMs score <50% on temporal tasks per the OOLONG benchmark). The notebook covers stdio transport (local), Platform Mode (SSE), and the DSL mcps approach.

References

3-agent crew demonstrating deterministic calendar scheduling with
CrewAI + Temporal Cortex MCP server: temporal context resolution,
cross-provider availability merging, and atomic Two-Phase Commit booking.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.

1 participant