Add X profile search tool for user lookup
- Created tools/x_profile.py with search_x_profile function
- Supports comprehensive profile information lookup via X API v2
- Includes user fields: name, bio, metrics, verification status, etc.
- Returns YAML-formatted data for agent consumption
- Updated register_x_tools.py to include the new profile search tool
- Successfully tested tool registration with void agent
This enables void to look up detailed information about X users when analyzing conversations or interactions.
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>