Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

Learn

Architecture, patterns, and use cases

Amodal is a git-repo-centric agent runtime built on the explore-plan-execute loop. This section covers how the architecture works, why decisions were made, and how different industries use the platform.

Architecture

  • The Core Loop — Explore, plan, execute — and how the runtime matches depth to the question.
  • Agent Architecture — Primary agents, task agents, context isolation, and multi-agent coordination.
  • Context Management — Smart compaction, tool output masking, and how agents stay under context limits.

Use Cases

  • Security Operations — Triage alerts, hunt threats, investigate incidents, and hand off across shifts.
  • Financial Analysis — Reconcile records, explain anomalies, and monitor financial metrics.
  • IT Operations — Incident response, environment scanning, and proactive monitoring.
  • Customer Support — Route tickets, gather context, and accelerate resolution.

Detailed Reference

For implementation details, see the Reference section covering the runtime server, platform API, and admin UI.