Versions in this module Expand all Collapse all v1 v1.82.1 Mar 15, 2026 v1.82.0 Mar 14, 2026 Changes in this version + func DiscoverAll(basePath string) (map[string][]string, error) + type Agent struct + Name string + Version string + type ConfigFile struct + Content string + Path string + SHA256 string + Size int64 + type Evidence struct + Agent Agent + CapturedAt string + ConfigFiles []ConfigFile + ConfigHash string + GitContext *GitContext + MCPServers any + Permissions any + SchemaVersion string + Subagents any + func Build(basePath string, filePaths []string, agentName string, gitCtx *GitContext) (*Evidence, error) + type GitContext struct + Branch string + CommitSHA string + Repository string