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/demo_code.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/agent/extension/citation_agent.py
src/lightweight_agent/agent/extension/figure_agent.py
src/lightweight_agent/agent/extension/matplotlib_fix_agent.py
src/lightweight_agent/agent/extension/polish_agent.py
src/lightweight_agent/agent/extension/proposal_agent.py
src/lightweight_agent/agent/extension/table_master_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/batch_edit_tool.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_node_file_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
src/lightweight_agent/tools/extensions/__init__.py
src/lightweight_agent/tools/extensions/citation/__init__.py
src/lightweight_agent/tools/extensions/citation/bibtex_extract_tool.py
src/lightweight_agent/tools/extensions/citation/bibtex_insert_tool.py
src/lightweight_agent/tools/extensions/citation/bibtex_save_tool.py
src/lightweight_agent/tools/extensions/citation/citaion_engine.py
src/lightweight_agent/tools/extensions/citation/example_usage.py
src/lightweight_agent/tools/extensions/skill/__init__.py
src/lightweight_agent/tools/extensions/skill/skill_registry.py
src/lightweight_agent/tools/extensions/skill/skill_tool.py
src/lightweight_agent/tools/extensions/vision/__init__.py
src/lightweight_agent/tools/extensions/vision/vision_tool.py