LICENSE
README.md
pyproject.toml
plain_agent.egg-info/PKG-INFO
plain_agent.egg-info/SOURCES.txt
plain_agent.egg-info/dependency_links.txt
plain_agent.egg-info/entry_points.txt
plain_agent.egg-info/requires.txt
plain_agent.egg-info/top_level.txt
simple_agent/agent_loop.py
simple_agent/cli.py
simple_agent/conversation_history.py
simple_agent/llm_client.py
simple_agent/message_types.py
simple_agent/prompt.py
simple_agent/streaming.py
simple_agent/terminal_loop.py
simple_agent/tools/base_tool.py
simple_agent/tools/command_policy.py
simple_agent/tools/command_runtime.py
simple_agent/tools/edit_file.py
simple_agent/tools/list_files.py
simple_agent/tools/read_file.py
simple_agent/tools/run_command.py
simple_agent/tools/search_text.py
simple_agent/tools/tools.py
simple_agent/tools/utils.py
simple_agent/tools/write_file.py
simple_agent/tools/permissions/file_permission.py
tests/test_agent.py
tests/test_llm_client.py
tests/test_terminal_loop.py
tests/test_tools.py