menu
llama_cpp_flutter package
documentation
orchestration.dart
LlamaOrchestrator
agent method
agent method
dark_mode
light_mode
agent
method
AgentHandle
?
agent
(
String
id
)
The handle registered under
id
, or null.
Implementation
AgentHandle? agent(String id) => _agents[id];
llama_cpp_flutter package
documentation
orchestration
LlamaOrchestrator
agent method
LlamaOrchestrator class