internal
Classes
| Class | Description |
|---|---|
| Thread | A thread drives the execution loop for an agent. |
Interfaces
| Interface | Description |
|---|---|
| IThread | Thread domain interface. |
| ThreadEventBase | Base fields for all thread events - added to every LanguageModelItem when stored in thread. |
| ThreadSystemEvent | System event - runtime state changes (not sent to model). |
Type Aliases
| Type Alias | Description |
|---|---|
| ThreadEvent | Thread events are append-only log entries ordered by seq. |
| ThreadEventInner | The inner data of a ThreadEvent without the headers |
References
PublicThreadEvent
Re-exports PublicThreadEvent
THREAD_STATES
Re-exports THREAD_STATES
ThreadState
Re-exports ThreadState