AgentFramework

Concepts

HUMANAGENT FRAMEWORKDESCRIPTION
PeopleAgentA class decorate with @agent (Private) attribute
ActionBehaviorClass method decorate with @action (Private), @method (Private) or @behavior (Private) attribute
BeliefMemoryPrivate class field decorated with @state (Private), @remember (Private), @memory (Private) attribute
EnvironmentDomainA container for agents, entities, services or artifacts
AutonomyActivationTimer, scheduler which based on environment conditions
SocialityMessageAgent can communicate with other agent
MobilityMobile AgentAn agent can move from domain to domain with their belief unchanged

Concepts

HUMANAGENT FRAMEWORKDESCRIPTION
PeopleAgentA class decorate with @agent (Private) attribute
ActionBehaviorClass method decorate with @action (Private), @method (Private) or @behavior (Private) attribute
BeliefMemoryPrivate class field decorated with @state (Private), @remember (Private), @memory (Private) attribute
EnvironmentDomainA container for agents, entities, services or artifacts
AutonomyActivationTimer, scheduler which based on environment conditions
SocialityMessageAgent can communicate with other agent
MobilityMobile AgentAn agent can move from domain to domain with their belief unchanged


Backlinks