From 663926ab64afcf71db6e1852096777bccbbb8908 Mon Sep 17 00:00:00 2001 From: 1Broseidon Date: Thu, 6 Nov 2025 15:58:17 -0600 Subject: [PATCH] Add promptext to Developer tools section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 286bf5b..b434155 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,7 @@ Your contributions are always welcome! - [Langfuse](https://langfuse.com/) - Open-source LLM monitoring platform that helps teams collaboratively debug, analyze, and iterate on their LLM applications. [#opensource](https://github.com/langfuse/langfuse) - [Shell-Pilot](https://github.com/reid41/shell-pilot) - Interact with LLM using Ollama models(or openAI, mistralAI)via pure shell scripts on your Linux(or MacOS) system, enhancing intelligent system management without any dependencies - [code-collator](https://github.com/tawanda-kembo/code-collator): Creates a single markdown file that describes your entire codebase to language models. +- [promptext](https://github.com/1broseidon/promptext) - Smart code context extractor for AI assistants with accurate token counting, relevance prioritization, and token budget management. ## User Tools - [llmcord.py](https://github.com/jakobdylanc/discord-llm-chatbot) - Discord LLM Chatbot - Talk to LLMs with your friends!