LICENSE
MANIFEST.in
README.md
ROADMAP.md
pyproject.toml
setup.py
nc1709/__init__.py
nc1709/checkpoints.py
nc1709/cli.py
nc1709/cli_ui.py
nc1709/config.py
nc1709/custom_commands.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/plan_mode.py
nc1709/progress.py
nc1709/reasoning_engine.py
nc1709/remote_client.py
nc1709/requirements_tracker.py
nc1709/shell_completions.py
nc1709/slash_commands.py
nc1709/task_classifier.py
nc1709/thinking_messages.py
nc1709/version_check.py
nc1709/agent/__init__.py
nc1709/agent/core.py
nc1709/agent/mcp_bridge.py
nc1709/agent/permissions.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/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/models/__init__.py
nc1709/models/detector.py
nc1709/models/formats.py
nc1709/models/manager.py
nc1709/models/registry.py
nc1709/performance/__init__.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/web/__init__.py
nc1709/web/server.py
nc1709/web/templates/index.html