Note on Building Proactive AI Agents - By Bryan Houlton via Bryan Houlton
departure from most implementations of agents, which is why we’ve picked a new term to refer to this architecture: entities.
While the term is nascent, entities are loosely defined as AI agents that:
partially or fully control their own wake schedules
have complete control of their own workflow
have persistent, temporal memory
optionally use stateful tools
When you build entities, they might just surprise you.
Entities are agents with persisted and self-imposed state across time?