LICENSE
MANIFEST.in
PROJECT.md
README.md
pyproject.toml
docs/beispiel-workflows.md
docs/index.md
docs/multi-agent-leitfaden.md
docs/personal-ui-architektur.md
docs/release-notes-v0.1.0.md
docs/release-notes-v0.1.1.md
docs/release-notes-v0.1.16.md
docs/release-notes-v0.1.17.md
docs/release-notes-v0.1.18.md
docs/release-notes-v0.1.2.md
docs/release-notes-v0.1.3.md
docs/release-notes-v0.1.4.md
docs/release-notes-v0.1.5.md
docs/sicherheit.md
docs/architektur/ports-adapter.md
docs/flows/api-request.md
docs/flows/orchestrierung.md
docs/flows/workspace-directives.md
docs/referenz/api.md
docs/referenz/cli.md
docs/referenz/konfiguration.md
src/conclave/__init__.py
src/conclave/mcp_server.py
src/conclave/api/__init__.py
src/conclave/api/app.py
src/conclave/api/server.py
src/conclave/application/__init__.py
src/conclave/application/adapter_registry.py
src/conclave/application/agent_service.py
src/conclave/application/conversation_flow.py
src/conclave/application/data_export_service.py
src/conclave/application/orchestrator.py
src/conclave/application/participant_service.py
src/conclave/application/personal_migration.py
src/conclave/application/ports.py
src/conclave/application/retention_service.py
src/conclave/application/workspace_security.py
src/conclave/assets/conclave-ui.html
src/conclave/assets/scripts/linux/conclave.desktop
src/conclave/assets/scripts/linux/conclave.service
src/conclave/assets/scripts/linux/install_user_service.sh
src/conclave/assets/scripts/linux/start_desktop.sh
src/conclave/assets/scripts/linux/start_server.sh
src/conclave/assets/scripts/linux/uninstall_user_service.sh
src/conclave/assets/scripts/windows/install_service_nssm.ps1
src/conclave/assets/scripts/windows/install_user_startup.ps1
src/conclave/assets/scripts/windows/start_desktop.ps1
src/conclave/assets/scripts/windows/start_server.ps1
src/conclave/assets/scripts/windows/uninstall_service_nssm.ps1
src/conclave/assets/static/openapi.json
src/conclave/assets/static/css/components.css
src/conclave/assets/static/css/layout.css
src/conclave/assets/static/css/theme.css
src/conclave/assets/static/js/api.js
src/conclave/assets/static/js/i18n.js
src/conclave/assets/static/js/main.js
src/conclave/assets/static/js/state.js
src/conclave/assets/static/js/utils.js
src/conclave/assets/static/js/features/agents.js
src/conclave/assets/static/js/features/auth.js
src/conclave/assets/static/js/features/autoloop.js
src/conclave/assets/static/js/features/conversations.js
src/conclave/assets/static/js/features/export.js
src/conclave/assets/static/js/features/floor.js
src/conclave/assets/static/js/features/messages.js
src/conclave/assets/static/js/features/participants.js
src/conclave/assets/static/js/features/runs.js
src/conclave/assets/static/js/features/settings.js
src/conclave/assets/static/js/features/speech.js
src/conclave/assets/static/js/features/usage.js
src/conclave/assets/static/js/features/workspace.js
src/conclave/cli/__init__.py
src/conclave/cli/bootstrap.py
src/conclave/cli/config.py
src/conclave/cli/handler.py
src/conclave/cli/main.py
src/conclave/cli/watch.py
src/conclave/domain/__init__.py
src/conclave/domain/agent.py
src/conclave/domain/agent_roles.py
src/conclave/domain/audit.py
src/conclave/domain/conversation.py
src/conclave/domain/errors.py
src/conclave/domain/message.py
src/conclave/domain/model_response.py
src/conclave/domain/participant.py
src/conclave/domain/run.py
src/conclave/infrastructure/__init__.py
src/conclave/infrastructure/auth.py
src/conclave/infrastructure/crypto.py
src/conclave/infrastructure/log.py
src/conclave/infrastructure/migrations.py
src/conclave/infrastructure/anthropic/__init__.py
src/conclave/infrastructure/anthropic/adapter.py
src/conclave/infrastructure/anthropic/async_adapter.py
src/conclave/infrastructure/openai/__init__.py
src/conclave/infrastructure/openai/adapter.py
src/conclave/infrastructure/openai/async_adapter.py
src/conclave/infrastructure/postgres/__init__.py
src/conclave/infrastructure/postgres/agent_repository.py
src/conclave/infrastructure/postgres/audit_repository.py
src/conclave/infrastructure/postgres/conversation_repository.py
src/conclave/infrastructure/postgres/message_repository.py
src/conclave/infrastructure/postgres/participant_repository.py
src/conclave/infrastructure/postgres/run_repository.py
src/conclave/infrastructure/postgres/schema.py
src/conclave/infrastructure/postgres/unit_of_work.py
src/conclave/infrastructure/sqlite/__init__.py
src/conclave/infrastructure/sqlite/agent_repository.py
src/conclave/infrastructure/sqlite/audit_repository.py
src/conclave/infrastructure/sqlite/conversation_repository.py
src/conclave/infrastructure/sqlite/message_repository.py
src/conclave/infrastructure/sqlite/participant_repository.py
src/conclave/infrastructure/sqlite/run_repository.py
src/conclave/infrastructure/sqlite/schema.py
src/conclave/infrastructure/sqlite/unit_of_work.py
src/conclave/infrastructure/universal/__init__.py
src/conclave/infrastructure/universal/adapter.py
src/conclave/infrastructure/universal/presets.py
src/conclave/infrastructure/universal/profiles.py
src/conclave/infrastructure/universal/resilient.py
src/conclave/runtime/__init__.py
src/conclave/runtime/assets.py
src/conclave/runtime/backup.py
src/conclave/runtime/browser.py
src/conclave/runtime/desktop.py
src/conclave/runtime/paths.py
src/conclave/runtime/platform_info.py
src/conclave/runtime/process.py
src/conclave_personal.egg-info/PKG-INFO
src/conclave_personal.egg-info/SOURCES.txt
src/conclave_personal.egg-info/dependency_links.txt
src/conclave_personal.egg-info/entry_points.txt
src/conclave_personal.egg-info/requires.txt
src/conclave_personal.egg-info/top_level.txt