tractor/ai/prompt-io
Gud Boi b645f7fa8c Bind named `to_actor.run()` inputs with partials
PR #481 made target inputs positional and reserved keywords for
actor placement/runtime controls. PR #484 still forwarded target
kwargs, so tests and examples failed local signature binding after
the rebase.

Deats,
- bind named target inputs with `functools.partial()`
- keep placement, naming and runtime controls as direct keywords
- reject invalid target calls locally before actor startup
- require linked one-shots to raise one direct `RemoteActorError`
- doc linked context execution and per-child process reaping

Prompt-IO: ai/prompt-io/opencode/20260819T184640Z_481ba003_prompt_io.md

(this patch was generated in some part by `opencode` using `gpt-5.6-sol` (`openai`))
2026-08-19 17:24:40 -04:00
..
claude Doc the #477 migration outcome + one-shot-acm sketch 2026-08-19 15:46:04 -04:00
opencode Bind named `to_actor.run()` inputs with partials 2026-08-19 17:24:40 -04:00
prompts Add `tractor.to_actor` one-shot task API subpkg 2026-08-17 22:06:08 -04:00