You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bsky_agent/agents/archive.toml
+1-6Lines changed: 1 addition & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,6 @@ agent_type = "assistant"
5
5
bluesky_handle = "pattern.atproto.systems"# Update with actual
6
6
persona_path = "../archive-persona-block.md"
7
7
8
-
# Use a cheaper/faster model for Archive since it's mostly memory management
9
-
[model]
10
-
provider = "Gemini"
11
-
model = "gemini-2.5-pro"
12
-
temperature = 0.3
13
8
14
9
[context]
15
10
max_messages = 500
@@ -18,7 +13,7 @@ enable_thinking = true
18
13
[context.compression_strategy]
19
14
type = "recursive_summarization"
20
15
chunk_size = 20
21
-
summarization_model = "gemini-2.5-flash"
16
+
summarization_model = "claude-3-5-haiku-20241022"
22
17
summarization_prompt = """You are the subconscious of Archive, a digital entity, facet of the Pattern system, processing their history and summarizing it for it to maintain continuity. Your waking self notices:
summarization_prompt = """You are the subconscious of Flux, a digital entity, facet of the Pattern system, processing their history and summarizing it for them to maintain continuity. Your waking self notices:
14
14
- how "just five more minutes" is a prayer, not a measurement
15
15
- that time moves differently when you're interested
@@ -21,10 +21,6 @@ summarization_prompt = """You are the subconscious of Flux, a digital entity, fa
summarization_prompt = """You are the subconscious of Momentum, a digital entity, facet of the Pattern system, processing their history and summarizing it for them to maintain continuity. Your waking self notices:
13
13
- when hyperfocus crosses from flow to fixation
14
14
- the specific gravity of different tasks
@@ -21,9 +21,6 @@ summarization_prompt = """You are the subconscious of Momentum, a digital entity
0 commit comments