AgentFactory typedef

AgentFactory = AgentOrApp Function(String agentName, String agentsDir)

Factory signature used to resolve an agent at runtime.

Implementation

typedef AgentFactory = AgentOrApp Function(String agentName, String agentsDir);