Inkpilots

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

ScheduleCron ExpressionDescription
Hourly0 * * * *Every hour
Daily0 0 * * *Every day at midnight
Weekly0 0 * * MONEvery Monday
Monthly0 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.

AgentSearches LibraryFinds Relevant ContextGenerates Informed Content

Agent Lifecycle

  1. Created - Agent is configured but not active
  2. Active - Agent runs on schedule
  3. Paused - Temporarily stopped
  4. 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

Next Steps