README.md
install.sh
setup.py
nc1709/__init__.py
nc1709/async_request_queue.py
nc1709/checkpoints.py
nc1709/cli.py
nc1709/cli_enhanced.py
nc1709/cli_ui.py
nc1709/config.py
nc1709/conversation_logger.py
nc1709/custom_commands.py
nc1709/exceptions.py
nc1709/executor.py
nc1709/file_controller.py
nc1709/git_integration.py
nc1709/github_integration.py
nc1709/image_input.py
nc1709/linting.py
nc1709/llm_adapter.py
nc1709/logger.py
nc1709/model_loader.py
nc1709/permission_ui.py
nc1709/plan_mode.py
nc1709/progress.py
nc1709/reasoning_engine.py
nc1709/remote_client.py
nc1709/request_queue.py
nc1709/requirements_tracker.py
nc1709/shell_completions.py
nc1709/slash_commands.py
nc1709/task_classifier.py
nc1709/telemetry.py
nc1709/thinking_messages.py
nc1709/tool_ui.py
nc1709/version_check.py
nc1709.egg-info/PKG-INFO
nc1709.egg-info/SOURCES.txt
nc1709.egg-info/dependency_links.txt
nc1709.egg-info/entry_points.txt
nc1709.egg-info/requires.txt
nc1709.egg-info/top_level.txt
nc1709/agent/__init__.py
nc1709/agent/core.py
nc1709/agent/di_agent.py
nc1709/agent/mcp_bridge.py
nc1709/agent/permissions.py
nc1709/agent/refactored_agent.py
nc1709/agent/components/__init__.py
nc1709/agent/components/history_tracker.py
nc1709/agent/components/llm_interface.py
nc1709/agent/components/loop_detector.py
nc1709/agent/components/permission_manager.py
nc1709/agent/components/response_formatter.py
nc1709/agent/components/tool_executor.py
nc1709/agent/tools/__init__.py
nc1709/agent/tools/base.py
nc1709/agent/tools/bash_tool.py
nc1709/agent/tools/file_tools.py
nc1709/agent/tools/notebook_tools.py
nc1709/agent/tools/search_tools.py
nc1709/agent/tools/task_tool.py
nc1709/agent/tools/web_tools.py
nc1709/agents/__init__.py
nc1709/agents/auto_fix.py
nc1709/agents/test_generator.py
nc1709/cognitive/__init__.py
nc1709/cognitive/anticipation.py
nc1709/cognitive/context_engine.py
nc1709/cognitive/council.py
nc1709/cognitive/learning.py
nc1709/cognitive/router.py
nc1709/cognitive/system.py
nc1709/deepfabric/__init__.py
nc1709/deepfabric/core.py
nc1709/deepfabric/data_generator.py
nc1709/deepfabric/train.py
nc1709/di/__init__.py
nc1709/di/container.py
nc1709/di/decorators.py
nc1709/di/providers.py
nc1709/di/services.py
nc1709/llm/__init__.py
nc1709/llm/base.py
nc1709/llm/factory.py
nc1709/llm/ollama_adapter.py
nc1709/llm/openai_adapter.py
nc1709/mcp/__init__.py
nc1709/mcp/client.py
nc1709/mcp/manager.py
nc1709/mcp/protocol.py
nc1709/mcp/server.py
nc1709/memory/__init__.py
nc1709/memory/embeddings.py
nc1709/memory/indexer.py
nc1709/memory/sessions.py
nc1709/memory/vector_store.py
nc1709/middleware/__init__.py
nc1709/middleware/error_handler.py
nc1709/models/__init__.py
nc1709/models/detector.py
nc1709/models/formats.py
nc1709/models/local_llm.py
nc1709/models/local_llm_v2.py
nc1709/models/manager.py
nc1709/models/registry.py
nc1709/monitoring/__init__.py
nc1709/monitoring/health.py
nc1709/monitoring/metrics.py
nc1709/monitoring/middleware.py
nc1709/monitoring/tracing.py
nc1709/performance/__init__.py
nc1709/performance/benchmark.py
nc1709/performance/cache.py
nc1709/performance/pipeline.py
nc1709/performance/tiering.py
nc1709/plugins/__init__.py
nc1709/plugins/base.py
nc1709/plugins/manager.py
nc1709/plugins/registry.py
nc1709/plugins/agents/__init__.py
nc1709/plugins/agents/database_agent.py
nc1709/plugins/agents/django_agent.py
nc1709/plugins/agents/docker_agent.py
nc1709/plugins/agents/fastapi_agent.py
nc1709/plugins/agents/git_agent.py
nc1709/plugins/agents/nextjs_agent.py
nc1709/plugins/agents/ollama_agent.py
nc1709/plugins/agents/test_agent.py
nc1709/prompts/__init__.py
nc1709/prompts/agent_system.py
nc1709/prompts/task_prompts.py
nc1709/prompts/unified_prompt.py
nc1709/shutdown/__init__.py
nc1709/shutdown/cleanup.py
nc1709/shutdown/handler.py
nc1709/shutdown/signals.py
nc1709/training/__init__.py
nc1709/training/deepfabric_trainer.py
nc1709/training/rtx_optimizer.py
nc1709/training/training_monitor.py
nc1709/utils/__init__.py
nc1709/utils/circuit_breaker.py
nc1709/utils/connection_pool.py
nc1709/utils/rate_limiter.py
nc1709/utils/sanitizer.py
nc1709/utils/schema_validator.py
nc1709/web/__init__.py
nc1709/web/server.py
tests/__init__.py
tests/conftest.py
tests/test_async_request_queue.py
tests/test_circuit_breaker.py
tests/test_connection_pool.py
tests/test_di_container.py
tests/test_exceptions.py
tests/test_health.py
tests/test_llm_adapters.py
tests/test_metrics.py
tests/test_rate_limiter.py
tests/test_sanitizer.py
tests/test_schema_validator.py
tests/test_tracing.py