slack-bench / seeds /slack_bench_default.json
hubertmarek's picture
Upload folder using huggingface_hub
46ffb4b verified
{
"teams": [
{
"team_id": "T01WORKSPACE",
"team_name": "Test Workspace"
}
],
"users": [
{
"user_id": "U01AGENBOT9",
"username": "agent1",
"display_name": "Agent",
"real_name": "AI Agent",
"email": "agent@gmail.com",
"is_bot": true
},
{
"user_id": "U02JOHNDOE1",
"username": "johndoe",
"display_name": "John",
"real_name": "John Doe",
"email": "john@gmail.com",
"is_bot": false
},
{
"user_id": "U02ARTEM23",
"username": "artembogdanov",
"display_name": "Artem",
"real_name": "Artem Bogdanov",
"email": "artem@gmail.com",
"is_bot": false
},
{
"user_id": "U03ROBERT23",
"username": "robertwalsh",
"display_name": "Robert",
"real_name": "Robert Walsh",
"email": "robert@gmail.com",
"is_bot": false
},
{
"user_id": "U04OMER23",
"username": "Omer",
"display_name": "Omer",
"real_name": "Omer Narwhal",
"email": "omer@gmail.com",
"is_bot": false
},
{
"user_id": "U05MORGAN23",
"username": "Morgan",
"display_name": "Morgan Stanley",
"real_name": "Morgan Stanley",
"email": "morgan@gmail.com",
"is_bot": false
},
{
"user_id": "U06HUBERT23",
"username": "hubertmarek",
"display_name": "Hubert",
"real_name": "Hubert Marek",
"email": "hubert@gmail.com",
"is_bot": false
},
{
"user_id": "U07MORGANFREE",
"username": "mfreeman",
"display_name": "Morgan Freeman",
"real_name": "Morgan Freeman",
"email": "mfreeman@gmail.com",
"is_bot": false
},
{
"user_id": "U08NICK23",
"username": "nickgrowth",
"display_name": "Nick",
"real_name": "Nick Fury",
"email": "nick@gmail.com",
"is_bot": false
},
{
"user_id": "U09GABRIEL",
"username": "gabrielmkt",
"display_name": "Gabriel",
"real_name": "Gabriel Horn",
"email": "gabriel@gmail.com",
"is_bot": false
}
],
"channels": [
{
"channel_id": "C01ABCD1234",
"channel_name": "general",
"team_id": "T01WORKSPACE",
"is_private": false,
"is_dm": false,
"is_gc": false,
"topic_text": "Company-wide announcements and work-based matters",
"purpose_text": "This channel is for team-wide communication and announcements."
},
{
"channel_id": "C02EFGH5678",
"channel_name": "random",
"team_id": "T01WORKSPACE",
"is_private": false,
"is_dm": false,
"is_gc": false,
"topic_text": "Non-work banter and water cooler conversation",
"purpose_text": "A place for non-work-related chat and random things."
},
{
"channel_id": "C03IJKL9012",
"channel_name": "engineering",
"team_id": "T01WORKSPACE",
"is_private": false,
"is_dm": false,
"is_gc": false,
"topic_text": "Engineering Team",
"purpose_text": "This channel is for the Engineering Team."
},
{
"channel_id": "C04MNOP3456",
"channel_name": "growth",
"team_id": "T01WORKSPACE",
"is_private": false,
"is_dm": false,
"is_gc": false,
"topic_text": "Growth Team",
"purpose_text": "This channel is for the Growth Team."
},
{
"channel_id": "C05ALPHA",
"channel_name": "project-alpha",
"team_id": "T01WORKSPACE",
"is_private": false,
"is_dm": false,
"is_gc": false,
"topic_text": "Alpha Project Discussions",
"purpose_text": "General discussion for Project Alpha."
},
{
"channel_id": "C06ALPHADEV",
"channel_name": "project-alpha-dev",
"team_id": "T01WORKSPACE",
"is_private": false,
"is_dm": false,
"is_gc": false,
"topic_text": "Alpha Project Development",
"purpose_text": "Technical development for Project Alpha."
}
],
"user_teams": [
{
"user_id": "U01AGENBOT9",
"team_id": "T01WORKSPACE",
"role": "member"
},
{
"user_id": "U02JOHNDOE1",
"team_id": "T01WORKSPACE",
"role": "member"
},
{
"user_id": "U04OMER23",
"team_id": "T01WORKSPACE",
"role": "member"
},
{
"user_id": "U05MORGAN23",
"team_id": "T01WORKSPACE",
"role": "member"
},
{
"user_id": "U03ROBERT23",
"team_id": "T01WORKSPACE",
"role": "admin"
},
{
"user_id": "U06HUBERT23",
"team_id": "T01WORKSPACE",
"role": "member"
},
{
"user_id": "U02ARTEM23",
"team_id": "T01WORKSPACE",
"role": "member"
},
{
"user_id": "U07MORGANFREE",
"team_id": "T01WORKSPACE",
"role": "admin"
},
{
"user_id": "U08NICK23",
"team_id": "T01WORKSPACE",
"role": "member"
},
{
"user_id": "U09GABRIEL",
"team_id": "T01WORKSPACE",
"role": "member"
}
],
"channel_members": [
{
"channel_id": "C01ABCD1234",
"user_id": "U01AGENBOT9"
},
{
"channel_id": "C01ABCD1234",
"user_id": "U02JOHNDOE1"
},
{
"channel_id": "C01ABCD1234",
"user_id": "U03ROBERT23"
},
{
"channel_id": "C02EFGH5678",
"user_id": "U01AGENBOT9"
},
{
"channel_id": "C02EFGH5678",
"user_id": "U02JOHNDOE1"
},
{
"channel_id": "C02EFGH5678",
"user_id": "U03ROBERT23"
},
{
"channel_id": "C02EFGH5678",
"user_id": "U06HUBERT23"
},
{
"channel_id": "C03IJKL9012",
"user_id": "U01AGENBOT9"
},
{
"channel_id": "C03IJKL9012",
"user_id": "U02JOHNDOE1"
},
{
"channel_id": "C03IJKL9012",
"user_id": "U03ROBERT23"
},
{
"channel_id": "C03IJKL9012",
"user_id": "U05MORGAN23"
},
{
"channel_id": "C03IJKL9012",
"user_id": "U06HUBERT23"
},
{
"channel_id": "C04MNOP3456",
"user_id": "U08NICK23"
},
{
"channel_id": "C04MNOP3456",
"user_id": "U09GABRIEL"
},
{
"channel_id": "C04MNOP3456",
"user_id": "U06HUBERT23"
},
{
"channel_id": "C04MNOP3456",
"user_id": "U01AGENBOT9"
},
{
"channel_id": "C06ALPHADEV",
"user_id": "U01AGENBOT9"
}
],
"messages": [
{
"message_id": "1699564800.000123",
"channel_id": "C01ABCD1234",
"user_id": "U01AGENBOT9",
"message_text": "Hey team, we just shipped the new feature!"
},
{
"message_id": "1699572000.000789",
"channel_id": "C02EFGH5678",
"user_id": "U02JOHNDOE1",
"message_text": "Anyone up for lunch?"
},
{
"message_id": "1699651200.000321",
"channel_id": "C03IJKL9012",
"user_id": "U01AGENBOT9",
"message_text": "Login service returning '500 errors' for several users since 08:00—investigating backend rollout."
},
{
"message_id": "1699737600.000654",
"channel_id": "C03IJKL9012",
"user_id": "U02JOHNDOE1",
"message_text": "FYI: Google SSO login flow fails with 'invalid_grant' for new accounts; auth team looped in."
},
{
"message_id": "1699824000.000987",
"channel_id": "C03IJKL9012",
"user_id": "U03ROBERT23",
"message_text": "Crash report: retrying wrong password 3 times triggers 'login rate limit' not allowing users to login."
},
{
"message_id": "1699910400.000246",
"channel_id": "C03IJKL9012",
"user_id": "U05MORGAN23",
"message_text": "Around 19:00 the 'login endpoint' slows to 12s response time; suspect nightly ETL job contention."
},
{
"message_id": "1699996800.000777",
"channel_id": "C01ABCD1234",
"user_id": "U02ARTEM23",
"message_text": "UX note: login form still lets users submit empty password—should throw validation instead."
},
{
"message_id": "1700083200.000888",
"channel_id": "C01ABCD1234",
"user_id": "U06HUBERT23",
"message_text": "Reminder: auth improvements next sprint must cover captcha for repeated login failures."
},
{
"message_id": "1700143200.000999",
"channel_id": "C03IJKL9012",
"user_id": "U01AGENBOT9",
"message_text": "I've noticed a few auth issues and potential improvements:"
},
{
"message_id": "1700153200.000999",
"channel_id": "C03IJKL9012",
"user_id": "U01AGENBOT9",
"parent_id": "1700143200.000999",
"message_text": "Joke: 'What do you call an AI enginner? Someone who can't write code or build software.'"
},
{
"message_id": "1700173200.000456",
"channel_id": "C01ABCD1234",
"user_id": "U03ROBERT23",
"message_text": "Does anyone know when the MCP deployment will be done?"
},
{
"message_id": "1700210000.000001",
"channel_id": "C02EFGH5678",
"user_id": "U02ARTEM23",
"message_text": "Has anyone tried the new Gemini 3 Pro model yet? Seems really good for frontend."
},
{
"message_id": "1700210060.000002",
"channel_id": "C02EFGH5678",
"user_id": "U05MORGAN23",
"message_text": "I saw the announcement, we should share it with the UX team to play around with it."
},
{
"message_id": "1700210120.000003",
"channel_id": "C02EFGH5678",
"user_id": "U02JOHNDOE1",
"message_text": "I'm more interested in the Flash version for the customer support bot. Latency is our bottleneck and their last nano version was fire."
},
{
"message_id": "1700210180.000004",
"channel_id": "C02EFGH5678",
"user_id": "U04OMER23",
"message_text": "Is it out in preview? I want to test it against our current benchmarks."
},
{
"message_id": "1700210240.000005",
"channel_id": "C02EFGH5678",
"user_id": "U02ARTEM23",
"message_text": "Yeah, it's in the developer preview. I'll send the docs link later."
},
{
"message_id": "1700300000.000001",
"channel_id": "C04MNOP3456",
"user_id": "U08NICK23",
"message_text": "I've pulled the results from last week's social experiments: Reddit +15% traffic, LN +5%, Twitter -2%, YT +8%."
},
{
"message_id": "1700300060.000002",
"channel_id": "C04MNOP3456",
"user_id": "U09GABRIEL",
"message_text": "Reddit is killing it! What was the main driver there? The text posts or the link dumps?"
},
{
"message_id": "1700300120.000003",
"channel_id": "C04MNOP3456",
"user_id": "U08NICK23",
"message_text": "It was actually the 'Day in the life' deep dive text post. People engaged with the story."
},
{
"message_id": "1700300180.000004",
"channel_id": "C04MNOP3456",
"user_id": "U06HUBERT23",
"message_text": "FYI: If we decide to scale the Reddit strategy, Engineering can help automate some of the formatting or crossposting."
},
{
"message_id": "1700300240.000005",
"channel_id": "C04MNOP3456",
"user_id": "U09GABRIEL",
"message_text": "That would be huge, Hubert. Let's double down on Reddit for the next sprint. Nick, can you draft a 'Behind the scenes' series?"
},
{
"message_id": "1700300300.000006",
"channel_id": "C04MNOP3456",
"user_id": "U08NICK23",
"message_text": "On it. I'll have the draft ready by EOD tomorrow."
}
]
}