# `Mojentic.Examples.React.OutputAgent`
[🔗](https://github.com/svetzal/mojentic-ex/blob/v1.5.0/lib/mojentic/examples/react/output_agent.ex#L1)

Output agent for the ReAct pattern.

This simple agent logs all events for observability and debugging.

# `receive_event_async`

Receives and logs any event.

This agent acts as an observer, logging event information without
producing new events.

## Parameters

- `_broker`: LLM broker (unused by this agent)
- `event`: Any event in the ReAct loop

## Returns

- `{:ok, []}` - Never produces new events

---

*Consult [api-reference.md](api-reference.md) for complete listing*
