Skip to content

src/dazzle_ui/converters/task_inbox.py

Generated: 2026-03-30T04:38:48.839941+00:00

Commit: 615f1354a103

Language: python

Scope: dazzle_ui

Purpose

TaskInbox converter for workspace regions.

Converts task_inbox workspace regions into UI component specifications for rendering a list of human tasks assigned to the current user.

Key Exports

  • TaskInboxColumn
  • TaskInboxConfig
  • TaskInboxConverter
  • generate_task_inbox_html
  • convert

Dependencies

Imports

  • __future__.annotations
  • dataclasses.dataclass
  • dataclasses.field
  • typing.Any

Event Interactions

None detected.

Invariants and Assumptions

No invariants documented.

Tests

No related tests found.

Notes

This page was automatically generated by tools/gen_reference_docs.py.