Skip to content

Commit a1fe7f7

Browse files
author
FAQ Bot
committed
NEW: How do I generate the AGENTS.md file for Codex in dlt?
1 parent 0223c60 commit a1fe7f7

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
id: 7b3f0193ec
3+
question: How do I generate the AGENTS.md file for Codex in dlt?
4+
sort_order: 58
5+
---
6+
7+
To generate the AGENTS.md file for Codex in dlt, follow these steps:
8+
9+
1. Open a terminal and run:
10+
11+
```bash
12+
dlt ai setup codex
13+
```
14+
15+
2. The command currently generates a file named `AGENT.md`. Since Codex looks for `AGENTS.md` (plural) by default, rename it:
16+
17+
```bash
18+
mv AGENT.md AGENTS.md
19+
```

0 commit comments

Comments
 (0)