tools

package
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 11, 2026 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

Package tools provides the tool implementations for the Architect Agent

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterArchitectTools

func RegisterArchitectTools(registry *ooda.Registry)

RegisterArchitectTools registers all architect agent tools to the registry

Types

type TransientStoreAdapter

type TransientStoreAdapter struct {
	// contains filtered or unexported fields
}

TransientStoreAdapter adapts the session store to TransientStore

func NewTransientStore

func NewTransientStore() *TransientStoreAdapter

func (*TransientStoreAdapter) ClearSession

func (t *TransientStoreAdapter) ClearSession(ctx context.Context, sessionID string) error

func (*TransientStoreAdapter) Delete

func (t *TransientStoreAdapter) Delete(ctx context.Context, sessionID, key string) error

func (*TransientStoreAdapter) Get

func (t *TransientStoreAdapter) Get(ctx context.Context, sessionID, key string) (*ports.TransientFact, error)

func (*TransientStoreAdapter) GetAll

func (t *TransientStoreAdapter) GetAll(ctx context.Context, sessionID string) ([]*ports.TransientFact, error)

func (*TransientStoreAdapter) Put

func (t *TransientStoreAdapter) Put(ctx context.Context, sessionID, key string, fact *ports.TransientFact) error

func (*TransientStoreAdapter) ToAtoms

func (t *TransientStoreAdapter) ToAtoms(ctx context.Context, sessionID string) ([]core.Atom, error)

func (*TransientStoreAdapter) ToQuads

func (t *TransientStoreAdapter) ToQuads(ctx context.Context, sessionID string) ([]core.Quad, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL