update
This commit is contained in:
+3
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user