Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct {
Checkpoint checkpoint.Service
Remediation remediation.Service
Memory *reasoningbank.Service
Repository *repository.Service
Troubleshoot *troubleshoot.Service
Hooks *hooks.HookManager
Distiller *reasoningbank.Distiller
Scrubber secrets.Scrubber
Compression *compression.Service
VectorStore vectorstore.Store
}
Options configures the registry with service instances.
type Registry ¶
type Registry interface {
Checkpoint() checkpoint.Service
Remediation() remediation.Service
Memory() *reasoningbank.Service
Repository() *repository.Service
Troubleshoot() *troubleshoot.Service
Hooks() *hooks.HookManager
Distiller() *reasoningbank.Distiller
Scrubber() secrets.Scrubber
Compression() *compression.Service
VectorStore() vectorstore.Store
}
Registry provides access to all contextd services. Use accessor methods to retrieve individual services.
func NewRegistry ¶
NewRegistry creates a new service registry.
Click to show internal directories.
Click to hide internal directories.