Add AgentDataStore backed by LlamaCloud Agent Data API#352
Merged
adrianlyjak merged 18 commits intodevfrom Feb 18, 2026
Merged
Conversation
🦋 Changeset detectedLatest commit: 663a0e4 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
d9f4096 to
23f344f
Compare
9294e7f to
3ccef08
Compare
Contributor
|
✅ Lint Check Passed All Lint checks passed. |
Add postgres to test_server_store_matrix.py and agent_data to test_state_store_matrix.py for full store coverage in both test suites.
… lack of ne/exists. Fix weird pagination in state queries
da65c1b to
05df7d5
Compare
eb80f07 to
befb4f4
Compare
adrianlyjak
commented
Feb 17, 2026
packages/llama-agents-integration-tests/tests/test_server_store_matrix.py
Outdated
Show resolved
Hide resolved
packages/llama-agents-integration-tests/tests/test_server_store_matrix.py
Outdated
Show resolved
Hide resolved
packages/llama-agents-integration-tests/tests/test_server_store_matrix.py
Outdated
Show resolved
Hide resolved
packages/llama-agents-integration-tests/tests/test_server_store_matrix.py
Outdated
Show resolved
Hide resolved
packages/llama-agents-integration-tests/tests/test_server_store_matrix.py
Outdated
Show resolved
Hide resolved
packages/llama-agents-server/src/llama_agents/server/_store/agent_data_store.py
Outdated
Show resolved
Hide resolved
packages/llama-agents-server/src/llama_agents/server/_store/agent_data_store.py
Show resolved
Hide resolved
packages/llama-agents-server/src/llama_agents/server/_store/agent_data_store.py
Outdated
Show resolved
Hide resolved
packages/llama-agents-server/src/llama_agents/server/_store/memory_workflow_store.py
Outdated
Show resolved
Hide resolved
packages/llama-agents-server/src/llama_agents/server/_store/postgres_workflow_store.py
Outdated
Show resolved
Hide resolved
- Replace one-by-one delete loop with delete_many API call - Widen _save_state param from MODEL_T to BaseModel for merged state
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add a simple workflow store backed by llama cloud agent data. This moves it out the of the core of the llama-deploy-appserver to be more readily testable, and integrates it with the new runtime protocol