package ai.angus.sdk; import org.json.simple.JSONObject; public interface Session { public JSONObject getState(); }