Documentation
¶
Overview ¶
Package agentmemory attaches Orb's bounded persistent memory to a plain agent.Agent. The coding-agent plugin delegates to the same runtime.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Runtime ¶
type Runtime struct {
// contains filtered or unexported fields
}
Runtime owns one frozen memory snapshot and the four memory tools. Different runtimes never share a lock; callers must pass a tenant-scoped, concurrent Store when multiple sessions share the same durable backend.
func (*Runtime) SystemPrompt ¶
SystemPrompt appends the frozen profile to base.
Click to show internal directories.
Click to hide internal directories.