Track: Oxigraph as shared RDF/knowledge graph layer for Harrier, Robin, cf-orch #53
Labels
No labels
free-tier:live
good first issue
priority:backlog
priority:high
priority:medium
status:active-dev
status:alpha
status:beta
status:blocked
status:concept
status:design
status:in-progress
status:launched
status:review
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Circuit-Forge/roadmap#53
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Source
https://github.com/oxigraph/oxigraph — Apache 2.0 / MIT dual license
Context
Oxigraph is an embedded Rust-core RDF graph database with SPARQL 1.1 query support
and a clean Python API via
pyoxigraph. Immediate use in Kiwi (food ontology —see kiwi#154). This ticket tracks three longer-horizon CF use cases where a
shared graph layer would be valuable.
Harrier (government forms — backlog ★ND)
Government benefit eligibility is a natural graph problem:
Robin (Linux migration companion — concept)
System knowledge as a graph:
Oxigraph in-memory, loaded from a curated Robin knowledge base TTL file.
cf-orch (agent capability registry)
Model agents as RDF resources with capability and resource triples:
SPARQL-powered task routing replaces bespoke matching logic. Debatable whether
this is over-engineering vs a clean abstraction — evaluate after Kiwi proves
the pattern.
Shared module
If all three adopt Oxigraph, a
circuitforge_core.graphmodule makes sense:Priority
License
Apache 2.0 / MIT — clean for all CF tiers.