nerve
nerve copied to clipboard
The Simple Agent Development Kit.
Any way to use Nerve with Bedrock models?
# Respect --quiet flag in MCP client logging ## Problem When orchestrating multiple agents using MCP (Model Context Protocol), the current implementation logs all MCP server output as ERROR level,...
### What is your question? I noticed that all tool arguments get automatically quoted via shlex.quote() (in body.j2), which I assume is for security to prevent command injection from unpredictable...
### What do you need? Hi! It would be great to be able to specify a timeout value for the shell namespace cause for long running commands, I often hit...
In some cases, it's useful to limit long tool output*. This feature adds pagination support. It adds two command line parameters to `run` and `serve`, `--paginate` and `--max-output`. Using `--paginate`...
### What do you need? I think nerve could do something similar to https://github.com/SecretiveShell/MCP-Bridge but in a more flexible way. If this isn’t a goal for nerve then https://github.com/SecretiveShell/MCP-Bridge can...
### What happened? I've set ``` export NERVE_GENERATOR="bedrock/eu.anthropic.claude-3-7-sonnet-20250219-v1:0" ``` and get ``` [04-10-25 16:26:10] ERROR litellm.UnsupportedParamsError: bedrock does not support parameters: ['tool_choice'], for model=eu.anthropic.claude-3-7-sonnet-20250219-v1:0. To drop these, set `litellm.drop_params=True` or...
### What is your question? I really like the design of this project, the KISS principle, simplicity, etc. Here are some minor suggestions: 1. Documentation: When adding the mcp tool,...
### What happened? I was doing a small agent when I run it I got this error. I tried it in different OS (Debian, Ubuntu), I tried more MCP servers...