We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d9e17f commit d6b0fe6Copy full SHA for d6b0fe6
website/docs/concepts/agents.mdx
@@ -36,8 +36,8 @@ The code can be found in the <desc> tag of the svgs.
36
When no bridges are connected to this agent, the agent will disappear.
37
38
* Private - Spawn a new agent in a web worker for every new bridge. This is good for moving shared but
39
- independent behavior that communicates with the browser out of components. \(TODO verify\) When
40
- the task is done, the agent will disappear.
+ independent behavior that communicates with the browser out of components. When
+ the the connected bridge is dropped, the agent will disappear.
41
42
* Global \(WIP\)
43
0 commit comments