awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 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 de andrestorres123

    andrestorres123/delve

    71Voir sur GitHub↗

    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
    Voir sur GitHub↗71
  • azzedde/brainstormersAvatar de Azzedde

    Azzedde/brainstormers

    624Voir sur GitHub↗

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

    TypeScript
    Voir sur GitHub↗624
  • bessouat40/raglightAvatar de Bessouat40

    Bessouat40/RAGLight

    666Voir sur GitHub↗

    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
    Voir sur GitHub↗666
  • chopratejas/headroomAvatar de chopratejas

    chopratejas/headroom

    29,537Voir sur GitHub↗

    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
    Voir sur GitHub↗29,537

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Find more with AI search
  • cryxnet/deepmcpagentAvatar de cryxnet

    cryxnet/deepmcpagent

    852Voir sur GitHub↗

    The foundation layer for agentic intelligence.

    Python
    Voir sur GitHub↗852
  • cubaseuser123/cellwise-langraph-notebook-agentC

    cubaseuser123/Cellwise-LanGraph-NoteBook-Agent

    0Voir sur GitHub↗

    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. -…

    Voir sur GitHub↗0
  • darwin-lfl/langmanusAvatar de Darwin-lfl

    Darwin-lfl/langmanus

    1,317Voir sur GitHub↗

    English | 简体中文

    Voir sur GitHub↗1,317
  • davialabs/daviaAvatar de davialabs

    davialabs/davia

    1,638Voir sur GitHub↗
    TypeScriptai-toolsdocumentationdocumentation-generator
    Voir sur GitHub↗1,638
  • dito97/deepagents-backendsAvatar de DiTo97

    DiTo97/deepagents-backends

    109Voir sur GitHub↗

    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
    Voir sur GitHub↗109
  • dkondo/agent-tackle-boxD

    dkondo/agent-tackle-box

    0Voir sur GitHub↗

    A toolkit for developing AI agents.

    Voir sur GitHub↗0
  • emanueleielo/compact-middlewareAvatar de emanueleielo

    emanueleielo/compact-middleware

    41Voir sur GitHub↗

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

    Python
    Voir sur GitHub↗41
  • foniod/redbpfAvatar de foniod

    foniod/redbpf

    1,721Voir sur GitHub↗

    Rust library for building and running BPF/eBPF modules

    Rust
    Voir sur GitHub↗1,721
  • fzakaria/ebpf-mpls-encap-decapAvatar de fzakaria

    fzakaria/eBPF-mpls-encap-decap

    57Voir sur GitHub↗

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

    C
    Voir sur GitHub↗57
  • goldshtn/linux-tracing-workshopAvatar de goldshtn

    goldshtn/linux-tracing-workshop

    1,322Voir sur GitHub↗

    Examples and hands-on labs for Linux tracing tools workshops

    HTML
    Voir sur GitHub↗1,322
  • googleapis/genai-toolboxAvatar de googleapis

    googleapis/genai-toolbox

    13,041Voir sur GitHub↗

    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
    Voir sur GitHub↗13,041
  • hinthornw/trustcallAvatar de hinthornw

    hinthornw/trustcall

    1,073Voir sur GitHub↗

    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
    Voir sur GitHub↗1,073
  • hyperboliclabs/hyperbolic-agentkitAvatar de HyperbolicLabs

    HyperbolicLabs/Hyperbolic-AgentKit

    111Voir sur GitHub↗

    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
    Voir sur GitHub↗111
  • iovisor/bccAvatar de iovisor

    iovisor/bcc

    22,459Voir sur GitHub↗

    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
    Voir sur GitHub↗22,459
  • iovisor/bpf-docsAvatar de iovisor

    iovisor/bpf-docs

    1,012Voir sur GitHub↗

    Presentations and docs

    Voir sur GitHub↗1,012
  • joshuac215/agent-service-toolkitAvatar de JoshuaC215

    JoshuaC215/agent-service-toolkit

    4,082Voir sur GitHub↗

    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
    Voir sur GitHub↗4,082
  • langasync/langasyncAvatar de langasync

    langasync/langasync

    23Voir sur GitHub↗

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

    Python
    Voir sur GitHub↗23
  • lizrice/ebpf-beginnersAvatar de lizrice

    lizrice/ebpf-beginners

    1,723Voir sur GitHub↗

    The beginner's guide to eBPF

    Python
    Voir sur GitHub↗1,723
  • mediaeater/swarm-at-ledgerAvatar de Mediaeater

    Mediaeater/swarm-at-ledger

    1Voir sur GitHub↗

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

    Python
    Voir sur GitHub↗1
  • netfoundry/zfwAvatar de netfoundry

    netfoundry/zfw

    82Voir sur GitHub↗

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

    C
    Voir sur GitHub↗82
  • netoptimizer/prototype-kernelAvatar de netoptimizer

    netoptimizer/prototype-kernel

    316Voir sur GitHub↗

    Prototyping kernel development work outside mainline

    C
    Voir sur GitHub↗316
  • netronome/bpf-samplesAvatar de Netronome

    Netronome/bpf-samples

    107Voir sur GitHub↗

    Sample BPF offload apps.

    C
    Voir sur GitHub↗107
  • niclashedam/ebpf-kill-exampleAvatar de niclashedam

    niclashedam/ebpf-kill-example

    22Voir sur GitHub↗

    An example of an eBPF program hooking into the kill tracepoint

    C
    Voir sur GitHub↗22
  • proactive-agent/langgraphicsAvatar de proactive-agent

    proactive-agent/langgraphics

    126Voir sur GitHub↗

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

    TypeScript
    Voir sur GitHub↗126
  • rsrini7/mermaid2gifAvatar de rsrini7

    rsrini7/mermaid2gif

    37Voir sur GitHub↗

    Autonomous Mermaid to Flow-Animated GIF Converter

    Python
    Voir sur GitHub↗37
  • sanjeed5/ai-conversation-simulatorAvatar de sanjeed5

    sanjeed5/ai-conversation-simulator

    46Voir sur GitHub↗

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

    Python
    Voir sur GitHub↗46