Marketplace
<div align="center"> <h3>💎 Premium sponsors</h3> <p> <a href="https://id8media.com"><img src=".github/assets/id8media.svg" height="44" alt="ID8 Media" /></a> <a href="https://one-studio.co"><img src=".github/assets/one-studio.jpeg" height="44" alt="One Studio" /></a> </p> <p><sub>Support togo — <a href="https://github.com/sponsors/fadymondy">become a sponsor</a>.</sub></p> </div>
ontology
Othertogo (experimental) — permission-aware, authority-ranked context graph to ground agents (onto-rank)
togo-framework
bash
togo install togo-framework/ontologyInstall
bash
togo install togo-framework/ontologyExperimental. A permission-aware, authority-ranked context graph that grounds agents — the open, Go-native take on Genie-style onto-rank.
Feed it entities (metric/term definitions from resources, queries, dashboards)
with references between them; Resolve(term) returns the definitions to trust,
ranked by authority (PageRank over references × certified/usage/freshness)
and filtered by what the caller may see.
go
g, _ := ontology.FromKernel(k)
g.Add(ontology.Entity{ID: "c", Term: "revenue", Definition: "canonical", Certified: true})
best := g.Resolve("revenue", func(e *ontology.Entity) bool { return canSee(e) })
<div align="center"> <h3>💎 Premium sponsors</h3> <p> <a href="https://id8media.com"><img src=".github/assets/id8media.svg" height="44" alt="ID8 Media" /></a> <a href="https://one-studio.co"><img src=".github/assets/one-studio.jpeg" height="44" alt="One Studio" /></a> </p> <p><sub>Support togo — <a href="https://github.com/sponsors/fadymondy">become a sponsor</a>.</sub></p> </div>