delivery

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Sep 5, 2026 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Route

type Route struct {
	SessionID  agentkit.SessionID
	AgentID    agentkit.AgentID
	PlatformID string
	UserID     string
}

Route is the resolved outbound/inbox target for delivery tools.

type RouteInput

type RouteInput struct {
	SessionID string
	UserID    string
}

RouteInput is shared by send, chat_history, and similar tools.

type Sender

type Sender interface {
	Send(context.Context, agentkit.OutboundEvent) error
}

Sender delivers outbound events to a transport. agentkit.Platform implements this.

Jump to

Keyboard shortcuts

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