This is an example of module with c++ agent.
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.
Put here specification files of your C++ agents.
Look agent specification example here.
Keynode is a resolved sc-addr of entity from knowledge base.
You can create separate keynode class for certain subject domain or ontology.