feat: Add required before exit tool rule (#2977)

This commit is contained in:
Matthew Zhou
2025-06-23 17:02:40 -07:00
committed by GitHub
parent 734680db81
commit b8057d804f
12 changed files with 495 additions and 82 deletions

View File

@@ -61,6 +61,7 @@ def agent_state(client: LettaSDKClient):
grep_tool = client.tools.list(name="grep")[0]
agent_state = client.agents.create(
name="test_sources_agent",
memory_blocks=[
CreateBlock(
label="human",