LICENSE
README.md
pyproject.toml
src/boltzstack_engine/__init__.py
src/boltzstack_engine.egg-info/PKG-INFO
src/boltzstack_engine.egg-info/SOURCES.txt
src/boltzstack_engine.egg-info/dependency_links.txt
src/boltzstack_engine.egg-info/requires.txt
src/boltzstack_engine.egg-info/top_level.txt
src/boltzstack_engine/artifacts/__init__.py
src/boltzstack_engine/artifacts/store.py
src/boltzstack_engine/artifacts/tools.py
src/boltzstack_engine/brain/__init__.py
src/boltzstack_engine/brain/runtime.py
src/boltzstack_engine/brain/seed_messages.yaml
src/boltzstack_engine/chat/__init__.py
src/boltzstack_engine/chat/conversation.py
src/boltzstack_engine/chat/intrinsic_harness.py
src/boltzstack_engine/chat/openai_model.py
src/boltzstack_engine/context/__init__.py
src/boltzstack_engine/context/compression.py
src/boltzstack_engine/context/compression_tools.py
src/boltzstack_engine/context/planner.py
src/boltzstack_engine/core/__init__.py
src/boltzstack_engine/core/agents.py
src/boltzstack_engine/core/history_tools.py
src/boltzstack_engine/core/intrinsic_tools.py
src/boltzstack_engine/core/models.py
src/boltzstack_engine/core/prompts.py
src/boltzstack_engine/core/providers.py
src/boltzstack_engine/core/runner.py
src/boltzstack_engine/core/runtime_context.py
src/boltzstack_engine/core/runtime_tools.py
src/boltzstack_engine/core/sessions.py
src/boltzstack_engine/core/stream.py
src/boltzstack_engine/core/token_budget.py
src/boltzstack_engine/core/tool_group_tools.py
src/boltzstack_engine/core/tool_inputs.py
src/boltzstack_engine/core/tools.py
src/boltzstack_engine/hydration/__init__.py
src/boltzstack_engine/hydration/engine.py
src/boltzstack_engine/hydration/render_templates.py
src/boltzstack_engine/hydration/tools.py
src/boltzstack_engine/io/__init__.py
src/boltzstack_engine/io/channels.py
src/boltzstack_engine/io/toolkit.py
src/boltzstack_engine/memory/__init__.py
src/boltzstack_engine/memory/store.py
src/boltzstack_engine/memory/tools.py
src/boltzstack_engine/model_adapters/__init__.py
src/boltzstack_engine/model_adapters/anthropic.py
src/boltzstack_engine/model_adapters/openai.py
src/boltzstack_engine/sandbox/__init__.py
src/boltzstack_engine/sandbox/runtime.py
src/boltzstack_engine/sandbox/tools.py
src/boltzstack_engine/tracing/__init__.py
src/boltzstack_engine/tracing/store.py
src/boltzstack_engine/tracing/tools.py
tests/test_engine_smoke.py