...
An Agent is an instance of an agent type.
Each Agent has a dependency graph of nodes that computes the agent pose at each frame.
...
Let's have a look at the following example network. There are three operators: the clipReader, pelvisOperator and footOperator nodes. They all have an output pose port except of the clipReader.
The clipReader reads an Animation Clip object and passes the pose at the current time to the PelvisOperator which then does a bunch of other operations on the pose like placing the agent at the right height on the ground. The foot operator takes care of locking the feet on the ground.
This network was build built automatically by a Behaviour Modules called "clipReader".
...