LICENSE
MANIFEST.in
README.md
pyproject.toml
onsetlab/__init__.py
onsetlab/__main__.py
onsetlab/agent.py
onsetlab/cli.py
onsetlab/router.py
onsetlab.egg-info/PKG-INFO
onsetlab.egg-info/SOURCES.txt
onsetlab.egg-info/dependency_links.txt
onsetlab.egg-info/requires.txt
onsetlab.egg-info/top_level.txt
onsetlab/benchmark/__init__.py
onsetlab/benchmark/runner.py
onsetlab/benchmark/scorer.py
onsetlab/benchmark/tests/suite.json
onsetlab/execution/__init__.py
onsetlab/execution/sandbox.py
onsetlab/mcp/__init__.py
onsetlab/mcp/client.py
onsetlab/mcp/server.py
onsetlab/mcp/tool_wrapper.py
onsetlab/mcp/registry/__init__.py
onsetlab/mcp/registry/filesystem.json
onsetlab/mcp/registry/github.json
onsetlab/mcp/registry/google_calendar.json
onsetlab/mcp/registry/notion.json
onsetlab/mcp/registry/slack.json
onsetlab/mcp/registry/tavily.json
onsetlab/memory/__init__.py
onsetlab/memory/conversation.py
onsetlab/model/__init__.py
onsetlab/model/base.py
onsetlab/model/ollama.py
onsetlab/packaging/__init__.py
onsetlab/packaging/binary_export.py
onsetlab/packaging/config_export.py
onsetlab/packaging/docker_export.py
onsetlab/rewoo/__init__.py
onsetlab/rewoo/executor.py
onsetlab/rewoo/planner.py
onsetlab/rewoo/react_fallback.py
onsetlab/rewoo/solver.py
onsetlab/rewoo/verifier.py
onsetlab/skills/__init__.py
onsetlab/tools/__init__.py
onsetlab/tools/base.py
onsetlab/tools/calculator.py
onsetlab/tools/code_executor.py
onsetlab/tools/datetime_tool.py
onsetlab/tools/random_generator.py
onsetlab/tools/text_processor.py
onsetlab/tools/unit_converter.py
tests/test_agent.py
tests/test_hybrid_routing.py
tests/test_imports.py
tests/test_mcp.py
tests/test_mcp_robust.py
tests/test_packaging.py
tests/test_planner.py
tests/test_router.py
tests/test_skills.py
tests/test_tools.py