Skip to content

[FAQ] How do I generate the AGENTS.md file for Codex in dlt ? #220

@mlpub

Description

@mlpub

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:

  1. Open terminal and run:
dlt ai setup codex
  1. 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

  • I have searched existing FAQs and this question is not already answered
  • The answer provides accurate, helpful information
  • I have included any relevant code examples or links

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions