Skip to content

feat(agent): stabilize autonomous loop with stateful verify/replan an…#1

Merged
burhankhatri merged 1 commit into
burhankhatri:mainfrom
mustafahk27:main
Mar 8, 2026
Merged

feat(agent): stabilize autonomous loop with stateful verify/replan an…#1
burhankhatri merged 1 commit into
burhankhatri:mainfrom
mustafahk27:main

Conversation

@mustafahk27

Copy link
Copy Markdown
Collaborator

Replaced one-shot flow with looped execution: observe -> plan (1–3 actions) -> execute -> verify -> retry/replan.

Added loop context/state to planner-verifier contracts (current_state, next_required_state, verify status/reason, recent action outcomes).

Added goal_state + planner_note to plans and wired verifier corrective_actions into retry flow.

Added no-progress/repeated-fingerprint blocking and clearer terminal reasons (blocked, budget_exhausted, etc.).

Improved telemetry/eventing with cycle/replan/state/fingerprint fields.

Added runtime hardening: sidecar lifecycle stability, request timeout tuning, diagnostics visibility, and STT confidence gating.

Updated adapter/planner validation and tests for loop/schema behaviour.

@vercel

vercel Bot commented Mar 8, 2026

Copy link
Copy Markdown

@mustafahk27 is attempting to deploy a commit to the BurhanCantCode's projects Team on Vercel.

A member of the Team first needs to authorize it.

@burhankhatri
burhankhatri merged commit b7ba8f9 into burhankhatri:main Mar 8, 2026
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants