merge main
This commit is contained in:
+1
-1
@@ -207,7 +207,7 @@ export const agent = <const agent extends Agent>(agent: agent): agent => {
|
||||
|
||||
export type Agent = {
|
||||
name: string;
|
||||
inputKey: string;
|
||||
inputKeys: string[];
|
||||
install: () => Promise<string>;
|
||||
run: (config: AgentConfig) => Promise<AgentResult>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user