1.4 KiB
Prompt
Audit all documentation and executable examples once more, replacing prescriptive run_in_actor() usage with to_actor.run() or explicit actor/context lifetime APIs before PR #481 lands.
Response summary
Rewrote one-shot documentation around direct blocking result delivery, linked context execution and per-call reaping. Migrated all runnable examples, using daemon actors where reciprocal dialogs require longer lifetimes. Added API/guide cross-links and retained only three explicit legacy references.
Files changed
docs/- update API, quickstart and subsystem guides to showcasetractor.to_actor.run()and link its underlying core APIs.examples/- migrate one-shot calls and preserve explicit daemon lifetimes for reciprocal or long-lived actor dialogs.
Human edits
The human requested a final docs pass covering every place that should showcase to_actor over .run_in_actor(). Earlier review also required named target arguments to remain visible through functools.partial() and core API references to link to local guides/reference pages. These were human-directed agent edits; the human made no direct source-line edits.