Make async execution canonical for issue #54 #59
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nsaspy/prolog-rlm!59
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/issue-54-async-canonical-runtime"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Implements the completion/provider/chain slice of #54 without discarding the bounded Future runtime from #55.
Architecture:
llm_query, and recursive query async APIs submit canonical internal*_executetasksmodel_complete_executetransport directlyFuture/runtime additions:
rlm_future_then/3event-driven continuationsrlm_future_on_complete/2host/library callbacksRegression coverage added:
*_execute; sync calls asyncdocs/async-runtime.mdnow documents the canonical direction and explicitly identifies the remaining #54 migrations: tool, MCP, agent, graph, authority/TUI integration.CI on the final head is fully green: deterministic unit/load/benchmark/conformance/deep-recursion/CLI/persistence checks and the complete REAL OpenRouter core, structured-repair, benchmark, depth 0/1/2, and CLI smoke suites all passed.
Refs #54, #52, #53.