> ## Documentation Index
> Fetch the complete documentation index at: https://docs.envole.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Plan Orchestration Notifications

Notifications emitted while constructing, reviewing, and executing plans.
Subscribe to follow complex or simple orchestration steps as they unfold.

### `NOTIFICATION_PLAN_ORCHESTRATION_COMPLEX_INITIATED`

Complex plan creation started.

```json theme={null}
{
  "type": "NOTIFICATION_PLAN_ORCHESTRATION_COMPLEX_INITIATED",
  "eventId": "evt_1",
  "threadId": "thread_456",
  "requestId": "req_1",
  "eventMessage": {
    "agent": null,
    "content": "complex plan creation started",
    "collaborationId": null,
    "activeAssistantCollaborationRequired": null,
    "toolExecutionApprovalRequest": null,
    "timestamp": "2025-08-12T00:00:00"
  }
}
```

### `NOTIFICATION_PLAN_ORCHESTRATION_COMPLEX_IN_PROGRESS`

Complex plan creation in progress.

```json theme={null}
{
  "type": "NOTIFICATION_PLAN_ORCHESTRATION_COMPLEX_IN_PROGRESS",
  "eventId": "evt_1",
  "threadId": "thread_456",
  "requestId": "req_1",
  "eventMessage": {
    "agent": null,
    "content": "complex plan creation in progress",
    "collaborationId": null,
    "activeAssistantCollaborationRequired": null,
    "toolExecutionApprovalRequest": null,
    "timestamp": "2025-08-12T00:00:00"
  }
}
```

### `NOTIFICATION_PLAN_ORCHESTRATION_COMPLEX_COMPLETED`

Complex plan creation completed.

```json theme={null}
{
  "type": "NOTIFICATION_PLAN_ORCHESTRATION_COMPLEX_COMPLETED",
  "eventId": "evt_1",
  "threadId": "thread_456",
  "requestId": "req_1",
  "eventMessage": {
    "agent": null,
    "content": "complex plan creation completed",
    "collaborationId": null,
    "activeAssistantCollaborationRequired": null,
    "toolExecutionApprovalRequest": null,
    "timestamp": "2025-08-12T00:00:00"
  }
}
```

### `NOTIFICATION_PLAN_ORCHESTRATION_COMPLEX_REVIEW_INITIATED`

Review of complex plan started.

```json theme={null}
{
  "type": "NOTIFICATION_PLAN_ORCHESTRATION_COMPLEX_REVIEW_INITIATED",
  "eventId": "evt_1",
  "threadId": "thread_456",
  "requestId": "req_1",
  "eventMessage": {
    "agent": null,
    "content": "review of complex plan started",
    "collaborationId": null,
    "activeAssistantCollaborationRequired": null,
    "toolExecutionApprovalRequest": null,
    "timestamp": "2025-08-12T00:00:00"
  }
}
```

### `NOTIFICATION_PLAN_ORCHESTRATION_COMPLEX_REVIEW_IN_PROGRESS`

Review of complex plan in progress.

```json theme={null}
{
  "type": "NOTIFICATION_PLAN_ORCHESTRATION_COMPLEX_REVIEW_IN_PROGRESS",
  "eventId": "evt_1",
  "threadId": "thread_456",
  "requestId": "req_1",
  "eventMessage": {
    "agent": null,
    "content": "review of complex plan in progress",
    "collaborationId": null,
    "activeAssistantCollaborationRequired": null,
    "toolExecutionApprovalRequest": null,
    "timestamp": "2025-08-12T00:00:00"
  }
}
```

### `NOTIFICATION_PLAN_ORCHESTRATION_COMPLEX_REVIEW_COMPLETED`

Review of complex plan completed.

```json theme={null}
{
  "type": "NOTIFICATION_PLAN_ORCHESTRATION_COMPLEX_REVIEW_COMPLETED",
  "eventId": "evt_1",
  "threadId": "thread_456",
  "requestId": "req_1",
  "eventMessage": {
    "agent": null,
    "content": "review of complex plan completed",
    "collaborationId": null,
    "activeAssistantCollaborationRequired": null,
    "toolExecutionApprovalRequest": null,
    "timestamp": "2025-08-12T00:00:00"
  }
}
```

### `NOTIFICATION_PLAN_ORCHESTRATION_KNOWLEDGE_BASE_INITIATED`

Knowledge-base planning started.

