Skip to content

aygp-dr/nexushive-agent-insights

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NexusHive Agent Insights

Enterprise-grade observability for AI agents using OpenTelemetry

Overview

NexusHive Agent Insights provides comprehensive instrumentation, monitoring, and evaluation tools for AI agents, with a focus on the smolagents framework. Built on OpenTelemetry standards, it enables organizations to track critical agent metrics, evaluate performance, and ensure reliability in production environments.

Features

  • OpenTelemetry Integration: Seamlessly instrument agents with industry-standard telemetry
  • Comprehensive Metrics: Track token usage, latency, errors, and custom KPIs
  • Real-time Evaluation: Support for user feedback and LLM-as-judge evaluations
  • Offline Analysis: Tools for benchmark testing (e.g., GSM8K) and performance comparison
  • smolagents Framework Support: Built-in integration with smolagents architecture

Use Cases

  • Agent Performance Tracking: Monitor costs, response times, and success rates
  • Operational Oversight: Identify errors and bottlenecks in agent deployments
  • Continuous Improvement: Evaluate and refine agents based on real-world usage
  • Benchmark Testing: Compare agent implementations against standard datasets

Getting Started

# Install the package
pip install nexushive-agent-insights

# Basic usage
from nexushive.client import instrument_agent
from smolagents import Agent

# Instrument your agent
my_agent = Agent(...)
instrumented_agent = instrument_agent(my_agent)

# Use normally - telemetry is automatically collected
result = instrumented_agent.run(...)

Project Structure

  • src/client/: Agent instrumentation libraries
  • src/collector/: Telemetry data collection and processing
  • src/examples/: Usage examples and templates

Resources

License

MIT License

About

Enterprise-grade observability for AI agents using OpenTelemetry

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages