> ## 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.

# Managed Event • AI Agent SDK

> ManagedEvent: Base event emitted by a managed agent backend.

# ManagedEvent

> Defined in the [**events**](../modules/events) module.

<Badge color="blue">AI Agent</Badge>

Base event emitted by a managed agent backend.

Attributes:
type: Event type string (e.g. `"agent.message"`).
timestamp: Unix timestamp when the event was created.
metadata: Arbitrary provider-specific metadata.

## Properties

<ResponseField name="type" type="str">
  No description available.
</ResponseField>

<ResponseField name="timestamp" type="float">
  No description available.
</ResponseField>

<ResponseField name="metadata" type="Dict[str, Any]">
  No description available.
</ResponseField>

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/managed/events.py#L43">
  `praisonaiagents/managed/events.py` at line 43
</Card>
