Fawkes API  Fawkes Development Version
agent-init.inc
1 
2 ;---------------------------------------------------------------------------
3 ; agent-init.inc - OpenPRS agent initialization file
4 ;
5 ; Created: Tue Aug 26 11:38:32 2014
6 ; Copyright 2014 Tim Niemueller [www.niemueller.de]
7 ; Licensed under GPLv2+ license, cf. LICENSE file
8 ;---------------------------------------------------------------------------
9 
10 ; debug tracing configuration
11 trace receive off
12 trace intend off
13 ;trace intention failure on
14 ;trace suc_fail on
15 
16 ; Including feature files and load external modules
17 ;include "meta-coalesce.inc"
18 load external "mod_utils" "init"
19 include "time.inc"
20 include "blackboard.inc"
21 include "protobuf.inc"
22 include "navgraph.inc"
23 
24 load external "mod_skiller" "init"
25 
26 ; declare and load agent-specific elements
27 declare predicate agent-init
28 
29 load opf "agent-init.opf"
30