Get Started
AgenticTime Overview
AgenticTime provides temporal reasoning for AI agents. It stores deadlines, durations, schedules, sequences, and decay curves in a single portable .atime file.
AgenticTime provides temporal reasoning for AI agents. It stores deadlines, durations, schedules, sequences, and decay curves in a single portable .atime file.
What you can do
- Model deadlines, durations, schedules, sequences, and temporal decay as structured entities.
- Query temporal state through MCP with
agentic-time-mcp. - Reason about time-dependent priorities, scheduling conflicts, and deadline proximity.
- Track how information freshness decays over time with configurable decay curves.
Why teams adopt AgenticTime
Teams adopt AgenticTime because it closes the temporal reasoning gap in AI agents:
- Foundational problems already solved: agents lose track of deadlines, cannot reason about duration estimates, have no concept of scheduling conflicts, and treat all information as equally fresh regardless of age.
- New high-scale problems now solved: multi-project timeline coordination, deadline cascading and dependency tracking, schedule optimization across workstreams, and temporal decay modeling for memory freshness.
- Practical outcome for teams: agents track deadlines, schedule work intelligently, reason about time dependencies, and automatically deprioritize stale information.
Five Entity Types
- Duration -- A measured span of time (e.g., "2 hours", "3 days"). Used for estimation, budgeting, and elapsed-time tracking.
- Deadline -- A fixed point in time with an associated task or milestone. Supports priority, status, and dependency edges.
- Schedule -- A recurring or one-time calendar block. Supports cron-like recurrence, conflict detection, and resource binding.
- Sequence -- An ordered chain of temporal events with dependency constraints. Models workflows, pipelines, and phased rollouts.
- Decay -- A function that models information freshness over time. Supports linear, exponential, and step decay curves.
16 Inventions
AgenticTime introduces 16 novel capabilities for temporal reasoning:
- Portable binary temporal graph (.atime format)
- Deadline cascade analysis
- Duration estimation with confidence intervals
- Schedule conflict detection
- Sequence dependency resolution
- Temporal decay curves for memory freshness
- Cross-sister temporal linking (Memory + Time)
- Deadline proximity alerting
- Time-budget tracking per project
- Recurring schedule expansion
- Temporal workspace comparison
- Schedule optimization suggestions
- Decay-aware memory retrieval
- Timeline visualization data export
- Multi-timezone deadline normalization
- Temporal pattern recognition
MCP Tools
AgenticTime exposes 19 MCP tools through agentic-time-mcp:
time_deadline_add,time_deadline_list,time_deadline_update,time_deadline_removetime_duration_estimate,time_duration_track,time_duration_reporttime_schedule_add,time_schedule_list,time_schedule_conflictstime_sequence_create,time_sequence_step,time_sequence_statustime_decay_configure,time_decay_query,time_decay_resettime_stats,time_export,time_import,time_log
File Format
- Primary artifact:
.atime - Binary format with magic bytes
ATIM, version 1 - Cross-sister server workflows can pair
.atimewith.amem,.acb, and.avis
Start here
- Quickstart -- get running in 30 seconds
- Installation -- all platforms and profiles
- MCP Tools -- full tool reference
- Architecture -- 4-crate workspace structure