GETTING_STARTED.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
src/__init__.py
src/cli.py
src/config.py
src/agents/__init__.py
src/agents/agents.py
src/agents/clarifier_agent.py
src/agents/distinguished_engineer.py
src/agents/expert_manager.py
src/agents/expert_registry.py
src/agents/orchestrator_factory.py
src/agents/presentation_agent.py
src/core/__init__.py
src/core/exceptions.py
src/core/feature_gate.py
src/core/identity.py
src/core/license.py
src/core/paths.py
src/core/rate_limiter.py
src/core/security.py
src/memory/__init__.py
src/memory/compaction_agent.py
src/memory/memory_manager.py
src/memory/memory_persistence.py
src/models/__init__.py
src/models/attachments.py
src/models/responses.py
src/prompts/__init__.py
src/prompts/prompts.py
src/ui/__init__.py
src/ui/display.py
src/utils/confidence_framework.py
src/utils/markdown_output.py
src/utils/message_utils.py
src/workflows/__init__.py
src/workflows/base/__init__.py
src/workflows/base/agent_communicator.py
src/workflows/base/events.py
src/workflows/base/response_parser.py
src/workflows/base/workflow_constants.py
src/workflows/base/workflow_state.py
src/workflows/consensus/__init__.py
src/workflows/consensus/clarification_handler.py
src/workflows/consensus/consensus_evaluator.py
src/workflows/consensus/consensus_workflow.py
src/workflows/consensus/feedback_collector.py
src/workflows/consensus/initial_analysis_handler.py
src/workflows/consensus/solution_refiner.py
src/workflows/consensus/workflow_orchestrator.py
tui/__init__.py
tui/app.py
tui/event_handler.py
tui/handlers.py
tui/helpers.py
tui/progress_tracker.py
tui/styles.py
tui/workers.py
tui/workflow_renderer.py
tui/widgets/__init__.py
tui/widgets/agent_card.py
tui/widgets/clarification_modal.py
tui/widgets/detail_pane.py
tui/widgets/feedback_group.py
tui/widgets/phase_container.py
tui/widgets/query_display.py
tui/widgets/status_header.py
tui/widgets/workflow_view.py