LICENSE
MANIFEST.in
README.md
ROADMAP.md
pyproject.toml
setup.py
nc1709/__init__.py
nc1709/cli.py
nc1709/config.py
nc1709/executor.py
nc1709/file_controller.py
nc1709/llm_adapter.py
nc1709/logger.py
nc1709/reasoning_engine.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/plugins/__init__.py
nc1709/plugins/base.py
nc1709/plugins/manager.py
nc1709/plugins/registry.py
nc1709/plugins/agents/__init__.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/web/__init__.py
nc1709/web/server.py
nc1709/web/templates/index.html