AgentRuntimeLogger
Generated by TypeDoc. Do not edit this page directly.
Interface: AgentRuntimeLogger
Section titled “Interface: AgentRuntimeLogger”Defined in: packages/core/src/runtime/types/sessions.ts:86
Properties
Section titled “Properties”| Property | Modifier | Type | Defined in |
|---|---|---|---|
modelDeltas | readonly | "none" | "summary" | "full" | packages/core/src/runtime/types/sessions.ts:87 |
Methods
Section titled “Methods”agent()
Section titled “agent()”agent(context): AgentLogSession;Defined in: packages/core/src/runtime/types/sessions.ts:89
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
context | HarnessLogContext |
Returns
Section titled “Returns”emit()
Section titled “emit()”emit<TFields>( logClass, fields, context?): void;Defined in: packages/core/src/runtime/types/sessions.ts:88
Type Parameters
Section titled “Type Parameters”| Type Parameter |
|---|
TFields |
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
logClass | HarnessLogClass<TFields> |
fields | TFields |
context? | HarnessLogContext |
Returns
Section titled “Returns”void