LICENSE
MANIFEST.in
README.md
pyproject.toml
src/lightweight_agent/__init__.py
src/lightweight_agent/exceptions.py
src/lightweight_agent/models.py
src/lightweight_agent/utils.py
src/lightweight_agent.egg-info/PKG-INFO
src/lightweight_agent.egg-info/SOURCES.txt
src/lightweight_agent.egg-info/dependency_links.txt
src/lightweight_agent.egg-info/requires.txt
src/lightweight_agent.egg-info/top_level.txt
src/lightweight_agent/agent/__init__.py
src/lightweight_agent/agent/message.py
src/lightweight_agent/agent/pretty_print.py
src/lightweight_agent/agent/prompt_builder.py
src/lightweight_agent/agent/react_agent.py
src/lightweight_agent/agent/todo_based_agent.py
src/lightweight_agent/clients/__init__.py
src/lightweight_agent/clients/anthropic_client.py
src/lightweight_agent/clients/base.py
src/lightweight_agent/clients/openai_client.py
src/lightweight_agent/session/__init__.py
src/lightweight_agent/session/history.py
src/lightweight_agent/session/session.py
src/lightweight_agent/tools/__init__.py
src/lightweight_agent/tools/base.py
src/lightweight_agent/tools/registry.py
src/lightweight_agent/tools/builtin/__init__.py
src/lightweight_agent/tools/builtin/create_todo_list_tool.py
src/lightweight_agent/tools/builtin/edit_tool.py
src/lightweight_agent/tools/builtin/list_dir_tool.py
src/lightweight_agent/tools/builtin/read_tool.py
src/lightweight_agent/tools/builtin/run_python_file_tool.py
src/lightweight_agent/tools/builtin/save_important_artifacts_tool.py
src/lightweight_agent/tools/builtin/update_todo_status_tool.py
src/lightweight_agent/tools/builtin/write_tool.py