DETERMINATOR / src /state /__init__.py
Joseph Pollack
Initial commit - Independent repository - Breaking fork relationship
4a653e3 unverified
"""State package - re-exports from agents.state for compatibility."""
from src.agents.state import (
MagenticState,
get_magentic_state,
init_magentic_state,
)
__all__ = ["MagenticState", "get_magentic_state", "init_magentic_state"]