-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Create a krunai runtime, which will start a container using the libkrun library, and run the agent inside a micro VM.
The container can be personalized with (from workspace configuration):
The users directories are mounted:
- sources
- additional source dirs with path relative to sources (to support git worktrees, which link to the main repo)
- .claude user directory (or similar for other agents)
- other user files/directories (git config, gcloud config for vertex AI auth, etc)
The micro vm is started with a noop entrypoint (tail -f /dev/null), and the user needs to access the container with another command for the moment
Reactions are currently unavailable