Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 632 Bytes

File metadata and controls

22 lines (14 loc) · 632 Bytes

Example module

This is an example of module with c++ agent.

agents

Put here your C++ agents.
Each agent consist of two files:

  • .hpp file contains description of event to which the agent responds, method interfaces and fields;
  • .cpp file contains agent logic.

specifications

Put here specification files of your C++ agents.
Look agent specification example here.

keynodes

Keynode is a resolved sc-addr of entity from knowledge base.
You can create separate keynode class for certain subject domain or ontology.