awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 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-aiAvatar de akamai

    akamai/patchdiff-ai

    174Ver en 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
    Ver en GitHub↗174
  • andrestorres123/delveAvatar de andrestorres123

    andrestorres123/delve

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

    Azzedde/brainstormers

    624Ver en GitHub↗

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

    TypeScript
    Ver en GitHub↗624
  • bessouat40/raglightAvatar de Bessouat40

    Bessouat40/RAGLight

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

    chopratejas/headroom

    29,537Ver en 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
    Ver en GitHub↗29,537

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Find more with AI search
  • cryxnet/deepmcpagentAvatar de cryxnet

    cryxnet/deepmcpagent

    852Ver en GitHub↗

    The foundation layer for agentic intelligence.

    Python
    Ver en GitHub↗852
  • cubaseuser123/cellwise-langraph-notebook-agentC

    cubaseuser123/Cellwise-LanGraph-NoteBook-Agent

    0Ver en 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. -…

    Ver en GitHub↗0
  • darwin-lfl/langmanusAvatar de Darwin-lfl

    Darwin-lfl/langmanus

    1,317Ver en GitHub↗

    English | 简体中文

    Ver en GitHub↗1,317
  • davialabs/daviaAvatar de davialabs

    davialabs/davia

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

    DiTo97/deepagents-backends

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

    dkondo/agent-tackle-box

    0Ver en GitHub↗

    A toolkit for developing AI agents.

    Ver en GitHub↗0
  • emanueleielo/compact-middlewareAvatar de emanueleielo

    emanueleielo/compact-middleware

    41Ver en GitHub↗

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

    Python
    Ver en GitHub↗41
  • foniod/redbpfAvatar de foniod

    foniod/redbpf

    1,721Ver en GitHub↗

    Rust library for building and running BPF/eBPF modules

    Rust
    Ver en GitHub↗1,721
  • fzakaria/ebpf-mpls-encap-decapAvatar de fzakaria

    fzakaria/eBPF-mpls-encap-decap

    57Ver en GitHub↗

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

    C
    Ver en GitHub↗57
  • goldshtn/linux-tracing-workshopAvatar de goldshtn

    goldshtn/linux-tracing-workshop

    1,322Ver en GitHub↗

    Examples and hands-on labs for Linux tracing tools workshops

    HTML
    Ver en GitHub↗1,322
  • googleapis/genai-toolboxAvatar de googleapis

    googleapis/genai-toolbox

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

    hinthornw/trustcall

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

    HyperbolicLabs/Hyperbolic-AgentKit

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

    iovisor/bcc

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

    iovisor/bpf-docs

    1,012Ver en GitHub↗

    Presentations and docs

    Ver en GitHub↗1,012
  • joshuac215/agent-service-toolkitAvatar de JoshuaC215

    JoshuaC215/agent-service-toolkit

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

    langasync/langasync

    23Ver en GitHub↗

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

    Python
    Ver en GitHub↗23
  • lizrice/ebpf-beginnersAvatar de lizrice

    lizrice/ebpf-beginners

    1,723Ver en GitHub↗

    The beginner's guide to eBPF

    Python
    Ver en GitHub↗1,723
  • mediaeater/swarm-at-ledgerAvatar de Mediaeater

    Mediaeater/swarm-at-ledger

    1Ver en GitHub↗

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

    Python
    Ver en GitHub↗1
  • netfoundry/zfwAvatar de netfoundry

    netfoundry/zfw

    82Ver en GitHub↗

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

    C
    Ver en GitHub↗82
  • netoptimizer/prototype-kernelAvatar de netoptimizer

    netoptimizer/prototype-kernel

    316Ver en GitHub↗

    Prototyping kernel development work outside mainline

    C
    Ver en GitHub↗316
  • netronome/bpf-samplesAvatar de Netronome

    Netronome/bpf-samples

    107Ver en GitHub↗

    Sample BPF offload apps.

    C
    Ver en GitHub↗107
  • niclashedam/ebpf-kill-exampleAvatar de niclashedam

    niclashedam/ebpf-kill-example

    22Ver en GitHub↗

    An example of an eBPF program hooking into the kill tracepoint

    C
    Ver en GitHub↗22
  • proactive-agent/langgraphicsAvatar de proactive-agent

    proactive-agent/langgraphics

    126Ver en GitHub↗

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

    TypeScript
    Ver en GitHub↗126
  • rsrini7/mermaid2gifAvatar de rsrini7

    rsrini7/mermaid2gif

    37Ver en GitHub↗

    Autonomous Mermaid to Flow-Animated GIF Converter

    Python
    Ver en GitHub↗37