llmtxt
is the backend API for llmtxt.xyz -- generate an llm.txt
for your github repository and store it onchain (on Load Network [^^]).
- endpoint: https://api.llmtxt.xyz
GET /port/:user/:repo_name
Response:
pub struct LlmTxtHandler {
pub user: String,
pub repo: String,
pub load0_hash: String,
pub size: u32,
}
This project is licensed under the MIT License