You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/INTEGRATIONS.md
+55Lines changed: 55 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -597,6 +597,61 @@ async function withMemory(
597
597
598
598
---
599
599
600
+
## Asterisk
601
+
602
+
[Asterisk](https://github.com/ayvazyan10/asterisk) is a lightweight, open-source AI agent CLI built on Bun. By default, its conversation history lives in memory and is lost on restart. Three integration paths give Asterisk persistent memory via Engram.
603
+
604
+
Seethe [engram.amAsteriskdocs](https://engram.am/docs/asterisk) for full setup instructions with examples.
RestartAsterisk. All18Engramtoolsappearas`engram__store_memory`, `engram__recall_context`, etc. Theagentcanstoreandrecallmemoriesaspartofnormalconversation.
Formaximumcontrol, addmemoryrecall/storeinstructionstoAsterisk's soul system (`~/.asterisk/SOUL.md`) and use lifecycle hooks in `~/.asterisk/config.json` to auto-store exchanges after each turn. This works regardless of provider (Ollama or Anthropic).
0 commit comments