Temporal reasoning for AI agents
Project description
AgenticTime Python SDK
Temporal reasoning for AI agents — deadlines, schedules, sequences, duration estimation (PERT), and decay models.
Install
pip install agentic-time
Usage
from agentic_time import TimeGraph
tg = TimeGraph("project.atime")
tg.add_deadline("Ship v1.0", "2026-03-15T17:00:00Z", priority="high")
tg.add_duration_estimate("Auth refactor", hours=8, confidence=0.7)
tg.save()
Requires the atime CLI binary on PATH. Install via:
curl -fsSL https://agentralabs.tech/install/time | bash
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
agentic_time-0.1.0.tar.gz
(3.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file agentic_time-0.1.0.tar.gz.
File metadata
- Download URL: agentic_time-0.1.0.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cb02999aceffc44b1b827020730ea67a50b0fd29191f9e69e9ebfad005833aa2
|
|
| MD5 |
982173afc9349613994588790c17f2bb
|
|
| BLAKE2b-256 |
ad780a606f6e0ada67b276b76c7117c127125cc55dabd2e8700501bf9110303c
|
File details
Details for the file agentic_time-0.1.0-py3-none-any.whl.
File metadata
- Download URL: agentic_time-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f9bdfc0b3a991998d38be859453f3a8d6aa7dad33cc737ffdfd142a0bfdc6b00
|
|
| MD5 |
e1c20693d83ad8493459f32868c405ae
|
|
| BLAKE2b-256 |
07fb3a3e6d389601f190000a1dd8345567608a126eca0afee07257eba1510640
|