webxos commited on
Commit
069e238
·
verified ·
1 Parent(s): a6a00f6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +55 -26
README.md CHANGED
@@ -1,10 +1,45 @@
1
- # OPENCHEF!: AGENTIC v2.0 - Multi-Agent Routing Dataset
2
-
3
- ## Dataset Description
4
-
5
- This dataset contains simulated multi-agent sessions generated by OPENCHEF!: AGENTIC v2.0, designed for training AI agents in tool use and routing decisions.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
 
7
  ### Dataset Summary
 
8
  - **Total Sessions**: 770
9
  - **Train**: 539 (70.0%)
10
  - **Validation**: 127 (16.5%)
@@ -13,14 +48,21 @@ This dataset contains simulated multi-agent sessions generated by OPENCHEF!: AGE
13
  - **Generated**: 2026-01-30T10:54:18.423Z
14
 
15
  ### Supported Tasks
 
16
  - Tool calling with function-calling format
17
  - Multi-agent routing decisions
18
  - Error recovery from routing mistakes
19
- - Agent coordination
 
 
 
 
 
20
 
21
  ### Data Fields
22
 
23
  Each example contains:
 
24
  - `id`: Unique session identifier
25
  - `split`: Dataset split (train/validation/test)
26
  - `task_description`: User instruction for the session
@@ -36,21 +78,8 @@ Each example contains:
36
 
37
  The dataset is split into train (70%), validation (15%), and test (15%) sets.
38
 
39
- ## Usage
40
-
41
- ### For Hugging Face Datasets
42
- ```python
43
- from datasets import load_dataset
44
-
45
- # Load directly from JSONL files
46
- dataset = load_dataset('json', data_files={
47
- 'train': 'data/train.jsonl',
48
- 'validation': 'data/validation.jsonl',
49
- 'test': 'data/test.jsonl'
50
- })
51
- ```
52
-
53
  ### For Training Agentic Models
 
54
  This dataset is optimized for training models on:
55
  - Tool calling behavior
56
  - Routing decisions between specialized agents
@@ -69,14 +98,14 @@ This dataset is optimized for training models on:
69
 
70
  If you use this dataset, please cite:
71
  ```
72
- @software{openchef2024,
73
- title = {OPENCHEF!: AGENTIC v2.0 - Multi-Agent Routing Dataset Generator},
74
- author = {OPENCLAW.ai Team},
75
- year = {2024},
76
- url = {https://github.com/openclaw/openchef}
77
  }
78
  ```
79
 
80
  ## License
81
 
82
- MIT License
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - question-answering
5
+ - text-classification
6
+ - text-generation
7
+ tags:
8
+ - conversational
9
+ - question-answering
10
+ - agentic
11
+ - multi-agent
12
+ - tool-calling
13
+ - function-calling
14
+ - routing
15
+ - agent-routing
16
+ - agentic workflows
17
+ - multi-agent coordination
18
+ ---
19
+
20
+ [![Website](https://img.shields.io/badge/webXOS.netlify.app-Explore_Apps-00d4aa?style=for-the-badge&logo=netlify&logoColor=white)](https://webxos.netlify.app)
21
+ [![GitHub](https://img.shields.io/badge/GitHub-webxos/webxos-181717?style=for-the-badge&logo=github&logoColor=white)](https://github.com/webxos/webxos)
22
+ [![Hugging Face](https://img.shields.io/badge/Hugging_Face-🤗_webxos-FFD21E?style=for-the-badge&logo=huggingface&logoColor=white)](https://huggingface.co/webxos)
23
+ [![Follow on X](https://img.shields.io/badge/Follow_@webxos-1DA1F2?style=for-the-badge&logo=x&logoColor=white)](https://x.com/webxos)
24
+
25
+ # OPENCHEF!: AGENTIC DATASET
26
+
27
+ **Multi-agent routing & tool-calling traces** generated by OPENCHEF!:AGENTIC v2.0
28
+ Small simulated agent sessions with intentional routing errors (15% error rate).
29
+
30
+ ## Key Stats
31
+ - **Total sessions**: 770
32
+ - **Splits**: train (539 ≈70%), validation (127 ≈16.5%), test (104 ≈13.5%)
33
+ - **Success rate**: 92.9%
34
+ - **Average steps**: varies (typically 8–15 per session)
35
+ - **License**: MIT
36
+
37
+ This dataset contains simulated multi-agent sessions generated by OPENCHEF!: AGENTIC,
38
+ designed for training AI agents in tool use and routing decisions. You can download the app in the
39
+ /chef/ folder of this repo and make your own similar datasets.
40
 
41
  ### Dataset Summary
42
+
43
  - **Total Sessions**: 770
44
  - **Train**: 539 (70.0%)
45
  - **Validation**: 127 (16.5%)
 
48
  - **Generated**: 2026-01-30T10:54:18.423Z
49
 
50
  ### Supported Tasks
51
+
52
  - Tool calling with function-calling format
53
  - Multi-agent routing decisions
54
  - Error recovery from routing mistakes
55
+ - Agent coordinationExample Tasks:
56
+ - Calendar: create/check events, conflict detection
57
+ - Email: search, read, forward/send
58
+ - Code: write/debug Node.js, TypeScript, Python scripts
59
+ - Web: search, summarize pages
60
+ - File/system: basic operations
61
 
62
  ### Data Fields
63
 
64
  Each example contains:
65
+
66
  - `id`: Unique session identifier
67
  - `split`: Dataset split (train/validation/test)
68
  - `task_description`: User instruction for the session
 
78
 
79
  The dataset is split into train (70%), validation (15%), and test (15%) sets.
80
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
81
  ### For Training Agentic Models
82
+
83
  This dataset is optimized for training models on:
84
  - Tool calling behavior
85
  - Routing decisions between specialized agents
 
98
 
99
  If you use this dataset, please cite:
100
  ```
101
+ @software{openclaw_agentic_dataset,
102
+ title = {openclaw_agentic_dataset},
103
+ author = {webXOS},
104
+ year = {2026},
105
+ url = {webxos.netlify.app}
106
  }
107
  ```
108
 
109
  ## License
110
 
111
+ MIT License