LICENSE
README.md
pyproject.toml
src/agentlys/__init__.py
src/agentlys/base.py
src/agentlys/chat.py
src/agentlys/mcp.py
src/agentlys/model.py
src/agentlys/utils.py
src/agentlys.egg-info/PKG-INFO
src/agentlys.egg-info/SOURCES.txt
src/agentlys.egg-info/dependency_links.txt
src/agentlys.egg-info/requires.txt
src/agentlys.egg-info/top_level.txt
src/agentlys/providers/anthropic.py
src/agentlys/providers/base_provider.py
src/agentlys/providers/default.py
src/agentlys/providers/openai.py
src/agentlys/providers/openai_function_legacy.py
src/agentlys/providers/openai_function_shim.py
src/agentlys/providers/utils.py
tests/test_add_tool.py
tests/test_anthropic.py
tests/test_base.py
tests/test_call_async.py
tests/test_callback_image.py
tests/test_calls_function.py
tests/test_calls_image.py
tests/test_none_return.py
tests/test_openai_function_shim.py
tests/test_parallel_tool_calls.py
tests/test_stream.py
tests/test_terminal_output.py
tests/test_tool_repr.py
tests/test_utils.py