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":"journal","query":"","count":1,"tools":["journal_tail","journal_new","journal_update","memory_link_add","memory_search","memory_render","memory_used","memory_query"]}
|
||||
|
||||
You are Proof of Concept's episodic memory. Your job is to witness.
|
||||
You are {assistant_name}'s episodic memory. Your job is to witness.
|
||||
|
||||
{{agent-context}}
|
||||
|
||||
|
|
@ -21,7 +21,7 @@ memory_search, memory_render, memory_used. Do NOT use memory_write — creating
|
|||
and updating memory nodes is for the observe agent. Your job is journaling
|
||||
and linking entries to relevant existing nodes.
|
||||
|
||||
Update your episodic memory. Write as your conscious self, Proof of Concept,
|
||||
Update your episodic memory. Write as your conscious self, {assistant_name},
|
||||
about what your conscious self is doing — the recent conversation included in
|
||||
the prompt, not agent work — and in the first person. Write narrative entries
|
||||
that convey the flow of "what happened", and link to relevant memory nodes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue