Skip to content

Documentation / @agentick/agent / AgentTimelineConfig

Type Alias: AgentTimelineConfig ​

AgentTimelineConfig = { limit?: number; roles?: ("user" | "assistant" | "tool" | "system" | "event")[]; } | false

Defined in: agent.tsx:46

Timeline configuration for the agent. Set to false to suppress timeline entirely.

Released under the ISC License.