LICENSE
README.md
setup.py
benchmarks/__init__.py
benchmarks/load_test.py
benchmarks/memory_profile.py
benchmarks/performance_test.py
entropic_core/__init__.py
entropic_core/brain.py
entropic_core/cli.py
entropic_core/config.py
entropic_core/quickstart.py
entropic_core.egg-info/PKG-INFO
entropic_core.egg-info/SOURCES.txt
entropic_core.egg-info/dependency_links.txt
entropic_core.egg-info/entry_points.txt
entropic_core.egg-info/requires.txt
entropic_core.egg-info/top_level.txt
entropic_core/advanced/__init__.py
entropic_core/advanced/causal_analyzer.py
entropic_core/advanced/predictive_engine.py
entropic_core/advanced/security_layer.py
entropic_core/advanced/simulation_mode.py
entropic_core/business/__init__.py
entropic_core/business/metrics.py
entropic_core/conversion/__init__.py
entropic_core/conversion/converter.py
entropic_core/conversion/tracker.py
entropic_core/core/__init__.py
entropic_core/core/active_intervention.py
entropic_core/core/agent_adapter.py
entropic_core/core/auto_healer.py
entropic_core/core/consensus_engine.py
entropic_core/core/entropy_monitor.py
entropic_core/core/entropy_regulator.py
entropic_core/core/evolutionary_memory.py
entropic_core/core/hallucination_detector.py
entropic_core/core/llm_middleware.py
entropic_core/diagnosis/__init__.py
entropic_core/diagnosis/diagnostic_scripts.py
entropic_core/diagnosis/problem_detector.py
entropic_core/discovery/__init__.py
entropic_core/discovery/auto_discover.py
entropic_core/discovery/llm_discoverer.py
entropic_core/discovery/setup_wizard.py
entropic_core/enterprise/__init__.py
entropic_core/enterprise/compliance.py
entropic_core/enterprise/marketplace.py
entropic_core/enterprise/orchestrator.py
entropic_core/enterprise/report_generator.py
entropic_core/i18n/__init__.py
entropic_core/i18n/translations.py
entropic_core/integrations/__init__.py
entropic_core/integrations/autogen_adapter.py
entropic_core/integrations/crewai_adapter.py
entropic_core/integrations/custom_builder.py
entropic_core/integrations/langchain_adapter.py
entropic_core/integrations/vercel_ai_adapter.py
entropic_core/messaging/__init__.py
entropic_core/messaging/messages.py
entropic_core/optimization/__init__.py
entropic_core/optimization/async_operations.py
entropic_core/optimization/batch_processor.py
entropic_core/optimization/caching_layer.py
entropic_core/optimization/connection_pool.py
entropic_core/plugins/__init__.py
entropic_core/plugins/plugin_api.py
entropic_core/plugins/plugin_loader.py
entropic_core/plugins/plugin_manager.py
entropic_core/plugins/builtin/__init__.py
entropic_core/plugins/builtin/slack_notifier.py
entropic_core/realtime/__init__.py
entropic_core/realtime/live_dashboard.py
entropic_core/streaming/__init__.py
entropic_core/streaming/event_emitter.py
entropic_core/streaming/websocket_server.py
entropic_core/telemetry/__init__.py
entropic_core/telemetry/collector.py
entropic_core/telemetry/reporter.py
entropic_core/utils/__init__.py
entropic_core/utils/config_manager.py
entropic_core/utils/health_monitor.py
entropic_core/visualization/__init__.py
entropic_core/visualization/alert_system.py
entropic_core/visualization/dashboard.py
entropic_core/visualization/report_generator.py
tests/test_active_intervention.py
tests/test_advanced.py
tests/test_auto_discovery.py
tests/test_auto_healer.py
tests/test_brain_integration.py
tests/test_business_metrics.py
tests/test_consensus_engine.py
tests/test_conversion.py
tests/test_core.py
tests/test_diagnosis.py
tests/test_end_to_end.py
tests/test_enterprise.py
tests/test_hallucination_detector.py
tests/test_integration.py
tests/test_integrations.py
tests/test_live_dashboard.py
tests/test_llm_middleware.py
tests/test_optimization.py
tests/test_plugins.py
tests/test_real_integrations.py
tests/test_security_comprehensive.py
tests/test_streaming.py
tests/test_vercel_ai_adapter.py