Timestamp when the event was created.
ISO 8601 formatted date-time string indicating when this event was emitted by the system. This timestamp is crucial for event ordering, performance analysis, and debugging the agent workflow execution timeline.
Format: "YYYY-MM-DDTHH:mm:ss.sssZ" (e.g., "2024-01-15T14:30:45.123Z")
A unique identifier for the event.
The text content of the assistant's message to the user.
Contains the complete text response from the AI assistant, which may include explanations of current activities, progress updates on development phases, answers to user questions, guidance for next steps, error descriptions, or clarification requests. The message content is designed to keep users informed and engaged throughout the vibe coding process.
The text communication serves as the primary interface for the assistant to provide context, explain complex processes in understandable terms, and maintain a collaborative atmosphere during the automated development workflow.
Unique identifier for the event type.
A literal string that discriminates between different event types in the AutoBE system. This field enables TypeScript's discriminated union feature, allowing type-safe event handling through switch statements or conditional checks.
Examples: "analyzeWrite", "prismaSchemas", "interfaceOperations", "testScenarios"
Event fired when the AI assistant sends a message to the user during the conversation.
This event represents real-time communication from the assistant to the user, providing responses to queries, explanations of development processes, progress updates, and guidance throughout the vibe coding workflow. The assistant uses these messages to maintain clear communication and ensure users understand what is happening during the automated development process.
Unlike user messages which support multimodal content, assistant messages are exclusively text-based, focusing on clear and precise communication that guides users through the development experience and provides necessary context about ongoing operations and next steps.
Author
Samchon