All Classes and Interfaces
Class
Description
Unified CLI-facing API over the agent runtime, with both the local
(in-process) and remote (HTTP) implementations behind the same interface.
Persisted "where the user was" between CLI runs.
Reads and writes
CliState to ~/.mindconnect-cli/state.json.Loads initial data from
classpath:initial-data/ on startup.Called when a stored entity differs from the classpath version.
Local (in-process) implementation of
AgentClient.