-
Notifications
You must be signed in to change notification settings - Fork 3
Agent Templates
Andre Antakli edited this page Apr 16, 2021
·
13 revisions
An Agent-Template is a collection of Behaviors, Endpoints, Events and Goals. Your Agent will behave according to those you configure here. To get a deeper technical understanding on what an Agent-Template is, have a look at the AJAN-Service Documentation.
Everything marked in red is mandatory, everything marked in orange is optional
- URI
- The name of your Agent (can be any String)
- (Optional) A single already defined Initial Behavior
- (Optional) A single already defined Final Behavior
- A list of one or more Behaviors
- A list of one or more Events and Goals ! Note that your Events/Goals are set correctly or your template won't instantiate. You must select at least each event/goal used by the endpoints and behaviors selected in the agent template.
- A list of one or more Endpoints ! Note that your Endpoints are set correctly or your template won't instantiate.