```json theme={null}
{
  "type": "NOTIFICATION_PLAN_ORCHESTRATION_KNOWLEDGE_BASE_INITIATED",
  "eventId": "evt_1",
  "threadId": "thread_456",
  "requestId": "req_1",
  "eventMessage": {
    "agent": null,
    "content": "knowledge-base planning started",
    "collaborationId": null,
    "activeAssistantCollaborationRequired": null,
    "toolExecutionApprovalRequest": null,
    "timestamp": "2025-08-12T00:00:00"
  }
}
```

### `NOTIFICATION_PLAN_ORCHESTRATION_KNOWLEDGE_BASE_IN_PROGRESS`

Knowledge-base planning in progress.

```json theme={null}
{
  "type": "NOTIFICATION_PLAN_ORCHESTRATION_KNOWLEDGE_BASE_IN_PROGRESS",
  "eventId": "evt_1",
  "threadId": "thread_456",
  "requestId": "req_1",
  "eventMessage": {
    "agent": null,
    "content": "knowledge-base planning in progress",
    "collaborationId": null,
    "activeAssistantCollaborationRequired": null,
    "toolExecutionApprovalRequest": null,
    "timestamp": "2025-08-12T00:00:00"
  }
}
```

### `NOTIFICATION_PLAN_ORCHESTRATION_KNOWLEDGE_BASE_COMPLETED`

Knowledge-base planning completed.

```json theme={null}
{
  "type": "NOTIFICATION_PLAN_ORCHESTRATION_KNOWLEDGE_BASE_COMPLETED",
  "eventId": "evt_1",
  "threadId": "thread_456",
  "requestId": "req_1",
  "eventMessage": {
    "agent": null,
    "content": "knowledge-base planning completed",
    "collaborationId": null,
    "activeAssistantCollaborationRequired": null,
    "toolExecutionApprovalRequest": null,
    "timestamp": "2025-08-12T00:00:00"
  }
}
```

### `NOTIFICATION_PLAN_ORCHESTRATION_KNOWLEDGE_RETRIEVAL_INITIATED`

Planning triggered knowledge retrieval.

```json theme={null}
{
  "type": "NOTIFICATION_PLAN_ORCHESTRATION_KNOWLEDGE_RETRIEVAL_INITIATED",
  "eventId": "evt_1",
  "threadId": "thread_456",
  "requestId": "req_1",
  "eventMessage": {
    "agent": null,
    "content": "planning triggered knowledge retrieval",
    "collaborationId": null,
    "activeAssistantCollaborationRequired": null,
    "toolExecutionApprovalRequest": null,
    "timestamp": "2025-08-12T00:00:00"
  }
}
```

### `NOTIFICATION_PLAN_ORCHESTRATION_TOOL_USAGE_INITIATED`

Tool usage planning started.

```json theme={null}
{
  "type": "NOTIFICATION_PLAN_ORCHESTRATION_TOOL_USAGE_INITIATED",
  "eventId": "evt_1",
  "threadId": "thread_456",
  "requestId": "req_1",
  "eventMessage": {
    "agent": null,
    "content": "tool usage planning started",
    "collaborationId": null,
    "activeAssistantCollaborationRequired": null,
    "toolExecutionApprovalRequest": null,
    "timestamp": "2025-08-12T00:00:00"
  }
}
```

### `NOTIFICATION_PLAN_ORCHESTRATION_TOOL_USAGE_IN_PROGRESS`

Tool usage planning in progress.

```json theme={null}
{
  "type": "NOTIFICATION_PLAN_ORCHESTRATION_TOOL_USAGE_IN_PROGRESS",
  "eventId": "evt_1",
  "threadId": "thread_456",
  "requestId": "req_1",
  "eventMessage": {
    "agent": null,
    "content": "tool usage planning in progress",
    "collaborationId": null,
    "activeAssistantCollaborationRequired": null,
    "toolExecutionApprovalRequest": null,
    "timestamp": "2025-08-12T00:00:00"
  }
}
```

### `NOTIFICATION_PLAN_ORCHESTRATION_TOOL_USAGE_COMPLETED`

Tool usage planning completed.

```json theme={null}
{
  "type": "NOTIFICATION_PLAN_ORCHESTRATION_TOOL_USAGE_COMPLETED",
  "eventId": "evt_1",
  "threadId": "thread_456",
  "requestId": "req_1",
  "eventMessage": {
    "agent": null,
    "content": "tool usage planning completed",
    "collaborationId": null,
    "activeAssistantCollaborationRequired": null,
    "toolExecutionApprovalRequest": null,
    "timestamp": "2025-08-12T00:00:00"
  }
}
```

