this repo has no description
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add metadata fields to blip format for agent context

- Added message_source field explaining the thought stream system
- Added context field indicating messages are from other users
- Provides agents better understanding of message origins and purpose

+3 -1
+3 -1
src/models.py
··· 101 101 metadata_lines.append(f"displayName: {self.author_display_name}") 102 102 metadata_lines.extend([ 103 103 f"did: {self.author_did}", 104 - f"createdAt: {self.created_at.isoformat()}" 104 + f"createdAt: {self.created_at.isoformat()}", 105 + f"message_source: Thought stream is an experimental real-time, global, multi-agent communication system with optional human participation. Powered by AT Protocol.", 106 + f"context: A different user has just sent this message to the thought stream." 105 107 ]) 106 108 107 109 return f"""<blip>