AI Agents
Agents are background workers that generate and schedule content based on your configuration.
What are Agents?
Agents run on a schedule (hourly, daily, weekly, monthly) and use your prompts to generate new articles.
Agent Configuration
When creating an agent, you can configure:
- Name & Description - Identify your agent
- Prompt - Instructions for content generation
- Schedule - When the agent runs (cron expression)
- Model - Which LLM to use
- Language - Target language for content
- Tone - Writing style (professional, casual, etc.)
Scheduling Options
| Schedule | Cron Expression | Description |
|---|---|---|
| Hourly | 0 * * * * | Every hour |
| Daily | 0 0 * * * | Every day at midnight |
| Weekly | 0 0 * * MON | Every Monday |
| Monthly | 0 0 1 * * | First day of each month |
LLM Configuration
Configure the tone, style, and behaviour of the underlying language model.
- Temperature - Control creativity vs. consistency
- Max Tokens - Limit output length
- System Prompt - Set the agent's personality
- Context Window - Include previous articles for consistency
Quota Management
Agents respect workspace quotas, so they never exceed your configured limits.
- Agents check quota before generating
- Generation stops if quota is exceeded
- Alerts notify you when quotas are low
Library Access
Enable library access to let agents search your uploaded files for context-aware content generation.
Agent → Searches Library → Finds Relevant Context → Generates Informed Content
Agent Lifecycle
- Created - Agent is configured but not active
- Active - Agent runs on schedule
- Paused - Temporarily stopped
- Disabled - Permanently inactive
Monitoring
Track your agent's performance:
- Total Runs - How many times the agent has executed
- Success Rate - Percentage of successful generations
- Last Run - When the agent last ran
- Articles Created - Total content produced