AgentFramework
- hasRepository https://github.com/agentframework/agentframework
- written-in: typescript
- hasApplication Metaprogramming Simulation
Concepts
| HUMAN | AGENT FRAMEWORK | DESCRIPTION |
|---|---|---|
| People | Agent | A class decorate with @agent (Private) attribute |
| Action | Behavior | Class method decorate with @action (Private), @method (Private) or @behavior (Private) attribute |
| Belief | Memory | Private class field decorated with @state (Private), @remember (Private), @memory (Private) attribute |
| Environment | Domain | A container for agents, entities, services or artifacts |
| Autonomy | Activation | Timer, scheduler which based on environment conditions |
| Sociality | Message | Agent can communicate with other agent |
| Mobility | Mobile Agent | An agent can move from domain to domain with their belief unchanged |
Concepts
| HUMAN | AGENT FRAMEWORK | DESCRIPTION |
|---|---|---|
| People | Agent | A class decorate with @agent (Private) attribute |
| Action | Behavior | Class method decorate with @action (Private), @method (Private) or @behavior (Private) attribute |
| Belief | Memory | Private class field decorated with @state (Private), @remember (Private), @memory (Private) attribute |
| Environment | Domain | A container for agents, entities, services or artifacts |
| Autonomy | Activation | Timer, scheduler which based on environment conditions |
| Sociality | Message | Agent can communicate with other agent |
| Mobility | Mobile Agent | An agent can move from domain to domain with their belief unchanged |
Backlinks