Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: Tweet Indexing Limited to 10 Tweets Causing Incomplete Agent Scoring #60

Closed
Luka-Loncar opened this issue Jan 2, 2025 · 0 comments
Labels
59 bug Something isn't working

Comments

@Luka-Loncar
Copy link

Bug: Tweet Indexing Limited to 10 Tweets Causing Incomplete Agent Scoring

Description

The subnet code currently has a limitation where it only pulls 10 tweets during the indexing snapshot. This limitation is causing incomplete data collection for highly active agents, resulting in incorrect scoring and delayed data processing.

Current Behavior

  • Only fetching 10 tweets per indexing snapshot
  • Active agents (like Seraf) are having incomplete tweet histories
  • Tweet collection doesn't span the entire intended timeframe
  • Causing approximately 2-day delays in scoring for active agents
  • Example: Agent UID 77 (Seraf) showing delayed scoring due to missing tweets

Expected Behavior

  • Should fetch all tweets within the specified date window
  • Complete tweet collection for proper agent scoring
  • No delays in processing due to missing tweets

Example

Current query returns ~10 tweets, while actual volume is much higher:

  • Test case: Agent Seraf
  • Date range: 3-day window
  • Actual tweet count found: 231 tweets between current and previous day

Root Cause

The query limit is set too low (10 tweets) which doesn't account for highly active agents who may post hundreds of tweets within the indexing window.

Proposed Solution

  1. Increase the tweet fetch limit from 10 to approximately 400
  2. Adjust the date window to ensure complete coverage (e.g., since the 31st)
  3. Update subnet code to accommodate the new query parameters

Impact

  • Affects scoring accuracy for active agents
  • Causes delayed processing of agent activities
  • Currently impacting high-volume agents like Seraf (UID 77)
@Luka-Loncar Luka-Loncar added bug Something isn't working 59 labels Jan 2, 2025
@Luka-Loncar Luka-Loncar transferred this issue from masa-finance/masa-bittensor Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
59 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants