microsoft / microsoft/agent-framework
Python: Docs: clarify Python Foundry Hosting session isolation configuration
Open
Nobody has claimed this yet.
documentation
python
- Dominant language
- Python
- Stars
- 13.6k
- Forks
- 2.3k
- Avg merge
- 2d 45m
- Merged PRs (30d)
- 358
Description
Follow-up
Add docs guidance for the Python Foundry Hosting session isolation behavior introduced in PR #6536.
The docs should clarify:
- hosted workflow checkpoint state is scoped by a hosted session identity context by default
- production Foundry hosting is expected to provide the platform isolation keys on protocol requests
- self-hosted or local-only deployments that do not provide those keys must explicitly configure their own provider or opt into
strict_session_isolation=False - when
strict_session_isolation=Falseis appropriate, and when it should not be used
Keep this as documentation-only follow-up; no code changes are required for this issue.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.