Skip to content

Commit f2b9c48

Browse files
author
Terry Security Analyst
committed
Fixing readme and linting
1 parent 80f37ca commit f2b9c48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -901,7 +901,7 @@ These variables affect multiple tools:
901901
| AWS_REGION | Default AWS region for AWS operations | us-west-2 | use_aws, retrieve, generate_image, memory, nova_reels |
902902
| AWS_PROFILE | AWS profile name to use from ~/.aws/credentials | default | use_aws, retrieve |
903903
| LOG_LEVEL | Logging level (DEBUG, INFO, WARNING, ERROR) | INFO | All tools |
904-
| PYTHON_REPL_PERSISTENCE_DIR | Set Directory for python_repl tool to write state file | Null | python_repl |
904+
905905

906906
### Tool-Specific Environment Variables
907907

@@ -1025,6 +1025,7 @@ The Mem0 Memory Tool supports three different backend configurations:
10251025
| PYTHON_REPL_BINARY_MAX_LEN | Maximum length for binary content before truncation | 100 |
10261026
| PYTHON_REPL_INTERACTIVE | Whether to enable interactive PTY mode | None |
10271027
| PYTHON_REPL_RESET_STATE | Whether to reset the REPL state before execution | None |
1028+
| PYTHON_REPL_PERSISTENCE_DIR | Set Directory for python_repl tool to write state file | None |
10281029

10291030
#### Shell Tool
10301031

src/strands_tools/python_repl.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@
113113

114114

115115

116-
117116
class OutputCapture:
118117
"""Captures stdout and stderr output."""
119118

0 commit comments

Comments
 (0)