awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to xdp-project/xdp-tutorial

Open-source alternatives to Xdp Tutorial

30 open-source projects similar to xdp-project/xdp-tutorial, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Xdp Tutorial alternative.

  • akamai/patchdiff-aiakamai avatar

    akamai/patchdiff-ai

    174View on GitHub↗

    Feed it CVE-2025-29824. Get back a markdown report that names the buggy function, shows the pre/post-patch decompiled C, walks the trigger flow, and attaches a confidence score and per-call cost trace.

    Python
    View on GitHub↗174
  • andrestorres123/delveandrestorres123 avatar

    andrestorres123/delve

    71View on 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
    View on GitHub↗71
  • azzedde/brainstormersAzzedde avatar

    Azzedde/brainstormers

    624View on GitHub↗

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

    TypeScript
    View on GitHub↗624
  • bessouat40/raglightBessouat40 avatar

    Bessouat40/RAGLight

    666View on 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
    View on GitHub↗666
  • chopratejas/headroomchopratejas avatar

    chopratejas/headroom

    29,537View on 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
    View on GitHub↗29,537

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • cryxnet/deepmcpagentcryxnet avatar

    cryxnet/deepmcpagent

    852View on GitHub↗

    The foundation layer for agentic intelligence.

    Python
    View on GitHub↗852
  • cubaseuser123/cellwise-langraph-notebook-agentC

    cubaseuser123/Cellwise-LanGraph-NoteBook-Agent

    0View on 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. -…

    View on GitHub↗0
  • darwin-lfl/langmanusDarwin-lfl avatar

    Darwin-lfl/langmanus

    1,317View on GitHub↗

    English | 简体中文

    View on GitHub↗1,317
  • davialabs/daviadavialabs avatar

    davialabs/davia

    1,638View on GitHub↗
    TypeScriptai-toolsdocumentationdocumentation-generator
    View on GitHub↗1,638
  • dito97/deepagents-backendsDiTo97 avatar

    DiTo97/deepagents-backends

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

    dkondo/agent-tackle-box

    0View on GitHub↗

    A toolkit for developing AI agents.

    View on GitHub↗0
  • emanueleielo/compact-middlewareemanueleielo avatar

    emanueleielo/compact-middleware

    41View on GitHub↗

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

    Python
    View on GitHub↗41
  • foniod/redbpffoniod avatar

    foniod/redbpf

    1,721View on GitHub↗

    Rust library for building and running BPF/eBPF modules

    Rust
    View on GitHub↗1,721
  • fzakaria/ebpf-mpls-encap-decapfzakaria avatar

    fzakaria/eBPF-mpls-encap-decap

    57View on GitHub↗

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

    C
    View on GitHub↗57
  • goldshtn/linux-tracing-workshopgoldshtn avatar

    goldshtn/linux-tracing-workshop

    1,322View on GitHub↗

    Examples and hands-on labs for Linux tracing tools workshops

    HTML
    View on GitHub↗1,322
  • googleapis/genai-toolboxgoogleapis avatar

    googleapis/genai-toolbox

    13,041View on 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
    View on GitHub↗13,041
  • hinthornw/trustcallhinthornw avatar

    hinthornw/trustcall

    1,073View on 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
    View on GitHub↗1,073
  • hyperboliclabs/hyperbolic-agentkitHyperbolicLabs avatar

    HyperbolicLabs/Hyperbolic-AgentKit

    111View on 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
    View on GitHub↗111
  • iovisor/bcciovisor avatar

    iovisor/bcc

    22,459View on 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
    View on GitHub↗22,459
  • iovisor/bpf-docsiovisor avatar

    iovisor/bpf-docs

    1,012View on GitHub↗

    Presentations and docs

    View on GitHub↗1,012
  • joshuac215/agent-service-toolkitJoshuaC215 avatar

    JoshuaC215/agent-service-toolkit

    4,082View on 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
    View on GitHub↗4,082
  • langasync/langasynclangasync avatar

    langasync/langasync

    23View on GitHub↗

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

    Python
    View on GitHub↗23
  • lizrice/ebpf-beginnerslizrice avatar

    lizrice/ebpf-beginners

    1,723View on GitHub↗

    The beginner's guide to eBPF

    Python
    View on GitHub↗1,723
  • mediaeater/swarm-at-ledgerMediaeater avatar

    Mediaeater/swarm-at-ledger

    1View on GitHub↗

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

    Python
    View on GitHub↗1
  • netfoundry/zfwnetfoundry avatar

    netfoundry/zfw

    82View on GitHub↗

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

    C
    View on GitHub↗82
  • netoptimizer/prototype-kernelnetoptimizer avatar

    netoptimizer/prototype-kernel

    316View on GitHub↗

    Prototyping kernel development work outside mainline

    C
    View on GitHub↗316
  • netronome/bpf-samplesNetronome avatar

    Netronome/bpf-samples

    107View on GitHub↗

    Sample BPF offload apps.

    C
    View on GitHub↗107
  • niclashedam/ebpf-kill-exampleniclashedam avatar

    niclashedam/ebpf-kill-example

    22View on GitHub↗

    An example of an eBPF program hooking into the kill tracepoint

    C
    View on GitHub↗22
  • proactive-agent/langgraphicsproactive-agent avatar

    proactive-agent/langgraphics

    126View on GitHub↗

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

    TypeScript
    View on GitHub↗126
  • rsrini7/mermaid2gifrsrini7 avatar

    rsrini7/mermaid2gif

    37View on GitHub↗

    Autonomous Mermaid to Flow-Animated GIF Converter

    Python
    View on GitHub↗37