Documentation
¶
Overview ¶
Package inproc provides an in-process node.Factory: each node executes tools on the calling goroutine, resolving them from a shared registry and confining each call through the deployment's policy decision point. It is the execution substrate for both the single-binary control plane and the `dispatch work` consumer that Kubernetes or serverless containers scale out.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Factory ¶
type Factory struct {
// contains filtered or unexported fields
}
Factory creates in-process nodes over a shared tool registry and workspace backend.
func NewFactory ¶
NewFactory returns a factory whose nodes resolve tools from registry and reach ws only through the deployment's policy decisions.
Click to show internal directories.
Click to hide internal directories.