@letta-ai/letta-code 0.26.0 → 0.26.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/letta.js +321631 -147543
- package/package.json +5 -4
- package/scripts/check-test-coverage.cjs +131 -0
- package/scripts/check.js +1 -0
- package/scripts/run-unit-tests.cjs +2 -0
- package/skills/creating-extensions/SKILL.md +87 -0
- package/skills/creating-extensions/references/btw-command.md +90 -0
- package/skills/creating-extensions/references/commands.md +114 -0
- package/skills/creating-extensions/references/tools.md +115 -0
- package/skills/creating-extensions/references/ui.md +65 -0
- package/skills/customizing-commands/SKILL.md +88 -0
- package/skills/customizing-statusline/SKILL.md +70 -0
- package/skills/customizing-statusline/references/api.md +168 -0
- package/skills/customizing-statusline/references/examples.md +143 -0
- package/skills/customizing-statusline/references/migration.md +131 -0
- package/skills/letta-help/SKILL.md +219 -0
package/README.md
CHANGED
|
@@ -105,7 +105,7 @@ Local agents do not appear in the Constellation, but their memory is still a nor
|
|
|
105
105
|
|
|
106
106
|
## 🌌 Constellation
|
|
107
107
|
|
|
108
|
-
Agents
|
|
108
|
+
Agents hosted on Constellation can be accessed from any machine: your laptop, [GitHub Actions](https://github.com/letta-ai/letta-code-action), a sandbox, remote VM, or a Mac Mini. You can also chat with agents through [chat.letta.com](https://chat.letta.com/) or through the desktop app.
|
|
109
109
|
|
|
110
110
|
```mermaid
|
|
111
111
|
graph TD
|