Skip to content

Commit 1c5cecd

Browse files
committed
feat: enhance documentation by adding instructions for Vibe Coding and updating navigation
1 parent 7e05fb6 commit 1c5cecd

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

docs/en/swarm_vibe_coding.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,28 @@ Your skills (First read the SKILL file to acquire necessary knowledge):
1616
ajet/copilot/write-swarm-client/SKILL.md
1717
```
1818

19+
## Instruction
20+
1921
Copy and paste the prompt above into opencode or claude-code, and then hit `ajet-swarm start` and `python /path/to/ai/generated/agent_roll.py`,
2022
and wait for the training to finish.
2123

22-
Reference result:
24+
## Generated training code structure.
25+
26+
```bash
27+
tutorial/opencode_build_countdown_agent
28+
├── agent_roll.py
29+
├── agent_run.py
30+
├── countdown_dataset
31+
│ ├── examples.json
32+
│ └── train.jsonl
33+
├── generate_countdown_dataset.py
34+
├── __init__.py
35+
└── readme.md
36+
37+
2 directories, 10 files
38+
```
39+
40+
## Reference result:
2341

2442
<div align="center">
2543
<img width="600" alt="image" src="https://img.alicdn.com/imgextra/i2/O1CN01u5JHH521QRGeQAFsL_!!6000000006979-2-tps-1200-600.png"/>

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ nav:
4242

4343
- Swarm Examples:
4444
- Best Practice: en/swarm_best_practice.md
45+
- Swarm Vibe Coding: en/swarm_vibe_coding.md
4546

4647
- Components:
4748
- Workflow: en/workflow.md

0 commit comments

Comments
 (0)