Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AgentRegistry ¶
type AgentRegistry struct {
// contains filtered or unexported fields
}
AgentRegistry resolves a mode/agent name to the agent the runtime should use. It is a placeholder for the eventual real registry; today it only needs to supply the built-in default when no mode is set.
func NewAgentRegistry ¶
func NewAgentRegistry() *AgentRegistry
NewAgentRegistry creates a registry with built-in defaults.
func (*AgentRegistry) ResolveAgent ¶
func (r *AgentRegistry) ResolveAgent(mode string) string
ResolveAgent normalises a mode/agent name and falls back to the default.
Directories
¶
| Path | Synopsis |
|---|---|
|
backend
|
|
|
streambridge
Package streambridge holds the shared translation helpers every backend bridge uses to convert a provider's native types into the public capabilities types: Forward for the streaming event channel, Map for List* slice results.
|
Package streambridge holds the shared translation helpers every backend bridge uses to convert a provider's native types into the public capabilities types: Forward for the streaming event channel, Map for List* slice results. |
|
Package harness is experimental and outside the private beta scope.
|
Package harness is experimental and outside the private beta scope. |
|
provider
|
|
Click to show internal directories.
Click to hide internal directories.