Build workspace agent, capability graph, and versioned cutovers
This commit is contained in:
Vendored
+2
@@ -38,8 +38,10 @@ export type EdgePort = {
|
||||
connect(targetObjectId: string): Promise<void>;
|
||||
};
|
||||
export type InterfacePort = {
|
||||
objectId: string;
|
||||
interfaceRevisionId: string;
|
||||
invoke(operationId: string, input?: Record<string, unknown>): Promise<unknown>;
|
||||
live(operationId: string, input?: Record<string, unknown>): Promise<ReturnType<typeof liveValue>>;
|
||||
};
|
||||
export type ConstructorPort = {
|
||||
atomId: string;
|
||||
|
||||
Reference in New Issue
Block a user