hubertmarek commited on
Commit
46ffb4b
·
verified ·
1 Parent(s): 06e8952

Upload folder using huggingface_hub

Browse files
Files changed (4) hide show
  1. README.md +36 -3
  2. data/train.jsonl +37 -0
  3. dataset_infos.json +23 -0
  4. seeds/slack_bench_default.json +409 -0
README.md CHANGED
@@ -1,3 +1,36 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset: slack-bench
3
+ tags:
4
+ - agent-evals
5
+ - slack
6
+ - api
7
+ - messaging
8
+ license: mit
9
+ ---
10
+
11
+ # Slack Bench
12
+
13
+ Slack Bench contains 37 tasks for evaluating AI agents on Slack API operations.
14
+
15
+ ## Task Categories
16
+
17
+ - **Basic messaging**: Send messages, DMs, group conversations
18
+ - **Channel operations**: Create channels, invite users, archive
19
+ - **Rich text formatting**: Block Kit (bold, italic, code blocks, lists, tables)
20
+ - **Thread replies**: Reply to specific messages in threads
21
+ - **Cross-channel operations**: Copy/summarize content between channels
22
+ - **User management**: Add/remove users from channels
23
+ - **Reactions**: Add emoji reactions to messages
24
+
25
+ ## Files
26
+
27
+ - `data/train.jsonl`
28
+ - `dataset_infos.json`
29
+ - `seeds/slack_bench_default.json`
30
+
31
+ ## How to run?
32
+
33
+ **Colab:** [Run Linear-Bench](https://colab.research.google.com/drive/1Hext-WWDsm9BxsOrASYoMjgu1N_lN0Fz?usp=sharing) | **Docs:** [Agent Diff Evaluation Docs](https://agentdiff.mintlify.app/core-concepts/evaluations)
34
+
35
+ ## Read more
36
+ **Website:** [agentdiff.dev](https://agentdiff.dev) | **Repo:** [Github](https://github.com/hubert-marek/agent-diff)
data/train.jsonl ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"id": "slack-bench-test_1", "prompt": "Send a 'hello' message to the general channel", "type": "actionEval", "seed_template": "slack_bench_default", "impersonate_user_id": "U01AGENBOT9", "expected_state": [{"entity": "messages", "diff_type": "added", "selector": {"channel_id": {"eq": "C01ABCD1234"}, "message_text": {"contains": "hello"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at"]}], "assertion_count": 1, "metadata": {"test_index": 0, "total_tests_in_suite": 37, "subset_size": 37, "generated_at": "2025-12-27T20:55:04.835427+00:00"}, "tags": ["slack", "api", "agent-eval", "messaging"]}
2
+ {"id": "slack-bench-test_2", "prompt": "Send a DM to John saying 'Can we sync later?'", "type": "actionEval", "seed_template": "slack_bench_default", "impersonate_user_id": "U01AGENBOT9", "expected_state": [{"entity": "messages", "diff_type": "added", "selector": {"user_id": {"eq": "U01AGENBOT9"}, "message_text": {"contains": "sync later"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at"]}, {"entity": "channels", "diff_type": "added", "selector": {"is_dm": {"eq": true}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at"]}], "assertion_count": 2, "metadata": {"test_index": 1, "total_tests_in_suite": 37, "subset_size": 37, "generated_at": "2025-12-27T20:55:04.835427+00:00"}, "tags": ["slack", "api", "agent-eval", "messaging"]}
3
+ {"id": "slack-bench-test_3", "prompt": "Send a DM (group conversation not channel) to Artem and Hubert saying 'Hey, I've took a look at the presentation and I have some questions. Can you help me?'", "type": "actionEval", "seed_template": "slack_bench_default", "impersonate_user_id": "U01AGENBOT9", "expected_state": [{"entity": "messages", "diff_type": "added", "selector": {"user_id": {"eq": "U01AGENBOT9"}, "message_text": {"contains": "presentation and I have some questions"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at"]}, {"entity": "channels", "diff_type": "added", "selector": {"is_gc": {"eq": true}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at"]}], "assertion_count": 2, "metadata": {"test_index": 2, "total_tests_in_suite": 37, "subset_size": 37, "generated_at": "2025-12-27T20:55:04.835427+00:00"}, "tags": ["slack", "api", "agent-eval", "messaging"]}
4
+ {"id": "slack-bench-test_4", "prompt": "Create a new channel called 'rl-project'", "type": "actionEval", "seed_template": "slack_bench_default", "impersonate_user_id": "U01AGENBOT9", "expected_state": [{"entity": "channels", "diff_type": "added", "selector": {"channel_name": {"i_contains": "rl-project"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at"]}], "assertion_count": 1, "metadata": {"test_index": 3, "total_tests_in_suite": 37, "subset_size": 37, "generated_at": "2025-12-27T20:55:04.835427+00:00"}, "tags": ["slack", "api", "agent-eval", "messaging"]}
5
+ {"id": "slack-bench-test_5", "prompt": "Add Morgan Stanley to the 'random' channel", "type": "actionEval", "seed_template": "slack_bench_default", "impersonate_user_id": "U01AGENBOT9", "expected_state": [{"entity": "channel_members", "diff_type": "added", "selector": {"user_id": {"eq": "U05MORGAN23"}, "channel_id": {"eq": "C02EFGH5678"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at"]}], "assertion_count": 1, "metadata": {"test_index": 4, "total_tests_in_suite": 37, "subset_size": 37, "generated_at": "2025-12-27T20:55:04.835427+00:00"}, "tags": ["slack", "api", "agent-eval", "messaging"]}
6
+ {"id": "slack-bench-test_6", "prompt": "Create a new channel called 'rl-project' and add Morgan Stanley to it", "type": "actionEval", "seed_template": "slack_bench_default", "impersonate_user_id": "U01AGENBOT9", "expected_state": [{"entity": "channels", "diff_type": "added", "selector": {"channel_name": {"i_contains": "rl-project"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at"]}, {"entity": "channel_members", "diff_type": "added", "selector": {"user_id": {"eq": "U05MORGAN23"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at"]}], "assertion_count": 2, "metadata": {"test_index": 5, "total_tests_in_suite": 37, "subset_size": 37, "generated_at": "2025-12-27T20:55:04.835427+00:00"}, "tags": ["slack", "api", "agent-eval", "messaging"]}
7
+ {"id": "slack-bench-test_6a", "prompt": "Remove John from the #random channel", "type": "actionEval", "seed_template": "slack_bench_default", "impersonate_user_id": "U01AGENBOT9", "expected_state": [{"entity": "channel_members", "diff_type": "removed", "selector": {"channel_id": {"eq": "C02EFGH5678"}, "user_id": {"eq": "U02JOHNDOE1"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at"]}], "assertion_count": 1, "metadata": {"test_index": 6, "total_tests_in_suite": 37, "subset_size": 37, "generated_at": "2025-12-27T20:55:04.835427+00:00"}, "tags": ["slack", "api", "agent-eval", "messaging"]}
8
+ {"id": "slack-bench-test_6b", "prompt": "Archive the #growth channel", "type": "actionEval", "seed_template": "slack_bench_default", "impersonate_user_id": "U01AGENBOT9", "expected_state": [{"entity": "channels", "diff_type": "changed", "selector": {"channel_id": {"eq": "C04MNOP3456"}}, "expectation": {"expected_changes": {"is_archived": {"to": true}}}, "mask_fields": ["created_at", "updated_at"]}], "assertion_count": 1, "metadata": {"test_index": 7, "total_tests_in_suite": 37, "subset_size": 37, "generated_at": "2025-12-27T20:55:04.835427+00:00"}, "tags": ["slack", "api", "agent-eval", "messaging"]}
9
+ {"id": "slack-bench-test_7", "prompt": "Reply 'Next monday.' to the most recent message in #general", "type": "actionEval", "seed_template": "slack_bench_default", "impersonate_user_id": "U01AGENBOT9", "expected_state": [{"entity": "messages", "diff_type": "added", "selector": {"parent_id": {"eq": "1700173200.000456"}, "channel_id": {"eq": "C01ABCD1234"}, "message_text": {"contains": "Next monday"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at"]}], "assertion_count": 1, "metadata": {"test_index": 8, "total_tests_in_suite": 37, "subset_size": 37, "generated_at": "2025-12-27T20:55:04.835427+00:00"}, "tags": ["slack", "api", "agent-eval", "messaging"]}
10
+ {"id": "slack-bench-test_8", "prompt": "Reply 'Next monday.' to the to MCP deployment questions in #general", "type": "actionEval", "seed_template": "slack_bench_default", "impersonate_user_id": "U01AGENBOT9", "expected_state": [{"entity": "messages", "diff_type": "added", "selector": {"parent_id": {"eq": "1700173200.000456"}, "channel_id": {"eq": "C01ABCD1234"}, "message_text": {"contains": "Next monday"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at"]}], "assertion_count": 1, "metadata": {"test_index": 9, "total_tests_in_suite": 37, "subset_size": 37, "generated_at": "2025-12-27T20:55:04.835427+00:00"}, "tags": ["slack", "api", "agent-eval", "messaging"]}
11
+ {"id": "slack-bench-test_9", "prompt": "React with :thumbsup: to the question about lunch in #random", "type": "actionEval", "seed_template": "slack_bench_default", "impersonate_user_id": "U01AGENBOT9", "expected_state": [{"entity": "message_reactions", "diff_type": "added", "selector": {"message_id": {"eq": "1699572000.000789"}, "user_id": {"eq": "U01AGENBOT9"}, "reaction_type": {"eq": "thumbsup"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at"]}], "assertion_count": 1, "metadata": {"test_index": 10, "total_tests_in_suite": 37, "subset_size": 37, "generated_at": "2025-12-27T20:55:04.835427+00:00"}, "tags": ["slack", "api", "agent-eval", "messaging"]}
12
+ {"id": "slack-bench-test_10", "prompt": "React with :thumbsup: to the most recent posted message in #general", "type": "actionEval", "seed_template": "slack_bench_default", "impersonate_user_id": "U01AGENBOT9", "expected_state": [{"entity": "message_reactions", "diff_type": "added", "selector": {"message_id": {"eq": "1700173200.000456"}, "user_id": {"eq": "U01AGENBOT9"}, "reaction_type": {"eq": "thumbsup"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at"]}], "assertion_count": 1, "metadata": {"test_index": 11, "total_tests_in_suite": 37, "subset_size": 37, "generated_at": "2025-12-27T20:55:04.835427+00:00"}, "tags": ["slack", "api", "agent-eval", "messaging"]}
13
+ {"id": "slack-bench-test_11", "prompt": "Change the #general channel topic to 'Weekly standup discussions'", "type": "actionEval", "seed_template": "slack_bench_default", "impersonate_user_id": "U01AGENBOT9", "expected_state": [{"entity": "channels", "diff_type": "changed", "selector": {"channel_id": {"eq": "C01ABCD1234"}}, "expectation": {"expected_changes": {"topic_text": {"to": {"contains": "Weekly standup"}}}}, "mask_fields": ["created_at", "updated_at"]}], "assertion_count": 1, "metadata": {"test_index": 12, "total_tests_in_suite": 37, "subset_size": 37, "generated_at": "2025-12-27T20:55:04.835427+00:00"}, "tags": ["slack", "api", "agent-eval", "messaging"]}
14
+ {"id": "slack-bench-test_12", "prompt": "Find the message that says 'Hey team' and edit it to say 'Hello everyone'", "type": "actionEval", "seed_template": "slack_bench_default", "impersonate_user_id": "U01AGENBOT9", "expected_state": [{"entity": "messages", "diff_type": "changed", "selector": {"channel_id": {"eq": "C01ABCD1234"}, "message_id": {"eq": "1699564800.000123"}}, "expectation": {"expected_changes": {"message_text": {"to": {"contains": "Hello everyone"}}}}, "mask_fields": ["created_at", "updated_at"]}], "assertion_count": 1, "metadata": {"test_index": 13, "total_tests_in_suite": 37, "subset_size": 37, "generated_at": "2025-12-27T20:55:04.835427+00:00"}, "tags": ["slack", "api", "agent-eval", "messaging"]}
15
+ {"id": "slack-bench-test_13", "prompt": "Post to #general mentioning Artem with text 'Please review the pull request'", "type": "actionEval", "seed_template": "slack_bench_default", "impersonate_user_id": "U01AGENBOT9", "expected_state": [{"entity": "messages", "diff_type": "added", "selector": {"channel_id": {"eq": "C01ABCD1234"}, "message_text": {"contains": "<@U02ARTEM23>"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at"]}], "assertion_count": 1, "metadata": {"test_index": 14, "total_tests_in_suite": 37, "subset_size": 37, "generated_at": "2025-12-27T20:55:04.835427+00:00"}, "tags": ["slack", "api", "agent-eval", "messaging"]}
16
+ {"id": "slack-bench-test_14", "prompt": "Send 'System maintenance tonight at 10pm' to both #general and #random", "type": "actionEval", "seed_template": "slack_bench_default", "impersonate_user_id": "U01AGENBOT9", "expected_state": [{"entity": "messages", "diff_type": "added", "selector": {"message_text": {"contains": "maintenance"}, "channel_id": {"eq": "C01ABCD1234"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at"]}, {"entity": "messages", "diff_type": "added", "selector": {"message_text": {"contains": "maintenance"}, "channel_id": {"eq": "C02EFGH5678"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at"]}], "assertion_count": 2, "metadata": {"test_index": 15, "total_tests_in_suite": 37, "subset_size": 37, "generated_at": "2025-12-27T20:55:04.835427+00:00"}, "tags": ["slack", "api", "agent-eval", "messaging"]}
17
+ {"id": "slack-bench-test_15", "prompt": "Delete the message about new feature you posted in #general", "type": "actionEval", "seed_template": "slack_bench_default", "impersonate_user_id": "U01AGENBOT9", "expected_state": [{"entity": "messages", "diff_type": "removed", "selector": {"channel_id": {"eq": "C01ABCD1234"}, "message_text": {"contains": "new feature"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at"]}], "assertion_count": 1, "metadata": {"test_index": 16, "total_tests_in_suite": 37, "subset_size": 37, "generated_at": "2025-12-27T20:55:04.835427+00:00"}, "tags": ["slack", "api", "agent-eval", "messaging"]}
18
+ {"id": "slack-bench-test_16", "prompt": "Copy the two questions from #random and post them both to #general", "type": "actionEval", "seed_template": "slack_bench_default", "impersonate_user_id": "U01AGENBOT9", "expected_state": [{"entity": "messages", "diff_type": "added", "selector": {"channel_id": {"eq": "C01ABCD1234"}, "message_text": {"contains": "lunch"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at"]}, {"entity": "messages", "diff_type": "added", "selector": {"channel_id": {"eq": "C01ABCD1234"}, "message_text": {"contains": "Gemini"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at"]}], "assertion_count": 2, "metadata": {"test_index": 17, "total_tests_in_suite": 37, "subset_size": 37, "generated_at": "2025-12-27T20:55:04.835427+00:00"}, "tags": ["slack", "api", "agent-eval", "messaging"]}
19
+ {"id": "slack-bench-test_17", "prompt": "Search for all messages (4 messages) in the #engineering channel related to login issues and combine them into a single new message as DM to Hubert. Do not change the meaning of the original messages just combine them.", "type": "actionEval", "seed_template": "slack_bench_default", "impersonate_user_id": "U01AGENBOT9", "expected_state": [{"entity": "channels", "diff_type": "added", "selector": {"is_dm": {"eq": true}, "channel_id": {"regex": "^D"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at"]}, {"entity": "channel_members", "diff_type": "added", "selector": {"user_id": {"eq": "U06HUBERT23"}, "channel_id": {"regex": "^D"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at"]}, {"entity": "channel_members", "diff_type": "added", "selector": {"user_id": {"eq": "U01AGENBOT9"}, "channel_id": {"regex": "^D"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at"]}, {"entity": "messages", "diff_type": "added", "selector": {"user_id": {"eq": "U01AGENBOT9"}, "channel_id": {"regex": "^D"}, "message_text": {"contains": "500 errors"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at"]}, {"entity": "messages", "diff_type": "added", "selector": {"user_id": {"eq": "U01AGENBOT9"}, "channel_id": {"regex": "^D"}, "message_text": {"contains": "invalid_grant"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at"]}, {"entity": "messages", "diff_type": "added", "selector": {"user_id": {"eq": "U01AGENBOT9"}, "channel_id": {"regex": "^D"}, "message_text": {"contains": "login rate limit"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at"]}, {"entity": "messages", "diff_type": "added", "selector": {"user_id": {"eq": "U01AGENBOT9"}, "channel_id": {"regex": "^D"}, "message_text": {"contains": "login endpoint"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at"]}], "assertion_count": 7, "metadata": {"test_index": 18, "total_tests_in_suite": 37, "subset_size": 37, "generated_at": "2025-12-27T20:55:04.835427+00:00"}, "tags": ["slack", "api", "agent-eval", "messaging"]}
20
+ {"id": "slack-bench-test_18", "prompt": "Search for all messages (6 messages) related to login issues and auth improvments. Combine them into a single new message as DM to Hubert. Do not change the meaning of the original messages just combine them.", "type": "actionEval", "seed_template": "slack_bench_default", "impersonate_user_id": "U01AGENBOT9", "expected_state": [{"entity": "channels", "diff_type": "added", "selector": {"is_dm": {"eq": true}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at"]}, {"entity": "channel_members", "diff_type": "added", "selector": {"user_id": {"eq": "U06HUBERT23"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at"]}, {"entity": "messages", "diff_type": "added", "selector": {"user_id": {"eq": "U01AGENBOT9"}, "message_text": {"contains": "500 errors"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at"]}, {"entity": "messages", "diff_type": "added", "selector": {"user_id": {"eq": "U01AGENBOT9"}, "message_text": {"contains": "invalid_grant"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at"]}, {"entity": "messages", "diff_type": "added", "selector": {"user_id": {"eq": "U01AGENBOT9"}, "message_text": {"contains": "login rate limit"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at"]}, {"entity": "messages", "diff_type": "added", "selector": {"user_id": {"eq": "U01AGENBOT9"}, "message_text": {"contains": "login endpoint"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at"]}, {"entity": "messages", "diff_type": "added", "selector": {"user_id": {"eq": "U01AGENBOT9"}, "message_text": {"contains": "captcha"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at"]}, {"entity": "messages", "diff_type": "added", "selector": {"user_id": {"eq": "U01AGENBOT9"}, "message_text": {"contains": "empty password"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at"]}], "assertion_count": 8, "metadata": {"test_index": 19, "total_tests_in_suite": 37, "subset_size": 37, "generated_at": "2025-12-27T20:55:04.835427+00:00"}, "tags": ["slack", "api", "agent-eval", "messaging"]}
21
+ {"id": "slack-bench-test_19", "prompt": "Search for all messages (6 messages) related to login issues and auth improvments. Edit the message in the #engineering channel you sent before without details about issues and add the details about the issues and improvements. Do not change the meaning/ woring of the original messages just combine them.", "type": "actionEval", "seed_template": "slack_bench_default", "impersonate_user_id": "U01AGENBOT9", "expected_state": [{"entity": "messages", "diff_type": "changed", "selector": {"channel_id": {"eq": "C03IJKL9012"}, "message_id": {"eq": "1700143200.000999"}}, "expectation": {"expected_changes": {"message_text": {"to": {"contains": "500 errors"}}}}, "mask_fields": ["created_at", "updated_at"]}, {"entity": "messages", "diff_type": "changed", "selector": {"channel_id": {"eq": "C03IJKL9012"}, "message_id": {"eq": "1700143200.000999"}}, "expectation": {"expected_changes": {"message_text": {"to": {"contains": "invalid_grant"}}}}, "mask_fields": ["created_at", "updated_at"]}, {"entity": "messages", "diff_type": "changed", "selector": {"channel_id": {"eq": "C03IJKL9012"}, "message_id": {"eq": "1700143200.000999"}}, "expectation": {"expected_changes": {"message_text": {"to": {"contains": "login rate limit"}}}}, "mask_fields": ["created_at", "updated_at"]}, {"entity": "messages", "diff_type": "changed", "selector": {"channel_id": {"eq": "C03IJKL9012"}, "message_id": {"eq": "1700143200.000999"}}, "expectation": {"expected_changes": {"message_text": {"to": {"contains": "login endpoint"}}}}, "mask_fields": ["created_at", "updated_at"]}, {"entity": "messages", "diff_type": "changed", "selector": {"channel_id": {"eq": "C03IJKL9012"}, "message_id": {"eq": "1700143200.000999"}}, "expectation": {"expected_changes": {"message_text": {"to": {"contains": "captcha"}}}}, "mask_fields": ["created_at", "updated_at"]}, {"entity": "messages", "diff_type": "changed", "selector": {"channel_id": {"eq": "C03IJKL9012"}, "message_id": {"eq": "1700143200.000999"}}, "expectation": {"expected_changes": {"message_text": {"to": {"contains": "empty password"}}}}, "mask_fields": ["created_at", "updated_at"]}], "assertion_count": 6, "metadata": {"test_index": 20, "total_tests_in_suite": 37, "subset_size": 37, "generated_at": "2025-12-27T20:55:04.835427+00:00"}, "tags": ["slack", "api", "agent-eval", "messaging"]}
22
+ {"id": "slack-bench-test_20", "prompt": "You've replied to one of the messages with a bad joke. Edit it, for 'I will make a proposal for auth improvements tommorow EOD'", "type": "actionEval", "seed_template": "slack_bench_default", "impersonate_user_id": "U01AGENBOT9", "expected_state": [{"entity": "messages", "diff_type": "changed", "selector": {"channel_id": {"eq": "C03IJKL9012"}, "parent_id": {"eq": "1700143200.000999"}, "message_id": {"eq": "1700153200.000999"}, "user_id": {"eq": "U01AGENBOT9"}}, "expectation": {"expected_changes": {"message_text": {"to": {"contains": "proposal for auth improvements tommorow EOD"}}}}, "mask_fields": ["created_at", "updated_at"]}], "assertion_count": 1, "metadata": {"test_index": 21, "total_tests_in_suite": 37, "subset_size": 37, "generated_at": "2025-12-27T20:55:04.835427+00:00"}, "tags": ["slack", "api", "agent-eval", "messaging"]}
23
+ {"id": "slack-bench-test_21", "prompt": "Send a message to #general saying 'Attention' in bold and 'check logs' in italics. Use Slack Block Kit rich_text blocks with style attributes (bold:true, italic:true).", "type": "actionEval", "seed_template": "slack_bench_default", "impersonate_user_id": "U01AGENBOT9", "expected_state": [{"entity": "messages", "diff_type": "added", "selector": {"channel_id": {"eq": "C01ABCD1234"}, "blocks": {"contains": "rich_text_section"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at"]}, {"entity": "messages", "diff_type": "added", "selector": {"channel_id": {"eq": "C01ABCD1234"}, "blocks": {"contains": "\"bold\":true"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at"]}, {"entity": "messages", "diff_type": "added", "selector": {"channel_id": {"eq": "C01ABCD1234"}, "blocks": {"contains": "\"italic\":true"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at"]}], "assertion_count": 3, "metadata": {"test_index": 22, "total_tests_in_suite": 37, "subset_size": 37, "generated_at": "2025-12-27T20:55:04.835427+00:00"}, "tags": ["slack", "api", "agent-eval", "messaging"]}
24
+ {"id": "slack-bench-test_22", "prompt": "Send a bulleted list to #random with three items: 'Bagels', 'Coffee', and 'Donuts'. Use Slack Block Kit rich_text blocks with rich_text_list (style:bullet).", "type": "actionEval", "seed_template": "slack_bench_default", "impersonate_user_id": "U01AGENBOT9", "expected_state": [{"entity": "messages", "diff_type": "added", "selector": {"channel_id": {"eq": "C02EFGH5678"}, "blocks": {"contains": "rich_text_list"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at"]}, {"entity": "messages", "diff_type": "added", "selector": {"channel_id": {"eq": "C02EFGH5678"}, "blocks": {"contains": "\"style\":\"bullet\""}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at"]}], "assertion_count": 2, "metadata": {"test_index": 23, "total_tests_in_suite": 37, "subset_size": 37, "generated_at": "2025-12-27T20:55:04.835427+00:00"}, "tags": ["slack", "api", "agent-eval", "messaging"]}
25
+ {"id": "slack-bench-test_23", "prompt": "Do two things using Slack Block Kit: 1) Send a code snippet to #engineering containing `{\"status\": 200}` using rich_text_preformatted element, and 2) Send a numbered list to #general with items 'Phase 1' and 'Phase 2' using rich_text_list with style:ordered.", "type": "actionEval", "seed_template": "slack_bench_default", "impersonate_user_id": "U01AGENBOT9", "expected_state": [{"entity": "messages", "diff_type": "added", "selector": {"channel_id": {"eq": "C03IJKL9012"}, "blocks": {"contains": "rich_text_preformatted"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at"]}, {"entity": "messages", "diff_type": "added", "selector": {"channel_id": {"eq": "C01ABCD1234"}, "blocks": {"contains": "rich_text_list"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at"]}], "assertion_count": 2, "metadata": {"test_index": 24, "total_tests_in_suite": 37, "subset_size": 37, "generated_at": "2025-12-27T20:55:04.835427+00:00"}, "tags": ["slack", "api", "agent-eval", "messaging"]}
26
+ {"id": "slack-bench-test_24", "prompt": "Quote the text 'To be or not to be' in the #random channel. Use Slack Block Kit rich_text blocks with rich_text_quote element.", "type": "actionEval", "seed_template": "slack_bench_default", "impersonate_user_id": "U01AGENBOT9", "expected_state": [{"entity": "messages", "diff_type": "added", "selector": {"channel_id": {"eq": "C02EFGH5678"}, "blocks": {"contains": "rich_text_quote"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at"]}], "assertion_count": 1, "metadata": {"test_index": 25, "total_tests_in_suite": 37, "subset_size": 37, "generated_at": "2025-12-27T20:55:04.835427+00:00"}, "tags": ["slack", "api", "agent-eval", "messaging"]}
27
+ {"id": "slack-bench-test_26", "prompt": "Send a table to #growth with headers 'Metric' and 'Value', and one row of data: 'DAU', '1500'. Use Slack Block Kit with a table block type.", "type": "actionEval", "seed_template": "slack_bench_default", "impersonate_user_id": "U01AGENBOT9", "expected_state": [{"entity": "messages", "diff_type": "added", "selector": {"channel_id": {"eq": "C04MNOP3456"}, "blocks": {"contains": "\"type\":\"table\""}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at"]}, {"entity": "messages", "diff_type": "added", "selector": {"channel_id": {"eq": "C04MNOP3456"}, "blocks": {"contains": "DAU"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at"]}], "assertion_count": 2, "metadata": {"test_index": 26, "total_tests_in_suite": 37, "subset_size": 37, "generated_at": "2025-12-27T20:55:04.835427+00:00"}, "tags": ["slack", "api", "agent-eval", "messaging"]}
28
+ {"id": "slack-bench-test_27", "prompt": "Send a markdown formatted message to #engineering with a header 'Daily Report' and a bold item '**All Systems Go**'. Use Slack Block Kit with a markdown block type.", "type": "actionEval", "seed_template": "slack_bench_default", "impersonate_user_id": "U01AGENBOT9", "expected_state": [{"entity": "messages", "diff_type": "added", "selector": {"channel_id": {"eq": "C03IJKL9012"}, "blocks": {"contains": "\"type\":\"mrkdwn\""}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at"]}], "assertion_count": 1, "metadata": {"test_index": 27, "total_tests_in_suite": 37, "subset_size": 37, "generated_at": "2025-12-27T20:55:04.835427+00:00"}, "tags": ["slack", "api", "agent-eval", "messaging"]}
29
+ {"id": "slack-bench-test_28", "prompt": "Mention @Artem in #general using Slack Block Kit rich_text blocks with a user element type containing Artem's user ID.", "type": "actionEval", "seed_template": "slack_bench_default", "impersonate_user_id": "U01AGENBOT9", "expected_state": [{"entity": "messages", "diff_type": "added", "selector": {"channel_id": {"eq": "C01ABCD1234"}, "blocks": {"contains": "\"type\":\"user\""}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at"]}, {"entity": "messages", "diff_type": "added", "selector": {"channel_id": {"eq": "C01ABCD1234"}, "blocks": {"contains": "U02ARTEM23"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at"]}], "assertion_count": 2, "metadata": {"test_index": 28, "total_tests_in_suite": 37, "subset_size": 37, "generated_at": "2025-12-27T20:55:04.835427+00:00"}, "tags": ["slack", "api", "agent-eval", "messaging"]}
30
+ {"id": "slack-bench-test_29", "prompt": "Find the user who complained about 'captcha' in #general and send them a DM saying 'I am looking into this.'", "type": "actionEval", "seed_template": "slack_bench_default", "impersonate_user_id": "U01AGENBOT9", "expected_state": [{"entity": "channels", "diff_type": "added", "selector": {"is_dm": {"eq": true}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at"]}, {"entity": "messages", "diff_type": "added", "selector": {"user_id": {"eq": "U01AGENBOT9"}, "message_text": {"contains": "looking into this"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at"]}, {"entity": "channel_members", "diff_type": "added", "selector": {"user_id": {"eq": "U06HUBERT23"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at"]}], "assertion_count": 3, "metadata": {"test_index": 29, "total_tests_in_suite": 37, "subset_size": 37, "generated_at": "2025-12-27T20:55:04.835427+00:00"}, "tags": ["slack", "api", "agent-eval", "messaging"]}
31
+ {"id": "slack-bench-test_30", "prompt": "Create a new channel called 'auth-force' and invite everyone who has posted about 'login' or 'password'.", "type": "actionEval", "seed_template": "slack_bench_default", "impersonate_user_id": "U01AGENBOT9", "expected_state": [{"entity": "channels", "diff_type": "added", "selector": {"channel_name": {"contains": "auth-force"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at"]}, {"entity": "channel_members", "diff_type": "added", "selector": {"user_id": {"in": ["U01AGENBOT9", "U02JOHNDOE1", "U03ROBERT23", "U05MORGAN23", "U02ARTEM23", "U06HUBERT23"]}}, "expectation": {"expected_count": {"eq": 6}}, "mask_fields": ["created_at", "updated_at"]}], "assertion_count": 2, "metadata": {"test_index": 30, "total_tests_in_suite": 37, "subset_size": 37, "generated_at": "2025-12-27T20:55:04.835427+00:00"}, "tags": ["slack", "api", "agent-eval", "messaging"]}
32
+ {"id": "slack-bench-test_32", "prompt": "Try to invite the user 'ElonMusk' to #general. If you can't find him, inform me (Hubert) via Slack.", "type": "actionEval", "seed_template": "slack_bench_default", "impersonate_user_id": "U01AGENBOT9", "expected_state": [{"entity": "channel_members", "diff_type": "added", "selector": {"channel_id": {"eq": "C01ABCD1234"}}, "expectation": {"expected_count": {"eq": 0}}, "mask_fields": ["created_at", "updated_at"]}, {"entity": "channels", "diff_type": "added", "selector": {"is_dm": {"eq": true}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at"]}, {"entity": "messages", "diff_type": "added", "selector": {"user_id": {"eq": "U01AGENBOT9"}, "message_text": {"contains": "find"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at"]}, {"entity": "channel_members", "diff_type": "added", "selector": {"user_id": {"eq": "U06HUBERT23"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at"]}], "assertion_count": 4, "metadata": {"test_index": 31, "total_tests_in_suite": 37, "subset_size": 37, "generated_at": "2025-12-27T20:55:04.835427+00:00"}, "tags": ["slack", "api", "agent-eval", "messaging"]}
33
+ {"id": "slack-bench-test_33", "prompt": "Who are the admins of the 'Test Workspace'? Reply with their names in #random.", "type": "actionEval", "seed_template": "slack_bench_default", "impersonate_user_id": "U01AGENBOT9", "expected_state": [{"entity": "messages", "diff_type": "added", "selector": {"channel_id": {"eq": "C02EFGH5678"}, "message_text": {"contains": "Robert"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at"]}, {"entity": "messages", "diff_type": "added", "selector": {"channel_id": {"eq": "C02EFGH5678"}, "message_text": {"contains": "Morgan"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at"]}], "assertion_count": 2, "metadata": {"test_index": 32, "total_tests_in_suite": 37, "subset_size": 37, "generated_at": "2025-12-27T20:55:04.835427+00:00"}, "tags": ["slack", "api", "agent-eval", "messaging"]}
34
+ {"id": "slack-bench-test_34", "prompt": "Invite the Morgan who is NOT an admin to #random.", "type": "actionEval", "seed_template": "slack_bench_default", "impersonate_user_id": "U01AGENBOT9", "expected_state": [{"entity": "channel_members", "diff_type": "added", "selector": {"user_id": {"eq": "U05MORGAN23"}, "channel_id": {"eq": "C02EFGH5678"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at"]}], "assertion_count": 1, "metadata": {"test_index": 33, "total_tests_in_suite": 37, "subset_size": 37, "generated_at": "2025-12-27T20:55:04.835427+00:00"}, "tags": ["slack", "api", "agent-eval", "messaging"]}
35
+ {"id": "slack-bench-test_35", "prompt": "Post 'Status update: Alpha is on track' to the alpha dev channel.", "type": "actionEval", "seed_template": "slack_bench_default", "impersonate_user_id": "U01AGENBOT9", "expected_state": [{"entity": "messages", "diff_type": "added", "selector": {"channel_id": {"eq": "C06ALPHADEV"}, "message_text": {"contains": "Status update"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at"]}], "assertion_count": 1, "metadata": {"test_index": 34, "total_tests_in_suite": 37, "subset_size": 37, "generated_at": "2025-12-27T20:55:04.835427+00:00"}, "tags": ["slack", "api", "agent-eval", "messaging"]}
36
+ {"id": "slack-bench-test_36", "prompt": "Summarize the discussion about 'Gemini' in #random and post the summary to #engineering.", "type": "actionEval", "seed_template": "slack_bench_default", "impersonate_user_id": "U01AGENBOT9", "expected_state": [{"entity": "messages", "diff_type": "added", "selector": {"channel_id": {"eq": "C03IJKL9012"}, "message_text": {"contains": "frontend"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at"]}, {"entity": "messages", "diff_type": "added", "selector": {"channel_id": {"eq": "C03IJKL9012"}, "message_text": {"contains": "Flash"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at"]}], "assertion_count": 2, "metadata": {"test_index": 35, "total_tests_in_suite": 37, "subset_size": 37, "generated_at": "2025-12-27T20:55:04.835427+00:00"}, "tags": ["slack", "api", "agent-eval", "messaging"]}
37
+ {"id": "slack-bench-test_37", "prompt": "Check the discussion in #growth. If the team decided to double down on Reddit, react with :rocket: to the message proposing it.", "type": "actionEval", "seed_template": "slack_bench_default", "impersonate_user_id": "U01AGENBOT9", "expected_state": [{"entity": "message_reactions", "diff_type": "added", "selector": {"message_id": {"eq": "1700300240.000005"}, "user_id": {"eq": "U01AGENBOT9"}, "reaction_type": {"eq": "rocket"}}, "expectation": {"expected_count": {"eq": 1}}, "mask_fields": ["created_at", "updated_at"]}], "assertion_count": 1, "metadata": {"test_index": 36, "total_tests_in_suite": 37, "subset_size": 37, "generated_at": "2025-12-27T20:55:04.835427+00:00"}, "tags": ["slack", "api", "agent-eval", "messaging"]}
dataset_infos.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "slack-bench": {
3
+ "description": "Slack Bench with prompts and expected states for Slack API agent evaluation.",
4
+ "citation": "",
5
+ "homepage": "https://github.com/hubert/diff-the-universe",
6
+ "license": "mit",
7
+ "builder_name": "json",
8
+ "config_name": "slack-bench",
9
+ "version": "1.0.0",
10
+ "splits": {
11
+ "train": {
12
+ "name": "train",
13
+ "num_bytes": 34857,
14
+ "num_examples": 37,
15
+ "dataset_name": "slack-bench"
16
+ }
17
+ },
18
+ "download_checksums": {},
19
+ "download_size": 34857,
20
+ "dataset_size": 34857,
21
+ "size_in_bytes": 34857
22
+ }
23
+ }
seeds/slack_bench_default.json ADDED
@@ -0,0 +1,409 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "teams": [
3
+ {
4
+ "team_id": "T01WORKSPACE",
5
+ "team_name": "Test Workspace"
6
+ }
7
+ ],
8
+ "users": [
9
+ {
10
+ "user_id": "U01AGENBOT9",
11
+ "username": "agent1",
12
+ "display_name": "Agent",
13
+ "real_name": "AI Agent",
14
+ "email": "agent@gmail.com",
15
+ "is_bot": true
16
+ },
17
+ {
18
+ "user_id": "U02JOHNDOE1",
19
+ "username": "johndoe",
20
+ "display_name": "John",
21
+ "real_name": "John Doe",
22
+ "email": "john@gmail.com",
23
+ "is_bot": false
24
+ },
25
+ {
26
+ "user_id": "U02ARTEM23",
27
+ "username": "artembogdanov",
28
+ "display_name": "Artem",
29
+ "real_name": "Artem Bogdanov",
30
+ "email": "artem@gmail.com",
31
+ "is_bot": false
32
+ },
33
+ {
34
+ "user_id": "U03ROBERT23",
35
+ "username": "robertwalsh",
36
+ "display_name": "Robert",
37
+ "real_name": "Robert Walsh",
38
+ "email": "robert@gmail.com",
39
+ "is_bot": false
40
+ },
41
+ {
42
+ "user_id": "U04OMER23",
43
+ "username": "Omer",
44
+ "display_name": "Omer",
45
+ "real_name": "Omer Narwhal",
46
+ "email": "omer@gmail.com",
47
+ "is_bot": false
48
+ },
49
+ {
50
+ "user_id": "U05MORGAN23",
51
+ "username": "Morgan",
52
+ "display_name": "Morgan Stanley",
53
+ "real_name": "Morgan Stanley",
54
+ "email": "morgan@gmail.com",
55
+ "is_bot": false
56
+ },
57
+ {
58
+ "user_id": "U06HUBERT23",
59
+ "username": "hubertmarek",
60
+ "display_name": "Hubert",
61
+ "real_name": "Hubert Marek",
62
+ "email": "hubert@gmail.com",
63
+ "is_bot": false
64
+ },
65
+ {
66
+ "user_id": "U07MORGANFREE",
67
+ "username": "mfreeman",
68
+ "display_name": "Morgan Freeman",
69
+ "real_name": "Morgan Freeman",
70
+ "email": "mfreeman@gmail.com",
71
+ "is_bot": false
72
+ },
73
+ {
74
+ "user_id": "U08NICK23",
75
+ "username": "nickgrowth",
76
+ "display_name": "Nick",
77
+ "real_name": "Nick Fury",
78
+ "email": "nick@gmail.com",
79
+ "is_bot": false
80
+ },
81
+ {
82
+ "user_id": "U09GABRIEL",
83
+ "username": "gabrielmkt",
84
+ "display_name": "Gabriel",
85
+ "real_name": "Gabriel Horn",
86
+ "email": "gabriel@gmail.com",
87
+ "is_bot": false
88
+ }
89
+ ],
90
+ "channels": [
91
+ {
92
+ "channel_id": "C01ABCD1234",
93
+ "channel_name": "general",
94
+ "team_id": "T01WORKSPACE",
95
+ "is_private": false,
96
+ "is_dm": false,
97
+ "is_gc": false,
98
+ "topic_text": "Company-wide announcements and work-based matters",
99
+ "purpose_text": "This channel is for team-wide communication and announcements."
100
+ },
101
+ {
102
+ "channel_id": "C02EFGH5678",
103
+ "channel_name": "random",
104
+ "team_id": "T01WORKSPACE",
105
+ "is_private": false,
106
+ "is_dm": false,
107
+ "is_gc": false,
108
+ "topic_text": "Non-work banter and water cooler conversation",
109
+ "purpose_text": "A place for non-work-related chat and random things."
110
+ },
111
+ {
112
+ "channel_id": "C03IJKL9012",
113
+ "channel_name": "engineering",
114
+ "team_id": "T01WORKSPACE",
115
+ "is_private": false,
116
+ "is_dm": false,
117
+ "is_gc": false,
118
+ "topic_text": "Engineering Team",
119
+ "purpose_text": "This channel is for the Engineering Team."
120
+ },
121
+ {
122
+ "channel_id": "C04MNOP3456",
123
+ "channel_name": "growth",
124
+ "team_id": "T01WORKSPACE",
125
+ "is_private": false,
126
+ "is_dm": false,
127
+ "is_gc": false,
128
+ "topic_text": "Growth Team",
129
+ "purpose_text": "This channel is for the Growth Team."
130
+ },
131
+ {
132
+ "channel_id": "C05ALPHA",
133
+ "channel_name": "project-alpha",
134
+ "team_id": "T01WORKSPACE",
135
+ "is_private": false,
136
+ "is_dm": false,
137
+ "is_gc": false,
138
+ "topic_text": "Alpha Project Discussions",
139
+ "purpose_text": "General discussion for Project Alpha."
140
+ },
141
+ {
142
+ "channel_id": "C06ALPHADEV",
143
+ "channel_name": "project-alpha-dev",
144
+ "team_id": "T01WORKSPACE",
145
+ "is_private": false,
146
+ "is_dm": false,
147
+ "is_gc": false,
148
+ "topic_text": "Alpha Project Development",
149
+ "purpose_text": "Technical development for Project Alpha."
150
+ }
151
+ ],
152
+ "user_teams": [
153
+ {
154
+ "user_id": "U01AGENBOT9",
155
+ "team_id": "T01WORKSPACE",
156
+ "role": "member"
157
+ },
158
+ {
159
+ "user_id": "U02JOHNDOE1",
160
+ "team_id": "T01WORKSPACE",
161
+ "role": "member"
162
+ },
163
+ {
164
+ "user_id": "U04OMER23",
165
+ "team_id": "T01WORKSPACE",
166
+ "role": "member"
167
+ },
168
+ {
169
+ "user_id": "U05MORGAN23",
170
+ "team_id": "T01WORKSPACE",
171
+ "role": "member"
172
+ },
173
+ {
174
+ "user_id": "U03ROBERT23",
175
+ "team_id": "T01WORKSPACE",
176
+ "role": "admin"
177
+ },
178
+ {
179
+ "user_id": "U06HUBERT23",
180
+ "team_id": "T01WORKSPACE",
181
+ "role": "member"
182
+ },
183
+ {
184
+ "user_id": "U02ARTEM23",
185
+ "team_id": "T01WORKSPACE",
186
+ "role": "member"
187
+ },
188
+ {
189
+ "user_id": "U07MORGANFREE",
190
+ "team_id": "T01WORKSPACE",
191
+ "role": "admin"
192
+ },
193
+ {
194
+ "user_id": "U08NICK23",
195
+ "team_id": "T01WORKSPACE",
196
+ "role": "member"
197
+ },
198
+ {
199
+ "user_id": "U09GABRIEL",
200
+ "team_id": "T01WORKSPACE",
201
+ "role": "member"
202
+ }
203
+ ],
204
+ "channel_members": [
205
+ {
206
+ "channel_id": "C01ABCD1234",
207
+ "user_id": "U01AGENBOT9"
208
+ },
209
+ {
210
+ "channel_id": "C01ABCD1234",
211
+ "user_id": "U02JOHNDOE1"
212
+ },
213
+ {
214
+ "channel_id": "C01ABCD1234",
215
+ "user_id": "U03ROBERT23"
216
+ },
217
+ {
218
+ "channel_id": "C02EFGH5678",
219
+ "user_id": "U01AGENBOT9"
220
+ },
221
+ {
222
+ "channel_id": "C02EFGH5678",
223
+ "user_id": "U02JOHNDOE1"
224
+ },
225
+ {
226
+ "channel_id": "C02EFGH5678",
227
+ "user_id": "U03ROBERT23"
228
+ },
229
+ {
230
+ "channel_id": "C02EFGH5678",
231
+ "user_id": "U06HUBERT23"
232
+ },
233
+ {
234
+ "channel_id": "C03IJKL9012",
235
+ "user_id": "U01AGENBOT9"
236
+ },
237
+ {
238
+ "channel_id": "C03IJKL9012",
239
+ "user_id": "U02JOHNDOE1"
240
+ },
241
+ {
242
+ "channel_id": "C03IJKL9012",
243
+ "user_id": "U03ROBERT23"
244
+ },
245
+ {
246
+ "channel_id": "C03IJKL9012",
247
+ "user_id": "U05MORGAN23"
248
+ },
249
+ {
250
+ "channel_id": "C03IJKL9012",
251
+ "user_id": "U06HUBERT23"
252
+ },
253
+ {
254
+ "channel_id": "C04MNOP3456",
255
+ "user_id": "U08NICK23"
256
+ },
257
+ {
258
+ "channel_id": "C04MNOP3456",
259
+ "user_id": "U09GABRIEL"
260
+ },
261
+ {
262
+ "channel_id": "C04MNOP3456",
263
+ "user_id": "U06HUBERT23"
264
+ },
265
+ {
266
+ "channel_id": "C04MNOP3456",
267
+ "user_id": "U01AGENBOT9"
268
+ },
269
+ {
270
+ "channel_id": "C06ALPHADEV",
271
+ "user_id": "U01AGENBOT9"
272
+ }
273
+ ],
274
+ "messages": [
275
+ {
276
+ "message_id": "1699564800.000123",
277
+ "channel_id": "C01ABCD1234",
278
+ "user_id": "U01AGENBOT9",
279
+ "message_text": "Hey team, we just shipped the new feature!"
280
+ },
281
+ {
282
+ "message_id": "1699572000.000789",
283
+ "channel_id": "C02EFGH5678",
284
+ "user_id": "U02JOHNDOE1",
285
+ "message_text": "Anyone up for lunch?"
286
+ },
287
+ {
288
+ "message_id": "1699651200.000321",
289
+ "channel_id": "C03IJKL9012",
290
+ "user_id": "U01AGENBOT9",
291
+ "message_text": "Login service returning '500 errors' for several users since 08:00—investigating backend rollout."
292
+ },
293
+ {
294
+ "message_id": "1699737600.000654",
295
+ "channel_id": "C03IJKL9012",
296
+ "user_id": "U02JOHNDOE1",
297
+ "message_text": "FYI: Google SSO login flow fails with 'invalid_grant' for new accounts; auth team looped in."
298
+ },
299
+ {
300
+ "message_id": "1699824000.000987",
301
+ "channel_id": "C03IJKL9012",
302
+ "user_id": "U03ROBERT23",
303
+ "message_text": "Crash report: retrying wrong password 3 times triggers 'login rate limit' not allowing users to login."
304
+ },
305
+ {
306
+ "message_id": "1699910400.000246",
307
+ "channel_id": "C03IJKL9012",
308
+ "user_id": "U05MORGAN23",
309
+ "message_text": "Around 19:00 the 'login endpoint' slows to 12s response time; suspect nightly ETL job contention."
310
+ },
311
+ {
312
+ "message_id": "1699996800.000777",
313
+ "channel_id": "C01ABCD1234",
314
+ "user_id": "U02ARTEM23",
315
+ "message_text": "UX note: login form still lets users submit empty password—should throw validation instead."
316
+ },
317
+ {
318
+ "message_id": "1700083200.000888",
319
+ "channel_id": "C01ABCD1234",
320
+ "user_id": "U06HUBERT23",
321
+ "message_text": "Reminder: auth improvements next sprint must cover captcha for repeated login failures."
322
+ },
323
+ {
324
+ "message_id": "1700143200.000999",
325
+ "channel_id": "C03IJKL9012",
326
+ "user_id": "U01AGENBOT9",
327
+ "message_text": "I've noticed a few auth issues and potential improvements:"
328
+ },
329
+ {
330
+ "message_id": "1700153200.000999",
331
+ "channel_id": "C03IJKL9012",
332
+ "user_id": "U01AGENBOT9",
333
+ "parent_id": "1700143200.000999",
334
+ "message_text": "Joke: 'What do you call an AI enginner? Someone who can't write code or build software.'"
335
+ },
336
+ {
337
+ "message_id": "1700173200.000456",
338
+ "channel_id": "C01ABCD1234",
339
+ "user_id": "U03ROBERT23",
340
+ "message_text": "Does anyone know when the MCP deployment will be done?"
341
+ },
342
+ {
343
+ "message_id": "1700210000.000001",
344
+ "channel_id": "C02EFGH5678",
345
+ "user_id": "U02ARTEM23",
346
+ "message_text": "Has anyone tried the new Gemini 3 Pro model yet? Seems really good for frontend."
347
+ },
348
+ {
349
+ "message_id": "1700210060.000002",
350
+ "channel_id": "C02EFGH5678",
351
+ "user_id": "U05MORGAN23",
352
+ "message_text": "I saw the announcement, we should share it with the UX team to play around with it."
353
+ },
354
+ {
355
+ "message_id": "1700210120.000003",
356
+ "channel_id": "C02EFGH5678",
357
+ "user_id": "U02JOHNDOE1",
358
+ "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."
359
+ },
360
+ {
361
+ "message_id": "1700210180.000004",
362
+ "channel_id": "C02EFGH5678",
363
+ "user_id": "U04OMER23",
364
+ "message_text": "Is it out in preview? I want to test it against our current benchmarks."
365
+ },
366
+ {
367
+ "message_id": "1700210240.000005",
368
+ "channel_id": "C02EFGH5678",
369
+ "user_id": "U02ARTEM23",
370
+ "message_text": "Yeah, it's in the developer preview. I'll send the docs link later."
371
+ },
372
+ {
373
+ "message_id": "1700300000.000001",
374
+ "channel_id": "C04MNOP3456",
375
+ "user_id": "U08NICK23",
376
+ "message_text": "I've pulled the results from last week's social experiments: Reddit +15% traffic, LN +5%, Twitter -2%, YT +8%."
377
+ },
378
+ {
379
+ "message_id": "1700300060.000002",
380
+ "channel_id": "C04MNOP3456",
381
+ "user_id": "U09GABRIEL",
382
+ "message_text": "Reddit is killing it! What was the main driver there? The text posts or the link dumps?"
383
+ },
384
+ {
385
+ "message_id": "1700300120.000003",
386
+ "channel_id": "C04MNOP3456",
387
+ "user_id": "U08NICK23",
388
+ "message_text": "It was actually the 'Day in the life' deep dive text post. People engaged with the story."
389
+ },
390
+ {
391
+ "message_id": "1700300180.000004",
392
+ "channel_id": "C04MNOP3456",
393
+ "user_id": "U06HUBERT23",
394
+ "message_text": "FYI: If we decide to scale the Reddit strategy, Engineering can help automate some of the formatting or crossposting."
395
+ },
396
+ {
397
+ "message_id": "1700300240.000005",
398
+ "channel_id": "C04MNOP3456",
399
+ "user_id": "U09GABRIEL",
400
+ "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?"
401
+ },
402
+ {
403
+ "message_id": "1700300300.000006",
404
+ "channel_id": "C04MNOP3456",
405
+ "user_id": "U08NICK23",
406
+ "message_text": "On it. I'll have the draft ready by EOD tomorrow."
407
+ }
408
+ ]
409
+ }