Commit Graph

17 Commits

Author SHA1 Message Date
Charles Packer
2e7fe42658 fix: invalid tool call ID recovery and system-reminder tag centralization (#627)
Co-authored-by: Letta <noreply@letta.com>
2026-01-21 20:43:35 -08:00
Charles Packer
f30dbf40da feat: deploy existing agents as subagents via Task tool (#591)
Co-authored-by: Letta <noreply@letta.com>
2026-01-18 19:12:23 -08:00
Charles Packer
7905260fc9 feat: add messaging-agents bundled skill (#589)
Co-authored-by: Letta <noreply@letta.com>
2026-01-18 17:28:45 -08:00
Charles Packer
f4eb921af7 feat: add working-in-parallel bundled skill (#577)
Co-authored-by: Letta <noreply@letta.com>
2026-01-17 11:38:06 -08:00
Charles Packer
95dc06a5d7 fix: rename memory-defrag skill to follow naming conventions (#520)
Co-authored-by: Letta <noreply@letta.com>
2026-01-11 19:48:41 -08:00
Charles Packer
79c92e92cc fix: memory defrag skill location (#518)
Co-authored-by: Letta <noreply@letta.com>
2026-01-11 19:25:53 -08:00
Charles Packer
86b4e5a9a8 feat: add acquiring-skills (#466)
Co-authored-by: Letta <noreply@letta.com>
2026-01-04 22:15:59 -08:00
Charles Packer
1894a290d4 feat: add --override flag and improve docs (#462)
Co-authored-by: Letta <noreply@letta.com>
2026-01-04 19:12:15 -08:00
Charles Packer
d962356852 fix: update SKILL.md files to use npx tsx with <SKILL_DIR> (#461)
Co-authored-by: Letta <noreply@letta.com>
2026-01-04 17:52:07 -08:00
Charles Packer
56b40465dd fix: make skill scripts work when installed via npm (#460)
Co-authored-by: Letta <noreply@letta.com>
2026-01-04 17:38:34 -08:00
Charles Packer
9b039b7249 feat: update skills (migrating-memory, agent-finder, message-search) (#458)
Co-authored-by: Letta <noreply@letta.com>
2026-01-04 16:31:32 -08:00
cpacker
d0d45cba5a feat: add migrating-memory skill for copying/sharing blocks between agents
- Add migrating-memory bundled skill with 4 scripts:
  - list-agents.ts: List all accessible agents
  - get-agent-blocks.ts: Get memory blocks from an agent
  - copy-block.ts: Copy a block to create independent copy
  - attach-block.ts: Attach existing block (shared)
- Scripts auto-target current agent for safety (no accidental modifications)
- Skill.ts now includes "# Skill Directory:" when loading skills with additional files
- Update initializing-memory to suggest migration option
- Add unit tests for all migration scripts

🐙 Generated with [Letta Code](https://letta.com)

Co-Authored-By: Letta <noreply@letta.com>
2026-01-04 11:28:22 -08:00
Immanuel
3e4212d5f2 fix: fix typos (#410) 2025-12-29 13:51:45 -08:00
Devansh Jain
54f0f233b3 feat: Add memory reminders to improve memory use (#366) 2025-12-23 12:00:34 -08:00
Charles Packer
899966f491 fix: patches to align skills with open spec (#334)
Co-authored-by: Letta <noreply@letta.com>
2025-12-21 18:20:11 -08:00
Charles Packer
a6f27c7971 feat: rewrite skill creator skill in ts and bundle (#333)
Co-authored-by: Letta <noreply@letta.com>
2025-12-21 17:25:23 -08:00
Charles Packer
9984f26f1b feat: add support for bundled skills and multi-source skill discovery (#331)
Co-authored-by: Letta <noreply@letta.com>
2025-12-21 15:58:01 -08:00