plugin

package
v0.0.0-...-644f8af Latest Latest
Warning

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

Go to latest
Published: Aug 5, 2026 License: AGPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Plugin

type Plugin interface {
	Name() string
	Collections() []*core.Collection
	SystemPrompt(ctx context.Context, app core.App, s Session) (string, error)
	Tools() []llm.Tool
	ExecuteTool(ctx context.Context, app core.App, s Session, name string, args json.RawMessage) (string, error)
}

type Session

type Session struct {
	ConversationID string
	UserID         string
}

Jump to

Keyboard shortcuts

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