LICENSE
MANIFEST.in
README.md
cli.py
config.py
interactive.py
main.py
pyproject.toml
agent/__init__.py
agent/agent.py
agent/base.py
agent/context.py
agent/todo.py
agent/tool_executor.py
agent/verification.py
agent/prompts/__init__.py
aloop.egg-info/PKG-INFO
aloop.egg-info/SOURCES.txt
aloop.egg-info/dependency_links.txt
aloop.egg-info/entry_points.txt
aloop.egg-info/requires.txt
aloop.egg-info/top_level.txt
docs/configuration.md
docs/examples.md
docs/extending.md
docs/memory-management.md
docs/packaging.md
examples/agent_example.py
examples/memory_persistence_demo.py
examples/web_fetch_example.py
llm/__init__.py
llm/base.py
llm/compat.py
llm/content_utils.py
llm/litellm_adapter.py
llm/message_types.py
llm/model_manager.py
llm/retry.py
memory/__init__.py
memory/compressor.py
memory/manager.py
memory/serialization.py
memory/short_term.py
memory/token_tracker.py
memory/types.py
memory/store/__init__.py
memory/store/memory_store.py
memory/store/yaml_file_memory_store.py
test/test_basic.py
test/test_code_navigator.py
test/test_explore_tool.py
test/test_litellm_adapter.py
test/test_memory.py
test/test_model_setup_session.py
test/test_notify_integration.py
test/test_notify_tool.py
test/test_parallel_execute_tool.py
test/test_ralph_loop.py
test/test_shell_background.py
test/test_slash_command_autocomplete.py
test/test_smart_edit.py
test/test_smart_edit_integration.py
test/test_tool_size_limits.py
test/test_web_fetch.py
tools/__init__.py
tools/advanced_file_ops.py
tools/base.py
tools/calculator.py
tools/code_navigator.py
tools/explore.py
tools/file_ops.py
tools/git_tools.py
tools/notify.py
tools/parallel_execute.py
tools/session_manager.py
tools/shell.py
tools/shell_background.py
tools/smart_edit.py
tools/todo.py
tools/web_fetch.py
tools/web_search.py
utils/__init__.py
utils/logger.py
utils/model_pricing.py
utils/runtime.py
utils/terminal_ui.py
utils/tui/__init__.py
utils/tui/command_registry.py
utils/tui/components.py
utils/tui/input_handler.py
utils/tui/model_ui.py
utils/tui/progress.py
utils/tui/status_bar.py
utils/tui/theme.py