AIDeveloper Preview
AI Agents
Agents that plan, act, validate and report.
Overview
What AI Agents is
The agent framework behind AevCode and the in-editor assistant. Agents are part of the editor rather than an external tool, calling the same command surface the interface does, so an agent cannot do something the interface has no way to describe.
Data handling
Local first, consent gated.
- Local by default
- Work and traces stay on your machine unless you choose to send them.
- Consent per decision
- Sharing is opt-in at the point it would happen, not a setting buried at install.
- Secrets redacted
- Credentials are stripped before anything is eligible to leave the machine.
- Your provider keys
- Model access uses keys held in a local vault: the project uses your keys, not a shared account.
Inputs
- Your stated intent
- The current project state and its validation result
- The project’s own conventions and history
- Available platform capabilities
Processing
- Scope
- The request is scoped against the real project rather than a generic template.
- Plan
- A plan is produced naming every file the change would touch.
- Apply
- The change is applied as a reversible set.
- Validate
- The project is validated and tested; a failure rolls the change back.
Outputs
- A reviewable plan
- A reversible change set
- A validation and test result
- A report of what was done
Deployment surfaces
- Aevornix Control
- The in-editor workspace
- The command line
- Automation interfaces
Consent and data handling
- Your keys
- Model access uses provider keys held in a local vault. The project uses your keys, not a shared account.
- Local by default
- Project context stays on your machine unless you send it somewhere.
- Secrets redacted
- Credentials and keys are stripped before anything is written to a shareable trace.
Development
Where the work stands.
Objectives and dependencies. Dates appear only where a specific verifiable event backs them.
Active(1)
Project-aware agents
Developer PreviewPlan, act, validate and roll back real project changes with the engine in the loop.
- Depends on
- Aevornix Control
Related