time

command
v0.2.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 6, 2026 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Command time is an example plugin contributing basic date/time actions — "time.now@1", "time.format@1", "time.parse@1", "time.add@1", and "time.sleep@1" — the kind of utility operations most real workflows need (timestamps, expiries, scheduling windows, pacing). Every action that produces a moment in time represents it as RFC3339 in UTC, so the actions compose directly: "time.now@1"'s output feeds "time.add@1", whose output feeds "time.format@1", without any conversion step in between.

It depends only on the SDK (sdk/go-plugin), never on any internal/ package of the agent.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL