mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-07 08:26:15 +00:00
docs: update examples page — code sandbox uses E2B instead of Daytona
This commit is contained in:
parent
0106128ff1
commit
20f897e694
1 changed files with 4 additions and 4 deletions
|
|
@ -30,15 +30,15 @@ complete project with its own README, dependencies, and a working UI.
|
|||
icon="terminal"
|
||||
href="https://github.com/supermemoryai/examples/tree/main/code-sandbox"
|
||||
>
|
||||
Write and run code in a Daytona sandbox with persistent AI memory.
|
||||
Next.js + Daytona SDK + SMFS mount.
|
||||
Write and run code in an E2B sandbox with persistent AI memory.
|
||||
Next.js + E2B SDK + SMFS mount.
|
||||
</Card>
|
||||
</CardGroup>
|
||||
|
||||
The Research Assistant and Knowledge Base examples use the
|
||||
[Bash Tool](/smfs/bash-tool) — the serverless-friendly way to give an agent a
|
||||
Supermemory-backed filesystem. The Code Sandbox example uses a
|
||||
[Daytona](/smfs/providers/daytona) sandbox with a real SMFS mount.
|
||||
Supermemory-backed filesystem. The Code Sandbox example uses an
|
||||
[E2B](/smfs/providers/e2b) sandbox with a real SMFS mount.
|
||||
|
||||
## Running an example
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue