-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathspec.yaml
More file actions
28 lines (24 loc) · 741 Bytes
/
Copy pathspec.yaml
File metadata and controls
28 lines (24 loc) · 741 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
schemaVersion: "2"
kind: sandbox
name: muse-code
displayName: Muse Code
description: Run Meta's Muse Code terminal coding agent inside a Docker Sandbox.
sandbox:
image: "docker/sandbox-templates:shell-docker"
entrypoint: [muse]
agentInstructions:
filename: AGENTS.md
permissions:
network:
allow:
# Installer/docs, sign-in, launcher/updates, and model API.
- "dev.meta.ai:443"
- "auth.meta.com:443"
- "api.meta.ai:443"
# The launcher downloads platform binaries from Meta's CDN.
- "lookaside.facebook.com:443"
setup:
install:
- command: "curl -fsSL https://dev.meta.ai/install.sh | bash"
user: "1000"
description: Install the Muse launcher and Muse Code into ~/.local/bin