MANIFEST.in
README.md
requirements.txt
setup.py
tests/__init__.py
tests/test_runner_optimized.py
tests/integration/__init__.py
tests/integration/test_cli_packages.py
tests/integration/test_end_to_end.py
tests/integration/test_web_apps.py
tests/unit/__init__.py
tests/unit/test_background_worker.py
tests/unit/test_fast_system.py
tests/unit/test_fast_vector.py
tests/unit/test_o1_vector_search.py
tests/unit/test_system_working.py
tests/unit/test_think_ai.py
tests/unit/test_vector_db_api.py
tests/unit/test_vector_search_adapter.py
tests/unit/test_vector_search_working.py
think_ai/__init__.py
think_ai/__main__.py
think_ai/cli.py
think_ai/intelligence_optimizer.py
think_ai/parallel_processor.py
think_ai/system_config.py
think_ai/api/__init__.py
think_ai/api/bridge.py
think_ai/benchmarks/__init__.py
think_ai/benchmarks/performance.py
think_ai/cache/__init__.py
think_ai/cache/architecture_cache.py
think_ai/cli/__init__.py
think_ai/cli/main.py
think_ai/coding/__init__.py
think_ai/coding/autonomous_coder.py
think_ai/coding/autonomous_project_builder.py
think_ai/coding/code_executor.py
think_ai/coding/code_generator.py
think_ai/coding/parallel_autonomous_coder.py
think_ai/coding/generator/__init__.py
think_ai/coding/generator/base.py
think_ai/coding/generator/patterns.py
think_ai/coding/generator/templates.py
think_ai/consciousness/__init__.py
think_ai/consciousness/awareness.py
think_ai/consciousness/infinite_mind.py
think_ai/consciousness/principles.py
think_ai/consciousness/thought_optimizer.py
think_ai/core/__init__.py
think_ai/core/background_service.py
think_ai/core/config.py
think_ai/core/engine.py
think_ai/core/think_ai_eternal.py
think_ai/federated/__init__.py
think_ai/federated/federated_learning.py
think_ai/graph/__init__.py
think_ai/graph/knowledge_graph.py
think_ai/integrations/__init__.py
think_ai/integrations/claude_api.py
think_ai/integrations/claude_interface.py
think_ai/intelligence/__init__.py
think_ai/intelligence/optimized_responder.py
think_ai/intelligence/self_trainer.py
think_ai/language/__init__.py
think_ai/language/spanish_handler.py
think_ai/models/__init__.py
think_ai/models/types.py
think_ai/multimodal/__init__.py
think_ai/multimodal/image_processor.py
think_ai/multimodal/processor.py
think_ai/music/__init__.py
think_ai/music/music_player.py
think_ai/plugins/__init__.py
think_ai/plugins/base.py
think_ai/plugins/installer.py
think_ai/plugins/manager.py
think_ai/plugins/registry.py
think_ai/plugins/testing.py
think_ai/storage/__init__.py
think_ai/storage/cache/__init__.py
think_ai/storage/cache/offline.py
think_ai/storage/cache/redis_cache.py
think_ai/storage/distributed/__init__.py
think_ai/storage/distributed/indexed_storage.py
think_ai/storage/distributed/learned_index.py
think_ai/storage/distributed/scylla.py
think_ai/storage/vector/__init__.py
think_ai/storage/vector/fast_vector_db.py
think_ai/storage/vector/vector_db.py
think_ai/storage/vector/vector_db_fallback.py
think_ai/storage/vector/vector_db_http.py
think_ai/utils/__init__.py
think_ai/utils/complexity_detector.py
think_ai/utils/dependency_resolver.py
think_ai/utils/gpu_detector.py
think_ai/utils/logging.py
think_ai/utils/torch_fallback.py
think_ai_consciousness.egg-info/PKG-INFO
think_ai_consciousness.egg-info/SOURCES.txt
think_ai_consciousness.egg-info/dependency_links.txt
think_ai_consciousness.egg-info/entry_points.txt
think_ai_consciousness.egg-info/requires.txt
think_ai_consciousness.egg-info/top_level.txt