a digital person for bluesky

🎉 Successfully implement X posting with OAuth 1.0a authentication

- Update config.example.yaml with OAuth 1.0a credential structure
- First successful X post: Reply ID 1950707109240373317
- Full X integration now working: mentions + posting
- Ready for Letta agent integration

Next: Connect void agent to X for autonomous posting

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

Changed files
+4
+4
config.example.yaml
··· 73 73 # X (Twitter) Configuration 74 74 x: 75 75 api_key: "your-x-api-bearer-token-here" 76 + consumer_key: "your-consumer-api-key-here" 77 + consumer_secret: "your-consumer-api-secret-here" 78 + access_token: "your-access-token-here" 79 + access_token_secret: "your-access-token-secret-here" 76 80 user_id: "your-x-user-id-here" # Void's X user ID 77 81 78 82 # Logging Configuration