- Deleted .env.example file as it is no longer needed. - Added .gitignore to manage ignored files and directories. - Introduced CLAUDE.md for AI provider integration documentation. - Created dev.sh for development setup and scripts. - Updated Dockerfile and Dockerfile.production for improved build processes. - Added multiple test files and directories for comprehensive testing. - Introduced new utility and service files for enhanced functionality. - Organized codebase with new directories and files for better maintainability.
67 lines
1.8 KiB
Plaintext
67 lines
1.8 KiB
Plaintext
README.md
|
|
pyproject.toml
|
|
cogs/admin_cog.py
|
|
cogs/consent_cog.py
|
|
cogs/quotes_cog.py
|
|
cogs/tasks_cog.py
|
|
cogs/voice_cog.py
|
|
commands/__init__.py
|
|
commands/slash_commands.py
|
|
config/ai_providers.py
|
|
config/consent_templates.py
|
|
config/settings.py
|
|
core/ai_manager.py
|
|
core/consent_manager.py
|
|
core/database.py
|
|
core/error_handler.py
|
|
core/memory_manager.py
|
|
disbord.egg-info/PKG-INFO
|
|
disbord.egg-info/SOURCES.txt
|
|
disbord.egg-info/dependency_links.txt
|
|
disbord.egg-info/requires.txt
|
|
disbord.egg-info/top_level.txt
|
|
extensions/plugin_manager.py
|
|
plugins/ai_voice_chat/main.py
|
|
plugins/personality_engine/main.py
|
|
plugins/research_agent/main.py
|
|
security/security_manager.py
|
|
services/__init__.py
|
|
services/audio/__init__.py
|
|
services/audio/audio_recorder.py
|
|
services/audio/laughter_detection.py
|
|
services/audio/speaker_diarization.py
|
|
services/audio/speaker_recognition.py
|
|
services/audio/transcription_service.py
|
|
services/audio/tts_service.py
|
|
services/automation/__init__.py
|
|
services/automation/response_scheduler.py
|
|
services/interaction/__init__.py
|
|
services/interaction/feedback_modals.py
|
|
services/interaction/feedback_system.py
|
|
services/interaction/user_assisted_tagging.py
|
|
services/monitoring/__init__.py
|
|
services/monitoring/health_endpoints.py
|
|
services/monitoring/health_monitor.py
|
|
services/quotes/__init__.py
|
|
services/quotes/quote_analyzer.py
|
|
services/quotes/quote_explanation.py
|
|
services/quotes/quote_explanation_helpers.py
|
|
tests/test_ai_manager.py
|
|
tests/test_ai_manager_fixes.py
|
|
tests/test_basic_functionality.py
|
|
tests/test_consent_manager_fixes.py
|
|
tests/test_database.py
|
|
tests/test_database_fixes.py
|
|
tests/test_error_handler_fixes.py
|
|
tests/test_load_performance.py
|
|
tests/test_quote_analysis_integration.py
|
|
ui/components.py
|
|
ui/utils.py
|
|
utils/__init__.py
|
|
utils/audio_processor.py
|
|
utils/error_utils.py
|
|
utils/exceptions.py
|
|
utils/metrics.py
|
|
utils/permissions.py
|
|
utils/prompts.py
|
|
utils/ui_components.py |