We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a0bcdf9 + 35c6c76 commit f821e3bCopy full SHA for f821e3b
1 file changed
README.md
@@ -64,18 +64,18 @@ Agent ID: my-agent
64
Inspect the agent filesystem:
65
66
```bash
67
-$ agentfs fs ls my-agent
+$ agentfs fs my-agent ls
68
Using agent: my-agent
69
f hello.txt
70
71
-$ agentfs fs cat my-agent hello.txt
+$ agentfs fs my-agent cat hello.txt
72
hello from agent
73
```
74
75
You can also use a database path directly:
76
77
78
-$ agentfs fs cat .agentfs/my-agent.db hello.txt
+$ agentfs fs .agentfs/my-agent.db cat hello.txt
79
80
81
0 commit comments