Skip to content

Commit d6b0fe6

Browse files
committed
Update docs.
1 parent 9d9e17f commit d6b0fe6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/concepts/agents.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ The code can be found in the <desc> tag of the svgs.
3636
When no bridges are connected to this agent, the agent will disappear.
3737

3838
* 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.
39+
independent behavior that communicates with the browser out of components. When
40+
the the connected bridge is dropped, the agent will disappear.
4141

4242
* Global \(WIP\)
4343

0 commit comments

Comments
 (0)