LICENSE
README.md
pyproject.toml
src/mr_ninja/__init__.py
src/mr_ninja/__main__.py
src/mr_ninja/cli.py
src/mr_ninja/server.py
src/mr_ninja.egg-info/PKG-INFO
src/mr_ninja.egg-info/SOURCES.txt
src/mr_ninja.egg-info/dependency_links.txt
src/mr_ninja.egg-info/entry_points.txt
src/mr_ninja.egg-info/requires.txt
src/mr_ninja.egg-info/top_level.txt
src/mr_ninja/agents/__init__.py
src/mr_ninja/agents/aggregator.py
src/mr_ninja/agents/chunk_planner.py
src/mr_ninja/agents/chunk_processor.py
src/mr_ninja/agents/orchestrator.py
src/mr_ninja/agents/summarizer.py
src/mr_ninja/core/__init__.py
src/mr_ninja/core/chunking_engine.py
src/mr_ninja/core/models.py
src/mr_ninja/core/token_estimator.py
src/mr_ninja/demo/__init__.py
src/mr_ninja/demo/generate_large_repo.py
src/mr_ninja/demo/simulate_large_mr.py
src/mr_ninja/flows/agent_flow.yaml
src/mr_ninja/github/__init__.py
src/mr_ninja/github/github_client.py
src/mr_ninja/gitlab/__init__.py
src/mr_ninja/gitlab/gitlab_client.py
tests/test_aggregation.py
tests/test_chunking.py
tests/test_cli.py
tests/test_demo.py
tests/test_github_client.py
tests/test_gitlab_client.py
tests/test_models.py
tests/test_orchestrator.py
tests/test_platform_detection.py
tests/test_server.py
tests/test_token_estimator.py