Self-recovering agents, durable memory, live statuslines, trustworthy config, and an honest console - #104
Merged
Conversation
…exhaustion recovery with durable halt breakers, strict/CAS config writes and schema fingerprinting, per-class model coverage checks, turn-scoped gate evidence with per-agent overrides, a durable agent memory vault, honest statusline/telemetry observability, lossless web-console settings, and formula/docs/CI fixes. Closes #103
|
agentfactory seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
…nstrate optimal setup, agent model configurations and load setups for litellm and codex for others to utilize.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #103.
This release makes the factory self-recovering, self-remembering, and honest with its operator. Agents that fill their context window now recover on their own instead of wedging forever; what they learn survives teardowns; and every surface you watch — pane, CLI, telemetry, web console — now tells you the truth, including when it has no data.
What you get
Agents recover from context exhaustion — automatically and safely
af recovery reset <agent>re-arms it after you investigate.Agents remember what they learn
af memory add/list/check/status/export) survives step close, teardown, reset, and worktree removal. Learnings are re-injected at session start, bounded so they never bloat context.quickdocker.shcan bind the vault to a host directory sodocker rmcan't take your learnings with it.A live statusline in every agent pane
af statuslinerenders model, directory, git branch, diff size, elapsed time, a context-fill bar, and session/daily spend — with accurate token accounting (no negative totals, no fabricated $0.00, survives compaction and transcript rotation).af statusline statusdiagnoses its own pipeline and warns about config drift that would mis-aim recovery.Config editing you can trust
af config fingerprintlets any consumer detect schema skew before writing.af config models checkverifies per-class model coverage before a dead sub-agent does it for you; profile switches leave no environment residue; malformed keys, placeholder secrets, and silently-capped values are rejected at write time.Quality gates that judge fairly
af fidelity off --agent) instead of disabling oversight fleet-wide, every gate toggle is attributed in a provenance log, andaf fidelity statusshows per-agent gate activity. Agents can no longer switch off their own grader.Telemetry that tells the truth
A more capable, safer web console
Sharper formulas, docs, and CI
{{placeholder}}text in operator mail and PR titles, artifacts survive to the PR, and an unavailable review sub-agent is recorded as unavailable — never as a clean pass.🤖 Generated with Claude Code