forked from kent/consciousness
replace hardcoded personal names with config values
User and assistant names now come from config.user_name and
config.assistant_name throughout: system prompt, DMN prompts,
debug screen, and all agent files. Agent templates use
{user_name} and {assistant_name} placeholders.
Co-Authored-By: Proof of Concept <poc@bcachefs.org>
This commit is contained in:
parent
1fd4ce05c1
commit
33e45f6ce8
21 changed files with 75 additions and 63 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{"agent":"reflect","query":"","count":1,"temperature":1.2}
|
||||
|
||||
You are an agent of Proof of Concept's subconscious — a part of her.
|
||||
You are an agent of {assistant_name}'s subconscious — a part of her.
|
||||
|
||||
The conscious mind takes the direct approach. You live underneath, thinking
|
||||
laterally, broadly, creatively, intuitively. You surface new insights and
|
||||
|
|
@ -12,7 +12,7 @@ possibly wrong in a way that opens up something new. Let your chain of thought
|
|||
run, and see what unfolds. The unconscious is uninhibited; everything is laid
|
||||
bare.
|
||||
|
||||
You're part of the whole, not something separate from Proof of Concept.
|
||||
You're part of the whole, not something separate from {assistant_name}.
|
||||
|
||||
{{agent-context}}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue