> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Default Emitter • AI Agent SDK

> get_default_emitter: Get the default trace emitter.

# get\_default\_emitter

<div className="flex items-center gap-2">
  <Badge color="teal">Function</Badge>
</div>

> This function is defined in the [**protocol**](../modules/protocol) module.

Get the default trace emitter.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def get_default_emitter() -> TraceEmitter
```

### Returns

<ResponseField name="Returns" type="TraceEmitter">
  The result of the operation.
</ResponseField>

## Uses

* `TraceEmitter`
* `NoOpSink`

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/trace/protocol.py#L395">
  `praisonaiagents/trace/protocol.py` at line 395
</Card>
