Skip to content

Commit ac25378

Browse files
Added llms.txt generation script in index.qmd
1 parent 2259f11 commit ac25378

File tree

3 files changed

+1065
-2
lines changed

3 files changed

+1065
-2
lines changed

docs/customization.qmd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ mypy
4545

4646
We find that mypy is an enormous time-saver, catching many errors early and greatly reducing time spent debugging unit tests. However, note that mypy requires you type annotate every variable, function, and method in your code base, so taking advantage of it is a lifestyle change!
4747

48+
### Developing with LLMs
49+
50+
In line with the [llms.txt standard](https://llmstxt.org/), we have exposed the full Markdown-formatted project documentation as a [single text file](https://promptlytechnologies.com/docs/static/llms.txt) to make it more usable by LLM agents.
51+
4852
## Project structure
4953

5054
### Customizable folders and files

0 commit comments

Comments
 (0)