Description
Document Agent, AgentInput, AgentOutput, AgentHealthStatus interfaces with lifecycle and usage guidance JSDoc comments.
File
packages/core/src/types/agent.ts
Acceptance criteria
- Every exported interface and type has JSDoc with description
Agent interface documents lifecycle: initialize → execute → health
AgentInput/AgentOutput documents the wrapper pattern
AgentHealthStatus documents the three states
Description
Document
Agent,AgentInput,AgentOutput,AgentHealthStatusinterfaces with lifecycle and usage guidance JSDoc comments.File
packages/core/src/types/agent.tsAcceptance criteria
Agentinterface documents lifecycle: initialize → execute → healthAgentInput/AgentOutputdocuments the wrapper patternAgentHealthStatusdocuments the three states