Skip to content

Commit abd70f0

Browse files
author
Test User
committed
feat(config): switch to local .terraphim/ KG config for both terraphim-grep and terraphim-agent
- Removed Rust Engineer from global ~/.config/terraphim/embedded_config.json - Added local .terraphim/config.json with Rust Engineer role using local kg path - terraphim-grep: uses local thesaurus (145 entries, 16 concepts) - terraphim-agent: searches local kg/rust-engineer/ markdown files
1 parent 86ec420 commit abd70f0

1 file changed

Lines changed: 31 additions & 1 deletion

File tree

.terraphim/config.json

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,35 @@
22
"global_shortcut": "Ctrl+Shift+T",
33
"default_role": "Rust Engineer",
44
"selected_role": "Rust Engineer",
5-
"roles": {}
5+
"roles": {
6+
"Rust Engineer": {
7+
"shortname": "rust-engineer",
8+
"name": "Rust Engineer",
9+
"relevance_function": "terraphim-graph",
10+
"terraphim_it": true,
11+
"theme": "united",
12+
"kg": {
13+
"knowledge_graph_local": {
14+
"input_type": "markdown",
15+
"path": ".terraphim/kg/rust-engineer"
16+
},
17+
"public": true,
18+
"publish": true
19+
},
20+
"haystacks": [
21+
{
22+
"location": ".",
23+
"service": "Ripgrep",
24+
"read_only": true,
25+
"extra_parameters": {
26+
"extensions": "rs,toml,md,json"
27+
}
28+
}
29+
],
30+
"llm_enabled": true,
31+
"llm_provider": "ollama",
32+
"ollama_model": "llama3.2:3b",
33+
"ollama_base_url": "http://127.0.0.1:11434"
34+
}
35+
}
636
}

0 commit comments

Comments
 (0)