EntitySource:
| { kind: "project"; projectId: string }
| {
kind: "agent";
projectId: string;
sessionId?: string;
terminalId?: string;
}
| { displayName: string; id: string; kind: "site-user"; siteId: string }
| { kind: "community-member"; membershipId: string; projectId: string }
| { kind: "assistant" }
| { kind: "user" }
| { kind: "host" }