Agent Guide

The arcx agent is an AI coding assistant built into your workspace.

Modes

ModeWhat it doesWhen to use
AskAnswer questions, explain codeLearning, debugging, understanding
CodeWrite and edit code directlyBuilding features, fixing bugs
ArchitectPlan without making changesDesign, planning, code review

Built-in Tools

ToolWhat it does
readRead file contents
writeCreate or overwrite files
editMake targeted edits to files
bashRun shell commands
globFind files by pattern
grepSearch file contents
web_fetchFetch URLs
web_searchSearch the web
code_searchSemantic code search
taskCreate and manage tasks

Model Selection

Free (Ollama)

Every workspace includes free AI via Ollama running on our GPU cluster. Models: Gemma 4 (8B and 31B). No API key needed.

BYOK (Bring Your Own Key)

Add your own API keys for premium models:

Keys are routed through arc-proxy. Your secrets are scrubbed from AI responses before storage.

Native Modules

The agent includes 19 native modules that run inside the agent process:

ModuleWhat it does
MemoryCross-session recall, session gists, keyword search
CompactionAuto-compact context at 70%, iterative summaries
Model RouterRoute to cheapest/fastest/best model, fallback chains
MetricsPer-model cost tracking, daily rollups
Policy EngineAuto-approve reads, require approval for writes
Lane OrchestrationParallel AI workers on git branches
Checkpoint ManagerAuto-snapshot before edits, per-turn rollback
Recovery RecipesAuto-recover from build/test failures
Mixture of AgentsFan out to multiple models, aggregate answers
Credential PoolMulti-key failover per provider
Prompt CachingAnthropic cache breakpoints for cost savings
Subagent DelegationSpawn child agents for subtasks

Skills (Slash Commands)

Type / in the chat to see all 32 available skills. See the Skills Reference for the full list.