yasuki_core.engine.rules.agents.AutoAgent#

class AutoAgent[source]#

A placeholder bot standing in for the AI: answers any request with the shortest prefix of its candidates that the request accepts (the whole list for an ordering). Generic by construction — it leans on the request’s own accepts rather than knowing the decision type.

Methods

AutoAgent.decide(request, view)