LICENSE
README.md
pyproject.toml
nexcode/__init__.py
nexcode/__main__.py
nexcode/agent.py
nexcode/auth.py
nexcode/chat.py
nexcode/cli.py
nexcode/config.py
nexcode/utils.py
nexcode/agent_runtime/__init__.py
nexcode/agent_runtime/context.py
nexcode/agent_runtime/designer.py
nexcode/agent_runtime/editor.py
nexcode/agent_runtime/excerpts.py
nexcode/agent_runtime/executor.py
nexcode/agent_runtime/input_parser.py
nexcode/agent_runtime/planner.py
nexcode/agent_runtime/presentation.py
nexcode/agent_runtime/project_profile.py
nexcode/agent_runtime/prompt_context.py
nexcode/agent_runtime/repair.py
nexcode/agent_runtime/reporter.py
nexcode/agent_runtime/snapshot.py
nexcode/agent_runtime/task_scope.py
nexcode/agent_runtime/token_utils.py
nexcode/agent_runtime/tool_registry.py
nexcode/agent_runtime/verifier.py
nexcode/agent_runtime/workspace.py
nexcode/agent_runtime/workspace_index.py
nexcode/tools/__init__.py
nexcode/tools/file_tools.py
nexcode/tools/shell_tools.py
nexcode/tools/test_tools.py
nexcode_ai.egg-info/PKG-INFO
nexcode_ai.egg-info/SOURCES.txt
nexcode_ai.egg-info/dependency_links.txt
nexcode_ai.egg-info/entry_points.txt
nexcode_ai.egg-info/requires.txt
nexcode_ai.egg-info/top_level.txt
tests/test_agent_core.py
tests/test_agent_reliability.py
tests/test_assistant_flow.py
tests/test_cli_config.py
tests/test_current_workspace_agent.py
tests/test_reporter_robustness.py
tests/test_retrieval_runtime.py
tests/test_token_usage_unit.py