this repo has no description

add Thought Stream

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