try download claude

This commit is contained in:
David Blass
2025-11-06 20:28:58 -05:00
parent 42b023cc86
commit 0a63f3da9d
8 changed files with 114619 additions and 256 deletions
+1
View File
@@ -22,6 +22,7 @@ export interface AgentConfig {
}
export type Agent = {
install: () => Promise<string>;
run: (config: AgentConfig) => Promise<AgentResult>;
};