Kind: Class
Source: atloria-monorepo/libs/agent-core/src/tracing/trajectory-logger.ts
Methods
| Method | Signature | Returns |
|---|---|---|
attach | attach(session: AttachableSession) | void |
record | record(event: string, data: Record<string, unknown>) | void |
getEntries | getEntries() | TrajectoryEntry[] |
toJSONL | toJSONL() | string |
flush | flush() | void |
clear | clear() | void |
Where it refuses work
TrajectoryLoggerstops the work with an early return whene.delta.TrajectoryLoggerstops the work with an early return when!this.config.outputPath.TrajectoryLoggerstops the work with an early return whenthis.flushedCount >= this.entries.length.
Was this page helpful?