Skip to content

Commit 1390313

Browse files
committed
fix
1 parent 08cc5dd commit 1390313

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

src/langsmith/fleet/essentials.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ To edit instructions:
9191
You can also update instructions by prompting the agent directly in the chat. For example: "Update your instructions to always respond in bullet points."
9292
</Tip>
9393

94-
## Memory and updates
94+
## Memory
9595

9696
Agents remember important information from previous conversations and can update themselves to work better. Fleet agents use two sources of memory:
9797

@@ -106,10 +106,12 @@ By default, agents require approval before saving to the memories folder. You ca
106106
For agents that run on automated [schedules](/langsmith/fleet/schedules#add-a-schedule), we recommend [disabling the approval requirement](/langsmith/fleet/manage-agent-settings#disable-required-approval-for-memory-updates) so the agent can persist information without manual intervention.
107107
</Note>
108108

109-
Agents can also update themselves: they can add new tools, remove ones they don't need, or adjust their instructions. However, agents can't change their name, description, or the channels that start them.
110-
111109
For more information, see [How we built the memory system for Fleet (formerly known as Agent Builder)](https://www.langchain.com/conceptual-guides/how-we-built-agent-builders-memory).
112110

111+
## Self-updates
112+
113+
Agents can update themselves: they can add new tools, remove ones they don't need, or adjust their instructions. However, agents can't change their name, description, or the channels that start them.
114+
113115
## Skills
114116

115117
Skills are a way to bundle capabilities and provide more specific information in situations where the context is not universally relevant.

0 commit comments

Comments
 (0)