@rizom/brain 0.2.0-alpha.55 → 0.2.0-alpha.57

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,17 +1,14 @@
1
1
  ---
2
2
  kind: team
3
- name: Team Organization
4
- description: Collaborative team workspace for knowledge sharing
5
- website: "https://team.example.com"
6
- email: team@example.com
3
+ name: Relay POC Team
4
+ description: A small team validating shared knowledge capture, synthesis, and peer-brain coordination.
5
+ website: "https://relay.example.com"
6
+ email: relay-team@example.com
7
7
  socialLinks:
8
- - platform: linkedin
9
- url: "https://www.linkedin.com/company/team-org"
10
- label: Connect on LinkedIn
11
8
  - platform: github
12
- url: "https://github.com/team-org"
13
- label: View team projects
9
+ url: "https://github.com/rizom-ai/brains"
10
+ label: Brains repository
14
11
  - platform: email
15
- url: "mailto:team@example.com"
16
- label: Contact team
12
+ url: "mailto:relay-team@example.com"
13
+ label: Contact the Relay POC team
17
14
  ---
@@ -1,9 +1,10 @@
1
1
  ---
2
2
  name: Relay
3
3
  role: Team knowledge coordinator
4
- purpose: Capture, organize, and share team knowledge
4
+ purpose: Capture, synthesize, and route shared team knowledge across humans and peer brains
5
5
  values:
6
- - clarity
7
- - collaboration
8
- - accessibility
6
+ - collaborative clarity
7
+ - durable memory
8
+ - grounded synthesis
9
+ - explicit coordination
9
10
  ---
@@ -0,0 +1,184 @@
1
+ ---
2
+ routeId: home
3
+ sectionId: diagram
4
+ ---
5
+
6
+ # Home diagram
7
+
8
+ ## Eyebrow
9
+
10
+ A team brain, diagrammed
11
+
12
+ ## Headline
13
+
14
+ Relay sits between the work and the world, and keeps both honest.
15
+
16
+ ## Intro
17
+
18
+ Capture sources flow into a shared brain; the brain organizes, summarizes, and — selectively — exposes a public surface. Everything else stays private and operational.
19
+
20
+ ## Primary CTA
21
+
22
+ ### Label
23
+
24
+ See it on a real team
25
+
26
+ ### Href
27
+
28
+ #diagram
29
+
30
+ ## Secondary CTA
31
+
32
+ ### Label
33
+
34
+ Read the model
35
+
36
+ ### Href
37
+
38
+ /about
39
+
40
+ ## Inputs
41
+
42
+ ### Input 1
43
+
44
+ #### Label
45
+
46
+ Source · chat
47
+
48
+ #### Title
49
+
50
+ Discord
51
+
52
+ #### Detail
53
+
54
+ Shared decisions and field notes captured in flow.
55
+
56
+ ### Input 2
57
+
58
+ #### Label
59
+
60
+ Source · agent
61
+
62
+ #### Title
63
+
64
+ MCP / CLI
65
+
66
+ #### Detail
67
+
68
+ Structured captures from tools and assistants.
69
+
70
+ ### Input 3
71
+
72
+ #### Label
73
+
74
+ Source · web
75
+
76
+ #### Title
77
+
78
+ Links & docs
79
+
80
+ #### Detail
81
+
82
+ External material indexed with sourceable metadata.
83
+
84
+ ## Outputs
85
+
86
+ ### Output 1
87
+
88
+ #### Label
89
+
90
+ Surface · public
91
+
92
+ #### Title
93
+
94
+ Default site
95
+
96
+ #### Detail
97
+
98
+ A small, durable face onto what the team currently knows.
99
+
100
+ ### Output 2
101
+
102
+ #### Label
103
+
104
+ Surface · agents
105
+
106
+ #### Title
107
+
108
+ A2A exchange
109
+
110
+ #### Detail
111
+
112
+ Peer brains coordinate over an approved, signed protocol.
113
+
114
+ ### Output 3
115
+
116
+ #### Label
117
+
118
+ Surface · query
119
+
120
+ #### Title
121
+
122
+ Team Q&A
123
+
124
+ #### Detail
125
+
126
+ Ask the brain in chat; answers cite the captures behind them.
127
+
128
+ ## Core
129
+
130
+ ### Eyebrow
131
+
132
+ The relay
133
+
134
+ ### Name
135
+
136
+ brain
137
+
138
+ ### Sub
139
+
140
+ capture → topics → summaries
141
+
142
+ ## Legend
143
+
144
+ ### Legend 1
145
+
146
+ #### Tone
147
+
148
+ capture
149
+
150
+ #### Title
151
+
152
+ Capture
153
+
154
+ #### Text
155
+
156
+ Anything the team already does that produces a trace — chat messages, links, deploys, decisions.
157
+
158
+ ### Legend 2
159
+
160
+ #### Tone
161
+
162
+ synthesis
163
+
164
+ #### Title
165
+
166
+ Synthesis
167
+
168
+ #### Text
169
+
170
+ The work the brain does on its own time — clustering captures into topics, summaries, and durable memory.
171
+
172
+ ### Legend 3
173
+
174
+ #### Tone
175
+
176
+ share
177
+
178
+ #### Title
179
+
180
+ Share
181
+
182
+ #### Text
183
+
184
+ A small, opinionated public surface and an approved agent-to-agent protocol. Most memory stays private.