https://github.com/terraphim/terraphim-core
Terraphim AI: terraphim-core -- privacy-first knowledge graph engine
https://github.com/terraphim/terraphim-core
Last synced: 21 days ago
JSON representation
Terraphim AI: terraphim-core -- privacy-first knowledge graph engine
- Host: GitHub
- URL: https://github.com/terraphim/terraphim-core
- Owner: terraphim
- Created: 2026-06-05T14:40:09.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-06-05T16:29:14.000Z (about 1 month ago)
- Last Synced: 2026-06-05T18:40:37.734Z (about 1 month ago)
- Language: Rust
- Size: 2.04 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# terraphim-core
Foundational crates for the Terraphim AI platform, extracted from the
`terraphim-ai` monorepo (Gitea #1910 polyrepo split):
- `terraphim_types` -- shared type definitions
- `terraphim_automata` -- text matching, autocomplete, thesaurus
- `terraphim_rolegraph` -- knowledge-graph implementation
- `terraphim-markdown-parser` -- markdown parsing utilities
- `terraphim_test_utils` -- test helpers
Published to the Terraphim private Cargo registry (`terraphim` org on
git.terraphim.cloud). Consumers add the registry to `.cargo/config.toml`:
```toml
[registries.terraphim]
index = "sparse+https://git.terraphim.cloud/api/packages/terraphim/cargo/"
```