UpstreetAI / upstreet-core

Build and deploy AI Agents, fast.
https://upstreet.ai
6 stars 3 forks source link

[core] Conversation heat #644

Open avaer opened 4 days ago

avaer commented 4 days ago

We should use either heuristics or mini prepass for detecting whether the agent should reply to a given perception. We can use <PerceptionModifier> for this.

AbdurrehmanSubhani commented 3 days ago

Implemented in the following PR: https://github.com/UpstreetAI/upstreet-core/pull/647