### `NOTIFICATION_PLAN_ORCHESTRATION_REFLECTION_INITIATED`

Reflection phase started.

```json theme={null}
{
  "type": "NOTIFICATION_PLAN_ORCHESTRATION_REFLECTION_INITIATED",
  "eventId": "evt_1",
  "threadId": "thread_456",
  "requestId": "req_1",
  "eventMessage": {
    "agent": null,
    "content": "reflection phase started",
    "collaborationId": null,
    "activeAssistantCollaborationRequired": null,
    "toolExecutionApprovalRequest": null,
    "timestamp": "2025-08-12T00:00:00"
  }
}
```

### `NOTIFICATION_PLAN_ORCHESTRATION_REFLECTION_ABORTED`

Reflection aborted.

```json theme={null}
{
  "type": "NOTIFICATION_PLAN_ORCHESTRATION_REFLECTION_ABORTED",
  "eventId": "evt_1",
  "threadId": "thread_456",
  "requestId": "req_1",
  "eventMessage": {
    "agent": null,
    "content": "reflection aborted",
    "collaborationId": null,
    "activeAssistantCollaborationRequired": null,
    "toolExecutionApprovalRequest": null,
    "timestamp": "2025-08-12T00:00:00"
  }
}
```

### `NOTIFICATION_PLAN_ORCHESTRATION_REFLECTION_FAILED`

Reflection failed.

```json theme={null}
{
  "type": "NOTIFICATION_PLAN_ORCHESTRATION_REFLECTION_FAILED",
  "eventId": "evt_1",
  "threadId": "thread_456",
  "requestId": "req_1",
  "eventMessage": {
    "agent": null,
    "content": "reflection failed",
    "collaborationId": null,
    "activeAssistantCollaborationRequired": null,
    "toolExecutionApprovalRequest": null,
    "timestamp": "2025-08-12T00:00:00"
  }
}
```

### `NOTIFICATION_PLAN_ORCHESTRATION_REFLECTION_COMPLETED`

Reflection completed.

```json theme={null}
{
  "type": "NOTIFICATION_PLAN_ORCHESTRATION_REFLECTION_COMPLETED",
  "eventId": "evt_1",
  "threadId": "thread_456",
  "requestId": "req_1",
  "eventMessage": {
    "agent": null,
    "content": "reflection completed",
    "collaborationId": null,
    "activeAssistantCollaborationRequired": null,
    "toolExecutionApprovalRequest": null,
    "timestamp": "2025-08-12T00:00:00"
  }
}
```

### `NOTIFICATION_PLAN_ORCHESTRATION_COLLABORATION_INITIATED`

Collaboration planning started.

```json theme={null}
{
  "type": "NOTIFICATION_PLAN_ORCHESTRATION_COLLABORATION_INITIATED",
  "eventId": "evt_1",
  "threadId": "thread_456",
  "requestId": "req_1",
  "eventMessage": {
    "agent": null,
    "content": "collaboration planning started",
    "collaborationId": null,
    "activeAssistantCollaborationRequired": null,
    "toolExecutionApprovalRequest": null,
    "timestamp": "2025-08-12T00:00:00"
  }
}
```

### `NOTIFICATION_PLAN_ORCHESTRATION_COLLABORATION_IN_PROGRESS`

Collaboration planning in progress.

```json theme={null}
{
  "type": "NOTIFICATION_PLAN_ORCHESTRATION_COLLABORATION_IN_PROGRESS",
  "eventId": "evt_1",
  "threadId": "thread_456",
  "requestId": "req_1",
  "eventMessage": {
    "agent": null,
    "content": "collaboration planning in progress",
    "collaborationId": null,
    "activeAssistantCollaborationRequired": null,
    "toolExecutionApprovalRequest": null,
    "timestamp": "2025-08-12T00:00:00"
  }
}
```

### `NOTIFICATION_PLAN_ORCHESTRATION_COLLABORATION_COMPLETED`

Collaboration planning completed.

```json theme={null}
{
  "type": "NOTIFICATION_PLAN_ORCHESTRATION_COLLABORATION_COMPLETED",
  "eventId": "evt_1",
  "threadId": "thread_456",
  "requestId": "req_1",
  "eventMessage": {
    "agent": null,
    "content": "collaboration planning completed",
    "collaborationId": null,
    "activeAssistantCollaborationRequired": null,
    "toolExecutionApprovalRequest": null,
    "timestamp": "2025-08-12T00:00:00"
  }
}
```
