LICENSE
README.md
pyproject.toml
maxs/__init__.py
maxs/__main__.py
maxs/main.py
maxs/updater.py
maxs.egg-info/PKG-INFO
maxs.egg-info/SOURCES.txt
maxs.egg-info/dependency_links.txt
maxs.egg-info/entry_points.txt
maxs.egg-info/requires.txt
maxs.egg-info/top_level.txt
maxs/handlers/callback_handler.py
maxs/models/__init__.py
maxs/models/anthropic.py
maxs/models/bedrock.py
maxs/models/litellm.py
maxs/models/llamaapi.py
maxs/models/mistral.py
maxs/models/models.py
maxs/models/ollama.py
maxs/models/openai.py
maxs/tools/__init__.py
maxs/tools/bash.py
maxs/tools/dialog.py
maxs/tools/environment.py
maxs/tools/event_bridge.py
maxs/tools/scraper.py
maxs/tools/tasks.py
maxs/tools/tcp.py
maxs/tools/use_agent.py
maxs/tools/use_computer.py