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

# Agents Generator • AI Agents Framework

> Module reference for agents_generator

# agents\_generator

<Badge color="purple">AI Agents Framework</Badge>

## Import

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
from praisonai import agents_generator
```

## Classes

<CardGroup cols={2}>
  <Card title="AgentsGenerator" icon="brackets-curly" href="../classes/AgentsGenerator">
    Class definition.
  </Card>
</CardGroup>

## Functions

<CardGroup cols={2}>
  <Card title="safe_format()" icon="function" href="../functions/safe_format">
    Safely format a string template, preserving JSON-like curly braces.
  </Card>

  <Card title="noop()" icon="function" href="../functions/noop">
    Function definition.
  </Card>

  <Card title="sanitize_agent_name_for_autogen_v4()" icon="function" href="../functions/sanitize_agent_name_for_autogen_v4">
    Sanitize agent name to be a valid Python identifier for AutoGen v0.4.
  </Card>

  <Card title="disable_crewai_telemetry()" icon="function" href="../functions/disable_crewai_telemetry">
    Function definition.
  </Card>
</CardGroup>

### Constants

| Name                        | Value   |
| --------------------------- | ------- |
| `CREWAI_AVAILABLE`          | `False` |
| `AUTOGEN_AVAILABLE`         | `False` |
| `AUTOGEN_V4_AVAILABLE`      | `False` |
| `PRAISONAI_TOOLS_AVAILABLE` | `False` |
| `AGENTOPS_AVAILABLE`        | `False` |
| `PRAISONAI_AVAILABLE`       | `False` |

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Agents Concept" icon="robot" href="/docs/concepts/agents" />

  <Card title="Single Agent Guide" icon="book-open" href="/docs/guides/single-agent" />

  <Card title="Multi-Agent Guide" icon="users" href="/docs/guides/multi-agent" />

  <Card title="Agent Configuration" icon="gear" href="/docs/configuration/agent-config" />

  <Card title="Auto Agents" icon="wand-magic-sparkles" href="/docs/features/autoagents" />
</CardGroup>
