-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Add Dapr session storage option #1937
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
filintod
wants to merge
27
commits into
openai:main
Choose a base branch
from
filintod:add-dapr-session
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 20 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
db1c0b0
Implement DaprSession for distributed session management and update M…
filintod f17fe4f
revert minor doc change
filintod eefd150
Merge branch 'main' into add-dapr-session
filintod ffbb8ae
add missing consistency in get methods, tests, use constants for cons…
filintod 0726985
use consistency constants in more places
filintod d3a558c
increase coverage to be above 95% limit. update docs, add a couple ed…
filintod 7c3aef6
Merge branch 'main' into add-dapr-session
filintod ade9144
mention encrypted session support in dapr statestore
filintod 23136fa
improve docs, following openai cookbook suggestions
filintod 40a65dc
pros/cons
filintod 1c99128
make consistency constants part of public interface again
filintod f7e4769
update example to make the devex better, added reference to env var t…
filintod 5ea717e
minor doc update
filintod f2341d3
Merge branch 'main' into add-dapr-session
filintod 881fd03
remove extra file push by mistake
filintod d278e7a
Merge branch 'main' into add-dapr-session
filintod 8f34021
correct docstring constant name
filintod 3270020
feedback
filintod 528b6af
let's try simpler let's aggressive docker check
filintod f4519df
Merge branch 'main' into add-dapr-session
filintod af03519
incorporate feedback, also add new context manager for session to aut…
filintod b8881b7
Merge branch 'main' into add-dapr-session
filintod 42c802c
make unit test a unit test (not trying to connect to dapr)
filintod b0fed87
Merge branch 'main' into add-dapr-session
filintod 7d444c4
Merge branch 'main' into add-dapr-session
filintod fac26d0
make example experience better by setting up components and starting …
filintod 078e7d1
Merge branch 'main' into add-dapr-session
filintod File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# ::: agents.extensions.memory.dapr_session.DaprSession | ||
|
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.