5 lines
313 B
Go
5 lines
313 B
Go
// Package agentruntime 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 agentruntime
|