Exemplo n.º 1
0
// AvailableAgentConstructors returns all of the available agents for use in
// this package.
func AvailableAgentConstructors() []ai.AgentConstructor {
	return append(ai.AvailableAgentConstructors(), NewHumanAgent)
}
Exemplo n.º 2
0
// AvailableAgentConstructors is all of the available ai.AgentConstructors
// available in this package.
func AvailableAgentConstructors() []ai.AgentConstructor {
	return ai.AvailableAgentConstructors()
}