You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#2127 and #2129 each carried one acceptance item that could not be checked offline, and a live run against a real fountain v0.16.0 instance got most but not all of the way.
What that run proved: all six kinds apply, a second apply is idempotent for the kinds chant reconciles, the roster and schedules read back correctly, and lifecycle diff --live reports a paused schedule and nothing else. It also found #2166 and #2167, both fixed.
An Environment with networking_type: limited fails provision on that emulator with {:network_policy, {:invalid, {:http, 200, %{"rules" => …}}}}. That looks like the emulator rather than chant, but it was not reproduced against a real data plane, so it is unattributed rather than filed upstream.
Re-run the README walkthrough when #1634 has shipped and a sprites-backed instance is available. fountain-ops stands the instance up; note INTENTIUS/fountain-ops#119, its default image pin is nine releases behind.
Acceptance
A steward agent applies with runtime: "acp" and no model.
chant run <op> --on fountain completes a turn, and the thread shows one tool call per step.
A gated op ends the turn pending approval, and answering it completes the run.
The limited networking case is either shown to work or filed upstream with real-plane evidence.
The README's sections 3 to 5 match what actually happens.
#2127 and #2129 each carried one acceptance item that could not be checked offline, and a live run against a real fountain v0.16.0 instance got most but not all of the way.
What that run proved: all six kinds apply, a second apply is idempotent for the kinds chant reconciles, the roster and schedules read back correctly, and
lifecycle diff --livereports a paused schedule and nothing else. It also found #2166 and #2167, both fixed.What it could not reach, and why:
examples/fountain-steward/README.mdsections 3 to 5). Blocked twice over: the agent create is rejected until Anacpruntime: launch a named ACP command with no model, so a deterministic program can run as an agent BinaryBourbon/fountain#1634 makesruntime: "acp"valid andmodeloptional, and the laptop's spritzer emulator answersinitialize is not supportedrather than speaking ACP, so it needs a real sprites data plane as well.networking_type: limitedfails provision on that emulator with{:network_policy, {:invalid, {:http, 200, %{"rules" => …}}}}. That looks like the emulator rather than chant, but it was not reproduced against a real data plane, so it is unattributed rather than filed upstream.Re-run the README walkthrough when #1634 has shipped and a sprites-backed instance is available. fountain-ops stands the instance up; note INTENTIUS/fountain-ops#119, its default image pin is nine releases behind.
Acceptance
runtime: "acp"and no model.chant run <op> --on fountaincompletes a turn, and the thread shows one tool call per step.limitednetworking case is either shown to work or filed upstream with real-plane evidence.