From 73645129a9de90f867908d35e77c9252bae4e534 Mon Sep 17 00:00:00 2001 From: t Date: Fri, 5 Jun 2026 13:55:20 -0600 Subject: refactor: Agent.run() -> Stream -> Stream.next() -> Event converted the main agent loop from push-based (into callbacks on a Receiver vtable) to pull-based, where `next()` re-enters a state-machine Stream until the next event can be returned. --- docs/libpanto-bindings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/libpanto-bindings.md b/docs/libpanto-bindings.md index 9b9ef2c..3c1a355 100644 --- a/docs/libpanto-bindings.md +++ b/docs/libpanto-bindings.md @@ -183,7 +183,7 @@ for v1. --- -## Phase 0 — internal refactor of `libpanto` to a pull API +## Phase 0 — internal refactor of `libpanto` to a pull API **(COMPLETE)** The real work. Everything after this is wrapping. -- cgit v1.3