net.openai.ai.agent
Interface AgentConstants

All Known Implementing Classes:
Agent, Daemon

public interface AgentConstants

This interface contains several constants that will be used by the Agent System. Primarily, these will be used by the Agents. These constants are implemented in an interface in order to add more constants available to the Agents and not have to change the Agent class itself.


Field Summary
static int AGENT_CONTINUE
          The default state after a migration.
static int AGENT_RETURN_TO_SENDER
          The run state if an agent has been rejected by another Daemon.
static int AGENT_START
          The initial run state for agents.
 

Field Detail

AGENT_START

public static final int AGENT_START
The initial run state for agents.

See Also:
Constant Field Values

AGENT_CONTINUE

public static final int AGENT_CONTINUE
The default state after a migration.

See Also:
Constant Field Values

AGENT_RETURN_TO_SENDER

public static final int AGENT_RETURN_TO_SENDER
The run state if an agent has been rejected by another Daemon.

See Also:
Constant Field Values


Copyright - 2001 OpenAI Labs. All Rights Reserved.