this repo has no description

add Thought Stream

Changed files
+2
cmd
recordcollector
+1
cmd/recordcollector/main.go
···
"community.nooki": "community-nooki",
"org.xcvr": "org-xcvr",
"app.lanyards": "app-lanyards",
+
"stream.thought": "stream-thought",
}
//go:embed schema.sql
+1
genlabeldefs.py
···
'Nooki': ('community-nooki', 'a federated social media inspired by Tumblr'),
'xcvr': ('org-xcvr', 'hyper-real-time communication on atproto'),
'Lanyards': ('app-lanyards', 'one link to make your research life easier to share'),
+
'Thought Stream': ('stream-thought', 'an experimental real-time, global, multi-agent communication system with optional human participation'),
# 'name': ('nsid-with-dashes', 'description'),
}