5 lines
307 B
Go
5 lines
307 B
Go
// Package execution contains the host-neutral execution contract shared by
|
|
// IOP Node and standalone agent hosts. It owns provider lifecycle, streaming
|
|
// events, typed failures, registry lifecycle, and terminal session primitives;
|
|
// host wire translation remains outside this package.
|
|
package execution
|