# Glossary

Core Concepts

#### A

* **Agent**: An autonomous component that performs specific tasks
* **AgentNeo**: The main framework for AI application observability

#### D

* **Dashboard**: Web interface for visualizing trace data and metrics
* **Decorator**: Python syntax for adding tracing functionality

#### E

* **Evaluation**: Framework for assessing agent performance
* **Event**: A tracked occurrence in the system

#### L

* **LLM**: Large Language Model
* **Log**: Record of system events and traces

#### M

* **Metric**: Measurement of system or agent performance
* **Monitoring**: Real-time observation of system behavior

#### P

* **Project**: Logical grouping of related traces
* **Provider**: LLM service provider (e.g., OpenAI)

#### S

* **Session**: Container for related traces and projects
* **Storage**: System for persisting trace data

#### T

* **Trace**: Record of execution flow and performance metrics
* **Tool**: Function or service that agents can use

### Technical Terms

#### Performance Metrics

* **Latency**: Time taken for operation completion
* **Throughput**: Rate of operation processing
* **Token Usage**: Number of tokens consumed in LLM calls

#### System Components

* **Buffer**: Temporary storage for trace data
* **Flush**: Process of writing buffered data to storage
* **Hook**: Extension point for custom functionality


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://agentneo.raga.ai/reference/glossary.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
