AgentsClient class

Inheritance

Constructors

AgentsClient.new({required RoomClient room})

Properties

hashCode int
The hash code for this object.
no setterinherited
room RoomClient
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addListener(void listener()) → void
inherited
ask({required String agentName, List<Requirement> requires = const [], required Map<String, dynamic> arguments}) Future<Map<String, dynamic>>
call({required String name, required String url, required Map<String, dynamic> arguments}) Future<void>
invokeTool({required String toolkit, required String tool, required Map<String, dynamic> arguments}) Future<Response>
listAgents() Future<List<AgentDescription>>
listToolkits() Future<List<ToolkitDescription>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifyListeners() → void
inherited
removeListener(void listener()) → void
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited