Capability
Agent Behavior Definition
5 artifacts provide this capability.
Want a personalized recommendation?
Find the best match →Top Matches
via “agent behavior definition and policy execution”
A multi-agent environment simulation library
Unique: Separates behavior logic from agent state management through a policy-as-function model, allowing behaviors to be defined as pure functions that can be tested, composed, and swapped at runtime without modifying agent internals
vs others: More flexible than rigid behavior tree implementations because policies are first-class functions that can be dynamically composed, whereas behavior trees require structural modifications to add new patterns