Skip to content
This repository was archived by the owner on Feb 17, 2026. It is now read-only.

Commit a8b804b

Browse files
committed
fix: updated litellm version to address bedrock model (closes #50)
1 parent cc17f91 commit a8b804b

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

nerve/tools/namespaces/filesystem.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
# if set, the agent will only have access to these paths
1414
jail: list[str] = []
1515

16+
# TODO: fix this missed interpolation:
17+
# "\u001b[31m\u001b[1m[04-17-25 14:04:03] ERROR\u001b[0m list_folder_contents: access to path /Users/evilsocket/.nerve/agents/eval-regex/cases is not allowed, only allowed paths are: ['{{ CASE_PATH }}']",
1618

1719
def list_folder_contents(
1820
path: Annotated[str, "The path to the folder to list"],

poetry.lock

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)