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
Release files for agentic-time 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| agentic_time-0.1.0.tar.gz | 3.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| agentic_time-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.9 kB
Release files / agentic_time-0.1.0.tar.gz
| Download URL | agentic_time-0.1.0.tar.gz |
|---|---|
| Size | 3.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
cb02999aceffc44b1b827020730ea67a50b0fd29191f9e69e9ebfad005833aa2
|
|
BLAKE2b-256 checksum How to use checksums |
ad780a606f6e0ada67b276b76c7117c127125cc55dabd2e8700501bf9110303c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.2
|
Release files / agentic_time-0.1.0-py3-none-any.whl
| Download URL | agentic_time-0.1.0-py3-none-any.whl |
|---|---|
| Size | 3.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
f9bdfc0b3a991998d38be859453f3a8d6aa7dad33cc737ffdfd142a0bfdc6b00
|
|
BLAKE2b-256 checksum How to use checksums |
07fb3a3e6d389601f190000a1dd8345567608a126eca0afee07257eba1510640
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.2
|