Continuum Core - Unified re-exports for all layers
This crate provides a single entry point for all Continuum Rust components, with Python bindings via PyO3.
- --
```python
from sh_core import Agent, Session, ConfigManager
agent = Agent()
result = agent.run("hello")
```
MIT