Documentation
¶
Overview ¶
Package webui embeds and serves the local PowerContext web interface.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct {
DashboardEnabled bool
Scopes []Scope
HandoffReportEnabled bool
AuthenticationRequired bool
AgentSkillTargets []skill.AgentSkillTarget
SkillProjections SkillProjectionOperations
}
type Scope ¶
Scope is one explicit Server scope exposed by the personal Dashboard. It is deliberately configuration-owned; the Dashboard never enumerates scope identifiers from persistence.
type SkillProjectionOperations ¶
type SkillProjectionOperations interface {
GetCandidate(context.Context, string, string) (review.Snapshot, error)
GetSkill(context.Context, string, artifact.Ref) (skill.Skill, error)
ListExternalSkills(context.Context, string, bool) ([]skill.Resolution, error)
ScanExternalSkills(context.Context, string) (skill.ProviderScan, error)
}
Click to show internal directories.
Click to hide internal directories.