refine

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: May 29, 2026 License: MIT Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func StartRefinementLoop

func StartRefinementLoop(ctx context.Context, configPath string, mgr *mcpserver.Manager, latticeDir string, servers map[string]config.Server)

StartRefinementLoop starts the background refinement process for servers that lack a configured skillGraph, and sets up the SkillOpt trajectory optimization daemon.

Types

type HTTPStatusError

type HTTPStatusError struct {
	Status int
	Body   string
}

HTTPStatusError is returned by the call* functions when the upstream API responds with a non-200 status, so retry logic can distinguish transient failures (5xx, 429) from permanent ones (4xx).

func (*HTTPStatusError) Error

func (e *HTTPStatusError) Error() string

Jump to

Keyboard shortcuts

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