Skip to content

Conversation

@sixhobbits
Copy link

Please describe the purpose of this pull request.
Is it to add a new feature? Is it to fix a bug?

How to test
How can we test your PR during review? What commands should we run? What outcomes should we expect?

Have you tested this PR?
Have you tested the latest commit on the PR? If so please provide outputs from your tests.

Related issues or PRs
Please link any related GitHub issues or PRs.

Is your PR over 500 lines of code?
If so, please break up your PR into multiple smaller PRs so that we can review them quickly, or provide justification for its length.

Additional context
Add any other context or screenshots about the PR here.

Copy link
Contributor

@cpfiffer cpfiffer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Honestly the only comment I have is about the use of the term stateless, I would stick with just a "simple" agent rather than a stateless one, as it's hard to make a genuinely stateless agent in Letta.

Comment on lines 156 to 158
### Step 2: Create a "Stateless" Letta Agent

For the standard RAG approach, the Letta agent doesn't need any special tools or complex instructions. Its only job is to answer a question based on the context we provide. We can create this agent programmatically using the Letta SDK.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Stateless is a difficult term to use here, because very few Letta agents are truly stateless. It takes quite a lot of work to turn off all the things we add to your agents. A more accurate term here would be "simple".

@cpfiffer
Copy link
Contributor

Are we happy with this one? I like it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants