Course
data-engineering-zoomcamp
Question
How do I generate the AGENTS.md file for Codex in dlt ?
Answer
To get your dlt agents up and running in Codex, just follow these quick steps:
- Open terminal and run:
- The command currently generates a file named
AGENT.md.
Since Codex looks for AGENTS.md (plural) by default, you’ll need to rename it:
Run mv AGENT.md AGENTS.md.
Checklist
Course
data-engineering-zoomcamp
Question
How do I generate the AGENTS.md file for Codex in dlt ?
Answer
To get your
dltagents up and running in Codex, just follow these quick steps:AGENT.md.Since Codex looks for
AGENTS.md(plural) by default, you’ll need to rename it:Run
mv AGENT.md AGENTS.md.Checklist