BaseAgentLoader class abstract
Loads root agents and app metadata from an agents directory.
- Implementers
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
listAgents(
) → List< String> - All available agent names under this loader's root.
-
listAgentsDetailed(
) → List< Map< String, Object?> > - Rich agent metadata for UI listing endpoints.
-
loadAgent(
String agentName) → AgentOrApp -
Loads a single agent or app identified by
agentName. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited