Skip to content

Commit

Permalink
Removed incorrect SimpleAgent description in docstring (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbraza authored Jan 2, 2025
1 parent 10ff648 commit 1608513
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ldp/agent/simple_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,7 @@ def get_next_state(


class SimpleAgent(BaseModel, Agent[SimpleAgentState]):
"""Simple agent that can pick and invoke tools with a language model.
It does not have a system prompt because it's meant to be lightweight.
"""
"""Simple agent that can pick and invoke tools with a language model."""

# Freeze to ensure the only mutation happens in either the agent state (which is
# passed around) or in the internal Ops
Expand Down

0 comments on commit 1608513

Please sign in to comment.