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