feat: add startup status messages showing agent provenance (#147)
Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
@@ -44,6 +44,11 @@ export type Line =
|
||||
output: string;
|
||||
phase?: "running" | "finished";
|
||||
success?: boolean;
|
||||
}
|
||||
| {
|
||||
kind: "status";
|
||||
id: string;
|
||||
lines: string[]; // Multi-line status message with arrow formatting
|
||||
};
|
||||
|
||||
// Top-level state object for all streaming events
|
||||
|
||||
Reference in New Issue
Block a user