awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to akamai/patchdiff-ai

Open-source alternatives to Patchdiff Ai

30 open-source projects similar to akamai/patchdiff-ai, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Patchdiff Ai alternative.

  • andrestorres123/delveAvatar von andrestorres123

    andrestorres123/delve

    71Auf GitHub ansehen↗

    This project implements TnT-LLM, a framework designed for large-scale text mining using Large Language Models (LLMs). TnT-LLM automates two core tasks: label taxonomy generation and text classification, both of which traditionally require significant manual effort and domain expertise.

    Python
    Auf GitHub ansehen↗71
  • azzedde/brainstormersAvatar von Azzedde

    Azzedde/brainstormers

    624Auf GitHub ansehen↗

    Transform your ideas with structured AI-powered brainstorming methods Built with Next.js, TypeScript, and OpenAI's GPT models

    TypeScript
    Auf GitHub ansehen↗624
  • bessouat40/raglightAvatar von Bessouat40

    Bessouat40/RAGLight

    666Auf GitHub ansehen↗

    RAGLight is a lightweight and modular Python library for implementing Retrieval-Augmented Generation (RAG). It enhances the capabilities of Large Language Models (LLMs) by combining document retrieval with natural language inference.

    Python
    Auf GitHub ansehen↗666
  • chopratejas/headroomAvatar von chopratejas

    chopratejas/headroom

    29,537Auf GitHub ansehen↗

    Headroom is an AI gateway proxy and token optimizer designed to reduce the cost and latency of large language model interactions. It functions as an intermediary that intercepts traffic between clients and providers to apply context compression, request routing, and format translation. The system differentiates itself through a Model Context Protocol server implementation that delivers compression and retrieval tools to compatible AI hosts. It employs a content-aware compression pipeline and tiered importance scoring to trim redundant data from logs and tool outputs while preserving essential

    Pythonagentaianthropic
    Auf GitHub ansehen↗29,537

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • cryxnet/deepmcpagentAvatar von cryxnet

    cryxnet/deepmcpagent

    852Auf GitHub ansehen↗

    The foundation layer for agentic intelligence.

    Python
    Auf GitHub ansehen↗852
  • cubaseuser123/cellwise-langraph-notebook-agentC

    cubaseuser123/Cellwise-LanGraph-NoteBook-Agent

    0Auf GitHub ansehen↗

    Automated Documentation: Generates a parallel docs.md file for every notebook you run. - Context-Aware: Uses information from previous cells to understand the flow of your code. - Significance Filtering: Smartly ignores trivial cells (imports, prints, magic commands) to focus on the logic. -…

    Auf GitHub ansehen↗0
  • darwin-lfl/langmanusAvatar von Darwin-lfl

    Darwin-lfl/langmanus

    1,317Auf GitHub ansehen↗

    English | 简体中文

    Auf GitHub ansehen↗1,317
  • davialabs/daviaAvatar von davialabs

    davialabs/davia

    1,638Auf GitHub ansehen↗
    TypeScriptai-toolsdocumentationdocumentation-generator
    Auf GitHub ansehen↗1,638
  • dito97/deepagents-backendsAvatar von DiTo97

    DiTo97/deepagents-backends

    109Auf GitHub ansehen↗

    deepagents-backends provides production-ready implementations of the LangChain Deep Agents' BackendProtocol for remote file storage, allowing your agents to maintain state across restarts and share files in distributed environments.

    Python
    Auf GitHub ansehen↗109
  • dkondo/agent-tackle-boxD

    dkondo/agent-tackle-box

    0Auf GitHub ansehen↗

    A toolkit for developing AI agents.

    Auf GitHub ansehen↗0
  • emanueleielo/compact-middlewareAvatar von emanueleielo

    emanueleielo/compact-middleware

    41Auf GitHub ansehen↗

    Claude Code's compaction engine, as a drop-in DeepAgents middleware.

    Python
    Auf GitHub ansehen↗41
  • foniod/redbpfAvatar von foniod

    foniod/redbpf

    1,721Auf GitHub ansehen↗

    Rust library for building and running BPF/eBPF modules

    Rust
    Auf GitHub ansehen↗1,721
  • fzakaria/ebpf-mpls-encap-decapAvatar von fzakaria

    fzakaria/eBPF-mpls-encap-decap

    57Auf GitHub ansehen↗

    Sample project demonstrating how to use eBPF to encap/decap packets with an MPLS label.

    C
    Auf GitHub ansehen↗57
  • goldshtn/linux-tracing-workshopAvatar von goldshtn

    goldshtn/linux-tracing-workshop

    1,322Auf GitHub ansehen↗

    Examples and hands-on labs for Linux tracing tools workshops

    HTML
    Auf GitHub ansehen↗1,322
  • googleapis/genai-toolboxAvatar von googleapis

    googleapis/genai-toolbox

    13,041Auf GitHub ansehen↗

    The GenAI Toolbox is a framework designed to integrate large language models with structured databases, enabling autonomous data analysis and information retrieval. It functions as an agentic orchestrator that translates natural language prompts into executable database queries, allowing users to interact with complex data sources through conversational interfaces. The system distinguishes itself by utilizing schema-driven metadata serialization, which maps database structures into formats that language models can interpret to perform autonomous reasoning. By maintaining stateful conversation

    Goagentagentsai
    Auf GitHub ansehen↗13,041
  • hinthornw/trustcallAvatar von hinthornw

    hinthornw/trustcall

    1,073Auf GitHub ansehen↗

    LLMs struggle when asked to generate or modify large JSON blobs. trustcall solves this by asking the LLM to generate JSON patch operations. This is a simpler task that can be done iteratively. This enables:

    Python
    Auf GitHub ansehen↗1,073
  • hyperboliclabs/hyperbolic-agentkitAvatar von HyperbolicLabs

    HyperbolicLabs/Hyperbolic-AgentKit

    111Auf GitHub ansehen↗

    This repository is inspired by and modified from Coinbase's CDP Agentkit. We extend our gratitude to the Coinbase Developer Platform team for their original work. For the voice agent, we extend the work of langchain-ai/react-voice-agent.

    Python
    Auf GitHub ansehen↗111
  • iovisor/bccAvatar von iovisor

    iovisor/bcc

    22,459Auf GitHub ansehen↗

    BCC is an eBPF development toolkit and tracing framework used for monitoring and analyzing the Linux kernel. It functions as a performance analysis tool and debugging utility to capture system events, measure kernel latency, and provide network observability. The project distinguishes itself by providing a build system that integrates with LLVM to compile C-like code into BPF bytecode at runtime. It utilizes BPF Type Format data for relocations to maintain cross-kernel compatibility and extracts kernel headers to ensure the generated programs match the specific kernel version. The toolkit co

    C
    Auf GitHub ansehen↗22,459
  • iovisor/bpf-docsAvatar von iovisor

    iovisor/bpf-docs

    1,012Auf GitHub ansehen↗

    Presentations and docs

    Auf GitHub ansehen↗1,012
  • joshuac215/agent-service-toolkitAvatar von JoshuaC215

    JoshuaC215/agent-service-toolkit

    4,082Auf GitHub ansehen↗

    This is a framework for building and deploying customizable AI agent services using a standardized reference architecture. It provides the core infrastructure necessary to host multiple agents within a single service, supporting interactive chat interfaces and real-time response streaming. The project distinguishes itself with a human-in-the-loop mechanism that allows agent execution to be paused for manual approval or intervention. It also features path-based routing to direct requests to specific agents and a multi-stage content moderation system to filter outputs through safety guardrails.

    Pythonagentslanggraphstreamlit
    Auf GitHub ansehen↗4,082
  • langasync/langasyncAvatar von langasync

    langasync/langasync

    23Auf GitHub ansehen↗

    50% cost savings on LLM APIs with zero code changes.

    Python
    Auf GitHub ansehen↗23
  • lizrice/ebpf-beginnersAvatar von lizrice

    lizrice/ebpf-beginners

    1,723Auf GitHub ansehen↗

    The beginner's guide to eBPF

    Python
    Auf GitHub ansehen↗1,723
  • mediaeater/swarm-at-ledgerAvatar von Mediaeater

    Mediaeater/swarm-at-ledger

    1Auf GitHub ansehen↗

    Hash-chained public record of verified agent settlements. Append-only, tamper-evident, auditable by anyone.

    Python
    Auf GitHub ansehen↗1
  • netfoundry/zfwAvatar von netfoundry

    netfoundry/zfw

    82Auf GitHub ansehen↗

    An EBPF based IPv4/IPv6 firewall with integrations for OpenZiti Zero-Trust Framework edge-routers and tunnellers

    C
    Auf GitHub ansehen↗82
  • netoptimizer/prototype-kernelAvatar von netoptimizer

    netoptimizer/prototype-kernel

    316Auf GitHub ansehen↗

    Prototyping kernel development work outside mainline

    C
    Auf GitHub ansehen↗316
  • netronome/bpf-samplesAvatar von Netronome

    Netronome/bpf-samples

    107Auf GitHub ansehen↗

    Sample BPF offload apps.

    C
    Auf GitHub ansehen↗107
  • niclashedam/ebpf-kill-exampleAvatar von niclashedam

    niclashedam/ebpf-kill-example

    22Auf GitHub ansehen↗

    An example of an eBPF program hooking into the kill tracepoint

    C
    Auf GitHub ansehen↗22
  • proactive-agent/langgraphicsAvatar von proactive-agent

    proactive-agent/langgraphics

    126Auf GitHub ansehen↗

    Visualize live LangGraph execution and see how your agent thinks as it runs.

    TypeScript
    Auf GitHub ansehen↗126
  • rsrini7/mermaid2gifAvatar von rsrini7

    rsrini7/mermaid2gif

    37Auf GitHub ansehen↗

    Autonomous Mermaid to Flow-Animated GIF Converter

    Python
    Auf GitHub ansehen↗37
  • sanjeed5/ai-conversation-simulatorAvatar von sanjeed5

    sanjeed5/ai-conversation-simulator

    46Auf GitHub ansehen↗

    A tool for simulating conversations between an AI assistant and a virtual user for testing and development purposes.

    Python
    Auf GitHub ansehen↗46