try download claude
This commit is contained in:
@@ -22,6 +22,7 @@ export interface AgentConfig {
|
||||
}
|
||||
|
||||
export type Agent = {
|
||||
install: () => Promise<string>;
|
||||
run: (config: AgentConfig) => Promise<AgentResult>;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user