Building an Agent

Building an agent for a specific application involves the following steps:

  1. Implement the agent framework entry points either in scripts, C, or C++.
  2. Build the agent executable (for C and C++ agents).
  3. Collect all the parameters needed by the entry points and define a new resource type. Set the AGENT_FILENAME attribute to the absolute path of the newly built executable.