LICENSE
README.md
pyproject.toml
aru/__init__.py
aru/agent_factory.py
aru/cache_patch.py
aru/checkpoints.py
aru/cli.py
aru/commands.py
aru/completers.py
aru/config.py
aru/context.py
aru/display.py
aru/history_blocks.py
aru/permissions.py
aru/providers.py
aru/runner.py
aru/runtime.py
aru/session.py
aru/agents/__init__.py
aru/agents/base.py
aru/agents/catalog.py
aru/agents/planner.py
aru/plugins/__init__.py
aru/plugins/custom_tools.py
aru/plugins/hooks.py
aru/plugins/manager.py
aru/plugins/tool_api.py
aru/tools/__init__.py
aru/tools/ast_tools.py
aru/tools/codebase.py
aru/tools/gitignore.py
aru/tools/mcp_client.py
aru/tools/plan_mode.py
aru/tools/ranker.py
aru/tools/tasklist.py
aru_code.egg-info/PKG-INFO
aru_code.egg-info/SOURCES.txt
aru_code.egg-info/dependency_links.txt
aru_code.egg-info/entry_points.txt
aru_code.egg-info/requires.txt
aru_code.egg-info/top_level.txt
tests/test_agents_base.py
tests/test_catalog.py
tests/test_checkpoints.py
tests/test_cli.py
tests/test_cli_advanced.py
tests/test_cli_base.py
tests/test_cli_completers.py
tests/test_cli_new.py
tests/test_cli_run_cli.py
tests/test_cli_session.py
tests/test_cli_shell.py
tests/test_codebase.py
tests/test_confabulation_regression.py
tests/test_config.py
tests/test_context.py
tests/test_gitignore.py
tests/test_guardrails_scenarios.py
tests/test_main.py
tests/test_mcp_client.py
tests/test_permissions.py
tests/test_plugins.py
tests/test_providers.py
tests/test_ranker.py