gitignore : add .pi + personal SYSTEM.md#22316
Conversation
b1851d5 to
aa092ad
Compare
aa092ad to
9d15a57
Compare
|
Got a link to the agent? |
|
|
pi works much better with llama.cpp than opencode |
|
Perhaps create a tutorial for pi.dev + llama.cpp, seems like a good combo |
Here's a simple one:
{
"providers": {
"local-llm": {
"baseUrl": "http://127.0.0.1:8080/v1",
"api": "openai-completions",
"apiKey": "local",
"models": [
{
"id": "llama.cpp",
"contextWindow": 262144,
"maxTokens": 80000
}
]
}
}
}
|
|
Also can start it without context and use the system prompt as explained here. # skips `AGENTS.md`, but loads `.pi/SYSTEM.md` if present
pi --offline --no-context-files |
Would be nice to get some chapter on security. How to run it all without leaking your SSH keys and all other files, through pi.dev or llama.cpp server with public IP. |
|
Speaking of security (or the lack thereof), I vibe-coded (using the shiny new Deepseek v4 pro max) a pi extension for llama-server, https://www.npmjs.com/package/pi-llama-server, which does what I want (i.e. want to change load/unload models on the fly with some presets in |
|
It's probably time to add a shortcut |
* gitignore : add .pi + personal SYSTEM.md * cont : fix requirements heading in PR template * cont : shorten line
* gitignore : add .pi + personal SYSTEM.md * cont : fix requirements heading in PR template * cont : shorten line
* gitignore : add .pi + personal SYSTEM.md * cont : fix requirements heading in PR template * cont : shorten line
* gitignore : add .pi + personal SYSTEM.md * cont : fix requirements heading in PR template * cont : shorten line
* gitignore : add .pi + personal SYSTEM.md * cont : fix requirements heading in PR template * cont : shorten line
* gitignore : add .pi + personal SYSTEM.md * cont : fix requirements heading in PR template * cont : shorten line
* gitignore : add .pi + personal SYSTEM.md * cont : fix requirements heading in PR template * cont : shorten line
Overview
Allow personal system prompts when using the
piagent.Personal system prompts live in subdirectories. They can be symlinked to the
.pi/SYSTEM.mdto be activated.Requirements