4 Repos
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.
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.
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.
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.
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.