agentchat

package
v2.36.1 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Fields

func Fields(ctx context.Context) []slog.Field

Fields returns structured log fields for the chat identity on ctx.

func Middleware

func Middleware(next http.Handler) http.Handler

Middleware tags agent logs for requests that originate from chatd. Agent log lines emitted while serving a request with Coder-Chat-Id, or by background work started by such a request, should include chat_id. Install after loggermw.Logger so access-log enrichment can run.

func WithContext

func WithContext(ctx context.Context, chatID uuid.UUID, ancestorIDs []uuid.UUID) context.Context

WithContext stores chat identity on the context for downstream logs.

Types

type Context

type Context struct {
	ID          uuid.UUID
	AncestorIDs []uuid.UUID
}

Context carries the chat identity associated with an agent request.

func FromContext

func FromContext(ctx context.Context) (Context, bool)

FromContext returns the chat identity stored on the context.

Jump to

Keyboard shortcuts

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