AnswerDotAI / AnswerDotAI/llms-txt
Read local/relative markdown files support
- Dominant language
- Jupyter Notebook
- Stars
- 2.6k
- Forks
- 163
- Avg merge
- 1m
- Merged PRs (30d)
- 1
Description
Now `llms_txt2ctx` only supports to read `http://` or `https://` links, any idea to read relative markdown files? When editing `llms.txt`, relative files are friendly for IDE/Editor. It's is also friendly to convert local `llms.txt` to `llms.md`, and attach `llms.md` to chat bot.
```
# zawk
> zawk is an implementation of the AWK language written by Rust, and it includes a standard library for text, math,
> datetime, crypto, parser, encode/decode, KV, SQLite/MySQL, Redis/NATS, etc.
## Docs
- [FAQ](./info/faq.md): FAQ about zawk
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by tracing how llms_txt2ctx currently handles http:// and https:// links, then check how a relative link such as ./info/faq.md in llms.txt is processed. Use the zawk example to verify local markdown files can be read and included when converting llms.txt to llms.md.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- markdown
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100