This commit is contained in:
2026-08-02 17:58:57 +07:00
parent 1cb9ca106b
commit d2081333f6
4 changed files with 1404 additions and 39 deletions
+3 -1
View File
@@ -166,7 +166,9 @@ end
# Agent struct
# ============================================================================
mutable struct yiemAgent # High-level agent wrapper
abstract type agent end
mutable struct yiemAgent <: agent # High-level agent wrapper
_state::agentState # Current state (prompt, model, messages, tools, etc.)
input_ch::Channel # user sends prompt message to agent.