| Age | Commit message (Collapse) | Author | Lines |
|
Now Makefile can be used to build all tools with a single command.
Keeping original guide to build individual selection of tools.
|
|
|
|
Default behaviour of aichat will terminate the request immediately, if a tool returns with exit code != 0.
This is inappropriate if the model is capable to fix commands itself.
Thus, this patch of execute_command will not forward the exit code,
but print it to stderr and always return exit code 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
We can run `argc check` to ensure that everything is ready (environment variables, Node/Python dependencies, mcp-bridge server)
|
|
|
|
|
|
|
|
|
|
|
|
* fix output msg format
* improve
---------
Co-authored-by: sigoden <sigoden@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- js export expression
- check args regarding run-agent/run-tool
|
|
|