awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

Awesome GitHub RepositoriesCode Block Extractions

Tools for isolating and extracting raw source code from AI-generated markdown responses.

Distinct from Code Formatting: Existing candidates focus on SMS or general formatting; this is specifically about stripping prose from AI output.

Explore 2 awesome GitHub repositories matching artificial intelligence & ml · Code Block Extractions. Refine with filters or upvote what's useful.

Awesome Code Block Extractions GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • sigoden/aichatالصورة الرمزية لـ sigoden

    sigoden/aichat

    9,328عرض على GitHub↗

    This project is a terminal-based command line interface client and agent orchestrator for interacting with multiple large language model providers. It functions as an OpenAI API client and a local API gateway that exposes chat completions and embeddings through an HTTP server. The system distinguishes itself by providing a retrieval-augmented generation tool for indexing local files and URLs into a vector database to provide custom document context. It allows for the creation of specialized AI agents that combine custom system prompts with tool calling and external function execution. The to

    Strips away Markdown formatting and explanatory prose to output only the pure code portions of a response.

    Rustaiai-agentschatbot
    عرض على GitHub↗9,328
  • drathier/stack-overflow-importالصورة الرمزية لـ drathier

    drathier/stack-overflow-import

    3,736عرض على GitHub↗

    stack-overflow-import is a Python dynamic module loader and web-based code fetcher. It functions as a tool that retrieves code blocks from community answers on Stack Overflow and loads them as executable Python modules within a local environment. The project enables automated code snippet integration by fetching high-rated community solutions and importing them directly into the runtime. This allows for a workflow where external code is loaded as executable modules to facilitate the testing of snippets without manual copying and pasting.

    Parses HTML or plain text from API responses to isolate executable code blocks using regex pattern matching.

    Pythonimportstackoverflow
    عرض على GitHub↗3,736
  1. Home
  2. Artificial Intelligence & ML
  3. Code Block Extractions

استكشف الوسوم الفرعية

  • Web Page Code ExtractionsTools for isolating source code blocks from HTML or plain text web responses using pattern matching. **Distinct from Code Block Extractions:** Distinct from AI code block extractions: targets structured web pages and API responses instead of LLM markdown output.