IAgent Type
Abstract interface for an agent. Agents process user input and can communicate with other agents via messages. Agents are stateless per call: callers thread prior conversation into the input, and continuity is owned by the store/event path.
Instance members
| Instance member |
Description
|
Full Usage:
this.HandleMessageAsync
Parameters:
AgentMessage
Returns: Task<AgentMessage option>
Modifiers: abstract |
Handle an inter-agent message and optionally reply
|
Unique identifier for this agent
|
|
|
Nao