awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • sigoden/aichatsigoden 的头像

    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-importdrathier 的头像

    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.