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

# Monitor Config • AI Agent SDK

> MonitorConfig: Configuration for context monitoring.

# MonitorConfig

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

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

Configuration for context monitoring.

## Properties

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

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

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

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

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

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

<Accordion title="Internal & Generic Methods">
  * **to\_dict**: Convert to dictionary.
</Accordion>

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/context/models.py#L231">
  `praisonaiagents/context/models.py` at line 231
</Card>

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Configuration Overview" icon="gear" href="/docs/configuration/index" />

  <Card title="Agent Config" icon="robot" href="/docs/configuration/agent-config" />
</CardGroup>
