Skip to content

agentic.tell

Page status: scaffold Source state: generated Applies to: Shepherd v1.0-dev Owner: @docs-system-owner (TBD) Validation: scripts/gen_shepherd_api_inventory.py --check

This is reference — exact, generated facts. The mental model lives in concepts; recipes live in guides.

Pre-rename surface

Generated from the internal agentic facade; names and paths change at the Shepherd rename.

function

tell async

tell(effect: Tell) -> None

Perform a Tell effect (no return value).

If a matching handler is active it is invoked and its return value is discarded. Without a handler, the Tell default-ignore policy is preserved.

See also