Skip to content

Conversation

@penberg
Copy link
Collaborator

@penberg penberg commented Jan 3, 2026

Add agentfs ps and agentfs mount listing commands:

  • agentfs ps lists sandbox sessions from ~/.agentfs/run/
  • agentfs ps -a includes stopped sessions
  • agentfs mount (no args) lists all FUSE mount points

Mount status is determined by parsing /proc/mounts directly, which is the authoritative source.

@penberg penberg marked this pull request as draft January 3, 2026 15:58
@penberg penberg changed the title Add agentfs ps command to list running agent filesystems Add agentfs ps and agentfs mount listing commands Jan 3, 2026
- `agentfs ps` lists sandbox sessions from ~/.agentfs/run/
- `agentfs ps -a` includes stopped sessions
- `agentfs mount` (no args) lists all FUSE mount points

Mount status is determined by parsing /proc/mounts directly,
which is the authoritative source. No PID storage in SQLite -
if it's in /proc/mounts, it's mounted.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants