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
·

4 Repos

Awesome GitHub RepositoriesExecution Cost Analysis

Analyzing the efficiency and resource requirements of programmable logic to optimize costs.

Distinct from Smart Contract Analyzers: Analyzes operational fee costs and efficiency rather than security vulnerabilities

Explore 4 awesome GitHub repositories matching artificial intelligence & ml · Execution Cost Analysis. Refine with filters or upvote what's useful.

Awesome Execution Cost Analysis GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • chillicream/graphql-platformAvatar von ChilliCream

    ChilliCream/graphql-platform

    5,712Auf GitHub ansehen↗

    GraphQL Platform is a comprehensive GraphQL ecosystem for .NET that provides a spec-compliant server framework for building APIs and gateways, along with a typed C# client for consuming GraphQL services. At its core, it translates C# classes and methods into a GraphQL schema using code-first or fluent descriptor approaches, enabling developers to define their API structure directly from their existing .NET code. The platform distinguishes itself through several integrated capabilities that address common GraphQL production concerns. It includes a DataLoader batching and caching engine that gr

    Assigns weight values to schema fields and rejects operations exceeding a configured execution budget.

    C#asp-netasp-net-corec-sharp
    Auf GitHub ansehen↗5,712
  • absinthe-graphql/absintheAvatar von absinthe-graphql

    absinthe-graphql/absinthe

    4,400Auf GitHub ansehen↗

    Absinthe is a GraphQL server implementation and query engine for the Elixir ecosystem. It provides the fundamental toolkit for building GraphQL APIs, including a processing engine that parses, validates, and executes documents against a defined application schema. The project includes a batch resolver to optimize database performance by grouping field requests and a complexity guard to protect system resources by rejecting queries that exceed defined cost thresholds. It also features a schema adapter that translates internal Elixir naming conventions to external GraphQL casing for client comp

    Calculates numerical weights for GraphQL fields to reject overly complex requests before execution.

    Elixir
    Auf GitHub ansehen↗4,400
  • latitude-dev/latitude-llmAvatar von latitude-dev

    latitude-dev/latitude-llm

    4,145Auf GitHub ansehen↗

    Dieses Projekt ist ein selbstgehosteter KI-Monitoring-Stack, der als LLM-Observability-Plattform, KI-Evaluierungs-Framework und OpenTelemetry-Trace-Analyzer fungiert. Es ist darauf ausgelegt, LLM-Traces, Sitzungen und Telemetrie zu erfassen und zu analysieren, um die Leistung von KI-Agenten zu überwachen. Die Plattform zeichnet sich als Model-Context-Protocol-Server aus, der Workspace-Funktionen als Tools für KI-Coding-Agenten bereitstellt. Sie ermöglicht die Umwandlung fehlerhafter Produktions-Traces in Testdatensätze für Regressionstests und nutzt semantisches Sitzungs-Clustering, um aufkommende Benutzerverhaltensmuster zu entdecken. Das System deckt breite Funktionsbereiche ab, einschließlich Telemetrieerfassung für Agenten-Ausführungspfade, automatisierte Evaluierungs-Scoring für Live-Traffic und semantische Suche zur Isolierung von Interaktionsmustern. Es bietet zudem Alarmierung bei Signal-Regressionen, Verhaltensanalyse bei Tool-Fehlern und PII-Redaktion für Telemetriedaten. Die Software kann auf privater Infrastruktur als Single-Host-Installation oder als skalierbarer Cluster mittels Docker Compose, Kubernetes oder Helm-Charts bereitgestellt werden.

    Calculates total, average, and median spend per user to analyze the financial impact of AI accounts.

    TypeScript
    Auf GitHub ansehen↗4,145
  • stellar/stellar-coreAvatar von stellar

    stellar/stellar-core

    3,269Auf GitHub ansehen↗

    Stellar Core is the primary software implementation of the Stellar blockchain network, serving as a distributed ledger and a Federated Byzantine Agreement system. It functions as a core node that maintains the shared state of the network and provides a runtime environment for executing WebAssembly smart contracts. The project enables the creation and management of digital assets, including the implementation of decentralized exchanges through distributed orderbooks and automated liquidity pools. It facilitates cross-border payment settlement by routing assets via path payments and bridging di

    Analyzes the execution efficiency and resource consumption of smart contracts to optimize operational fees.

    C++
    Auf GitHub ansehen↗3,269
  1. Home
  2. Artificial Intelligence & ML
  3. Execution Cost Analysis

Unter-Tags erkunden

  • GraphQL Query Cost AnalyzersSystems that assign weight values to schema fields and reject operations exceeding a configured execution budget. **Distinct from Execution Cost Analysis:** Distinct from Execution Cost Analysis: specifically analyzes GraphQL query costs based on field weights, not general execution resource costs.