Skip to content

Function: createHeuristicAgent()

@roomful/core


@roomful/core / 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.

HeuristicAgentOptions = {}

Reaction/mood behavior configuration.

AIPeerAgent

An AIPeerAgent.