AgentEngine class
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>
-