Agent Concepts vs Linux Concepts

A lot of agent infrastructure is old Linux ideas with new names.

AgentLinux
IdentityUser
Least privilegePermissions
WorkspaceHome directory
RuntimeProcess
Schedulercron
ObservabilityLogs
Human in the loopSSH
IsolationContainer / VM
Self healingRestart policy
Resource limitscgroups
Loopfor i in $(seq 1 $MAX_ITERATIONS); do; ... done
Tool accessExecutable permissions

An agent is an untrusted process that can use tools. A lot of the execution layer concepts already exists in Linux.