LICENSE
README.md
pyproject.toml
setup.py
thesis_py/__init__.py
thesis_py/api.py
thesis_py/py.typed
thesis_py.egg-info/PKG-INFO
thesis_py.egg-info/SOURCES.txt
thesis_py.egg-info/dependency_links.txt
thesis_py.egg-info/requires.txt
thesis_py.egg-info/top_level.txt
thesis_py/api_schema/__init__.py
thesis_py/api_schema/conversations.py
thesis_py/api_schema/spaces.py
thesis_py/llm/__init__.py
thesis_py/llm/metrics.py
thesis_py/research/__init__.py
thesis_py/research/base.py
thesis_py/research/exceptions.py
thesis_py/research/utils.py
thesis_py/research/events/__init__.py
thesis_py/research/events/event.py
thesis_py/research/events/tool.py
thesis_py/research/events/utils.py
thesis_py/research/events/action/__init__.py
thesis_py/research/events/action/action.py
thesis_py/research/events/action/agent.py
thesis_py/research/events/action/commands.py
thesis_py/research/events/action/empty.py
thesis_py/research/events/action/files.py
thesis_py/research/events/action/init_pyodide.py
thesis_py/research/events/action/mcp.py
thesis_py/research/events/action/message.py
thesis_py/research/events/observation/__init__.py
thesis_py/research/events/observation/agent.py
thesis_py/research/events/observation/commands.py
thesis_py/research/events/observation/credit.py
thesis_py/research/events/observation/delegate.py
thesis_py/research/events/observation/empty.py
thesis_py/research/events/observation/error.py
thesis_py/research/events/observation/evaluation.py
thesis_py/research/events/observation/files.py
thesis_py/research/events/observation/mcp.py
thesis_py/research/events/observation/observation.py
thesis_py/research/events/observation/planner_mcp.py
thesis_py/research/events/observation/playwright_mcp.py
thesis_py/research/events/observation/reject.py
thesis_py/research/events/observation/success.py
thesis_py/research/events/schema/__init__.py
thesis_py/research/events/schema/action.py
thesis_py/research/events/schema/agent.py
thesis_py/research/events/schema/observation.py
thesis_py/research/events/schema/research.py
thesis_py/research/events/serialization/__init__.py
thesis_py/research/events/serialization/action.py
thesis_py/research/events/serialization/event_utils.py
thesis_py/research/events/serialization/observation.py