AgentEngine class

Constructors

AgentEngine.new()

Properties

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

Methods

cmd(String command, List<String> args, [String? runIn]) Future<void>
cmdRawSpy(String fullCommand, [String? runIn]) Future<(int, String, String)>
cmdSpy(String command, List<String> args, [String? runIn]) Future<(int, String, String)>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
run(List<String> a) Future<void>
runChat(List<ChatMessage> messages, {int recursiveLimit = 10}) Future<void>
systemPrompt() String
toString() String
A string representation of this object.
inherited
updateConfig() Future<void>

Operators

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