1. Overview

What Aefos AI is

Aefos AI is a plugin suite for RAD Studio Delphi 13 that brings the AI command-line tools you already use — Claude Code, Codex, GitHub Copilot CLI, and Geminiinto the IDE, with deep awareness of your project via the Open Tools API (OTA).

The name. AEFOS stands for Agent Execution Flow Orchestration System — which is exactly what it does.

It has two main surfaces:

Who it is for

For the Delphi developer who wants to use AI without leaving the IDE and without the AI being "blind" to the project. Instead of copying and pasting code between the browser and Delphi, the agent sees and changes the open project directly.

How it works (in one sentence)

Aefos launches the AI CLI you chose and, at the same time, exposes your Delphi project to that CLI through an internal MCP server — so the agent doesn't just talk, it acts on your project.

The differentiator is Delphi awareness: when the agent adds a component, the IDE flips to Design (Form Designer); when it adds code, it flips to Code (the editor). See What the agent does in your project.

What Aefos is not

Editions

Edition Price For whom
Community Free Personal, educational and internal business use (no penalty)
Pro Subscription Extra productivity features (Terminal, MCP auto-setup, wizards)
Enterprise Contract Broad corporate use, support and governance

Details in Licensing & editions.

➡️ Next: Requirements