Skip to content

Commit 77010ff

Browse files
authored
Merge branch 'main' into fix/update-quickstart-to-rerun-fine
2 parents 568701c + 5f3d4fd commit 77010ff

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ dist/
1414
downloads/
1515
eggs/
1616
.eggs/
17+
**/**/*.egg-info/
1718
lib/
1819
lib64/
1920
parts/
@@ -26,6 +27,11 @@ share/python-wheels/
2627
.installed.cfg
2728
*.egg
2829
MANIFEST
30+
**/**/__pycache__/
31+
**/**/.mypy_cache/
32+
**/**/.pytest_cache/
33+
**/**/.ruff_cache/
34+
**/**/.venv/
2935

3036
# PyInstaller
3137
# Usually these files are written by a python script from a template

ext/dapr-ext-strands/AGENTS.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ The Strands extension provides distributed session management for [Strands Agent
66

77
```
88
ext/dapr-ext-strands/
9-
├── pyproject.toml # Deps: dapr, strands-agents, strands-agents-tools, python-ulid, msgpack-python
10-
├── setup.py
9+
├── pyproject.toml # Deps: dapr, strands-agents, python-ulid, msgpack-python
1110
├── tests/
11+
1212
│ └── test_session_manager.py # Unit tests with mocked DaprClient
1313
└── dapr/ext/strands/
1414
├── __init__.py # Exports: DaprSessionManager
@@ -80,7 +80,6 @@ manager = DaprSessionManager.from_address(
8080

8181
- `dapr >= 1.17.0.dev`
8282
- `strands-agents` — Strands agents framework
83-
- `strands-agents-tools` — Strands agent tools
8483
- `python-ulid >= 3.0.0`
8584
- `msgpack-python >= 0.4.5`
8685

0 commit comments

Comments
 (0)