Description
Create an AgentRegistryEntry interface and per-package AGENTS array that lists all agents with their id, name, version, and package. Add a getRegistry() aggregator.
File
packages/core/src/types/
Acceptance criteria
AgentRegistryEntry interface with id, name, version, package, domain fields
- Each agent package exports an
AGENTS constant
getRegistry() function aggregates all entries
- Tests for registry completeness
Description
Create an
AgentRegistryEntryinterface and per-packageAGENTSarray that lists all agents with their id, name, version, and package. Add agetRegistry()aggregator.File
packages/core/src/types/Acceptance criteria
AgentRegistryEntryinterface with id, name, version, package, domain fieldsAGENTSconstantgetRegistry()function aggregates all entries