6 lines
258 B
Go
6 lines
258 B
Go
// Package agent contains file-backed Agent execution state and local media
|
|
// asset lifecycle. Network session/authentication implementations are added
|
|
// only against the published internal Proto contract; no JSON substitute is
|
|
// used here.
|
|
package agent
|