feat: Stateless subagents (#127)

This commit is contained in:
Devansh Jain
2025-12-15 20:16:25 -08:00
committed by GitHub
parent 560f3591ad
commit ae54666a98
31 changed files with 1855 additions and 283 deletions

View File

@@ -1,10 +1,10 @@
#!/usr/bin/env bun
/**
* Minimal example: Send an image to a Letta agent
*
*
* Usage:
* bun examples/send-image.ts <agent-id> <image-path>
*
*
* Example:
* bun examples/send-image.ts agent-123abc screenshot.png
*/