feat: add API key caching via settings.json (#16)
Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
@@ -45,7 +45,7 @@ export async function handleHeadlessCommand(argv: string[]) {
|
||||
process.exit(1);
|
||||
}
|
||||
|
||||
const client = getClient();
|
||||
const client = await getClient();
|
||||
|
||||
// Resolve agent (same logic as interactive mode)
|
||||
let agent: Letta.AgentState | null = null;
|
||||
|
||||
Reference in New Issue
Block a user