import { readAdapterConfig, ConfigError } from "@agent-ops/sesh-channels"; export const readConfig = () => readAdapterConfig("pi"); export { ConfigError }; export type { AdapterConfig, AgentClass } from "@agent-ops/sesh-channels";