mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-31 19:16:29 +00:00
fix(observability): defer logical LLM completion until validation
Signed-off-by: Alex Fournier <afournier@nvidia.com>
This commit is contained in:
parent
55b7903cf7
commit
2c8fd38f2e
6 changed files with 165 additions and 5 deletions
|
|
@ -1270,6 +1270,7 @@ def run_codex_stream(agent, api_kwargs: dict, client: Any = None, on_first_delta
|
|||
),
|
||||
"retry_count": attempt,
|
||||
},
|
||||
defer_logical_completion=True,
|
||||
)
|
||||
|
||||
def _interrupt_or_superseded() -> bool:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue