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 ¶
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
Click to show internal directories.
Click to hide internal directories.