V0.8.0 async think loop #40

Merged
ton merged 50 commits from v0.8.0-async_think_loop into v0.8.0 2026-08-08 04:13:05 +00:00
Showing only changes of commit 6f971abe5d - Show all commits
+3 -2
View File
@@ -369,8 +369,9 @@ mutable struct yiemAgent <: agent # High-level agent wrapper
_task::Union{Task, Nothing} # Background task running the agent loop
# Preprocess/transform messages and context (modify, filter, prune, inject, reorder, add context)
# for a single LLM call in _process_message()'s loop returns new Vector{agentMessage}
# Preprocess/transform messages and context (modify, filter, prune, inject, reorder,
# add context from memory, ...) for a single LLM call in _process_message()'s loop.
# returns new Vector{agentMessage}
preprocessContext ::Union{Function, Nothing}
# Convert preprocessContext()'s new Vector{agentMessage} to LLM message format