Documentation
¶
Overview ¶
Package credits is the single source of truth for upstream attribution. CREDITS.md, the wizard's install step, and `multiversa credits` all read from Sources here.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Sources = []Source{ { ID: "engram", Name: "Engram", Author: "Gentleman-Programming", Repo: "https://github.com/Gentleman-Programming/engram", License: "MIT", Role: "persistent agent memory", }, { ID: "graphify", Name: "Graphify", Author: "Safi Shamsi", Repo: "https://github.com/safishamsi/graphify", License: "MIT", Role: "content → knowledge graph", }, { ID: "gentle-ai", Name: "gentle-ai", Author: "Gentleman-Programming", Repo: "https://github.com/Gentleman-Programming/gentle-ai", License: "MIT", Role: "agentic ecosystem framework (memory + SDD + skills + MCP)", }, { ID: "gentle-pi", Name: "gentle-pi", Author: "Gentleman-Programming", Repo: "https://github.com/Gentleman-Programming/gentle-pi", License: "MIT", Role: "SDD harness for the Pi agent", }, { ID: "codegraph", Name: "codegraph", Author: "Colby McHenry", Repo: "https://github.com/colbymchenry/codegraph", License: "MIT", Role: "semantic code knowledge graph", OptIn: true, }, { ID: "mirofish", Name: "MiroFish", Author: "666ghj", Repo: "https://github.com/666ghj/MiroFish", License: "AGPL-3.0", Role: "swarm-intelligence simulation engine", OptIn: true, AgplGate: true, }, }
Functions ¶
Types ¶
type Source ¶
Click to show internal directories.
Click to hide internal directories.