Last updated
Core Concepts
Agent: An autonomous component that performs specific tasks
AgentNeo: The main framework for AI application observability
Dashboard: Web interface for visualizing trace data and metrics
Decorator: Python syntax for adding tracing functionality
Evaluation: Framework for assessing agent performance
Event: A tracked occurrence in the system
LLM: Large Language Model
Log: Record of system events and traces
Metric: Measurement of system or agent performance
Monitoring: Real-time observation of system behavior
Project: Logical grouping of related traces
Provider: LLM service provider (e.g., OpenAI)
Session: Container for related traces and projects
Storage: System for persisting trace data
Trace: Record of execution flow and performance metrics
Tool: Function or service that agents can use
Latency: Time taken for operation completion
Throughput: Rate of operation processing
Token Usage: Number of tokens consumed in LLM calls
Buffer: Temporary storage for trace data
Flush: Process of writing buffered data to storage
Hook: Extension point for custom functionality
Last updated