TACL - TaskableAgents Control Language


Commands

These commands can be typed in the shell, or can be put in a file (.TACL files) and read in by the agent. The TaskableAgents shell now automatically looks for and reads 'init.TACL', if it exists in the current directory. This can be used to initialize agents and start them running (for example, could: load TRL and KB files, bind name, connect to peers, start a task, and run).

Syntax of .TACL files is: a) each line must start (in column 0) with '#' for comments or '(' for commands (i.e. no indenting), and b) blank lines are allowed.

BATCH

QUERY

ASSERT

RETRACT

BIND

READ

START

USERMI

QUIT

GUI

INIT

STEP