.editorconfig
.env.example
.gitattributes
.gitignore
.python-version
contributors.txt
license
pyproject.toml
readme.md
.agent/rules/python-code-documentation.md
.nexus/mcp_config.json
.nexus/prompts/code_generation_prompt.md
.nexus/prompts/code_review_prompt.md
.nexus/prompts/system_prompt.md
.nexus/rules/python-code-documentation.md
agent_nexus_cli.egg-info/PKG-INFO
agent_nexus_cli.egg-info/SOURCES.txt
agent_nexus_cli.egg-info/dependency_links.txt
agent_nexus_cli.egg-info/entry_points.txt
agent_nexus_cli.egg-info/requires.txt
agent_nexus_cli.egg-info/top_level.txt
assets/images/Screenshot 2026-01-24 210940.png
assets/images/Screenshot 2026-01-24 211722.png
assets/images/Screenshot 2026-01-24 211827.png
assets/images/Screenshot 2026-01-24 211835.png
assets/images/Screenshot 2026-01-24 211901.png
assets/images/Screenshot 2026-01-24 211912.png
assets/images/Screenshot 2026-01-24 211923.png
nexus/__init__.py
nexus/main.py
nexus/agent/__init__.py
nexus/agent/approval.py
nexus/agent/graph.py
nexus/agent/metrics.py
nexus/agent/modes.py
nexus/agent/nodes.py
nexus/agent/restrictions.py
nexus/agent/state.py
nexus/commands/__init__.py
nexus/commands/base.py
nexus/commands/core.py
nexus/commands/registry.py
nexus/config/__init__.py
nexus/config/prompts.py
nexus/config/settings.py
nexus/tools/__init__.py
nexus/tools/file_ops.py
nexus/tools/mcp.py
nexus/tools/mode.py
nexus/tools/shell.py
nexus/ui/__init__.py
nexus/ui/cli.py
nexus/ui/console.py