Installs into your project
One command adds the agents, tasks, templates and checklists to the repository.
Cyryx Labs / Products / AEXOS
AEXOS, the Agentic eXecution & Orchestration System, installs specialised AI agents, the procedures they follow and the gates they must pass into your project. You talk to one orchestrator; it routes the work to the specialist that owns it.
Core available on npm · v5.3.0 · Node.js 18+
Next chapter
What it is, what it is for, and how it runs.
Two simulations below show a story moving through the cycle and a request being routed.
AEXOS is a command-line framework. It scaffolds a team of AI specialists into your repository, together with the procedures they run, the checklists that decide when work is done, and the routing layer that decides who handles what. It works from your terminal and inside the AI coding environment you already use.
One command adds the agents, tasks, templates and checklists to the repository.
From the terminal and inside supported AI coding environments, with the same roster everywhere.
Stories, QA verdicts and state live in files you own and can review.
AEXOS enforces the method instead of recommending it. Each failure on the left has a rule on the right.
Every session starts from a different prompt, so the same kind of work is planned a different way each time.
The agent that implements never sees what the agent that planned understood.
Any agent can change anything, including pushing code nobody reviewed.
Work is called done because it was generated, not because it passed a check.
Each task is a procedure with declared inputs, outputs and a completion checklist. The expertise lives in the procedure, so it runs the same way every time.
Development begins and ends with a story file that holds everything the developer agent needs, from acceptance criteria to QA evidence.
Every agent has a scope. Only the DevOps agent may push, open pull requests or publish releases.
Stories are validated before implementation and gated by QA before they ship. A blocking check stops execution.
Every change starts as a story. It is validated before anyone writes code, implemented against its acceptance criteria, gated by QA and pushed by the one agent allowed to push. Nothing skips a step.
Simulation · commands and verdicts as documented, example story
The orchestrator reads a generated registry, matches your request to a domain and routes it to the specialists that own it. Adding a squad needs no change to the orchestrator.
You ask
“Add usage-based billing to the dashboard”
Routed by
@aexos-master
Simulation · example requests
Counted from @aexos/core 5.3.0
Workflows are made of connected tasks, not connected agents. That is what keeps the method stable when agents change.
A role with a scope of authority and a list of procedures it may run. It routes work; it does not hold the expertise.
An executable procedure with declared inputs, outputs and a completion checklist.
The shape of the document a task produces.
The validation a task must pass before it counts as done.
The knowledge base a task reads from.
A sequence of connected tasks, with the conditions for moving between them.
Core roles cover software delivery end to end. Squads extend the same method to business domains, each with one entry agent and specialists that cite the published method they apply.
Squads in Core
Checks run at three points before code is accepted. The rules every agent follows are written down in the project, and the non-negotiable ones block execution when broken.
Lint and type checks on every commit.
The story's acceptance criteria and status are checked before code leaves the machine.
The full test suite plus structural validators.
The command line is the whole product. No UI is ever required to operate it.
Each agent acts only inside its scope.
No development without a story that defines it.
Agents work from requirements and sources, not assumptions.
Checks run before work moves forward.
Works with
Requirements
$ npx @aexos/core init my-project$ npx @aexos/core install$ aexos doctor --fixRestart your AI coding environment after installation so it loads the generated agents and rules. Then ask @aexos-master for *help.
AEXOS is proprietary software from Cyryx Labs. Core is free to use under the AEXOS license; Pro is licensed commercially.
Free to use under the AEXOS license for personal, internal, educational and commercial work, including work you deliver to clients. The CLI, the core roles, the squads, tasks and workflows, and the doctor, validate and update commands.
Pro capabilities and squads for licensed users, available under a paid commercial agreement. Talk to us about access.
No. AEXOS is proprietary software from Cyryx Labs. The Core edition is free to use under the AEXOS license, including for commercial work; redistribution and hosted resale are not permitted.
No. It structures and checks the work, but you remain responsible for reviewing and accepting what the agents produce.
Software delivery is the core. The squads extend the same method to business domains such as product, marketing, sales and operations.
Node.js 18 or later and one command: npx @aexos/core init my-project. Restart your AI coding environment afterwards so it loads the generated agents.