Function: createHeuristicAgent()
@roomful/core / createHeuristicAgent
Function: createHeuristicAgent()
Section titled “Function: createHeuristicAgent()”createHeuristicAgent(
options?):AIPeerAgent
Defined in: packages/core/src/ai-peer.ts:413
A zero-dependency demo agent: it wanders its cursor smoothly, optionally fires periodic reactions and rotates a mood presence field, and reacts back when it sees others react. Enough to make a believable teammate for a demo without an LLM; swap it for an LLM-backed AIPeerAgent for real intelligence.
Parameters
Section titled “Parameters”options?
Section titled “options?”Reaction/mood behavior configuration.
Returns
Section titled “Returns”An AIPeerAgent.