-
Notifications
You must be signed in to change notification settings - Fork 330
Description
First of all, thank you for this great agent system.
heres my issue:
I have often encountered the problem that codeBuff simply crashes shortly after starting the task. I don't know what the cause is, but this should be addressed with better error messages. I suspect that it is either incorrect syntax that terminates codeBuff, or error messages from openrouter that trigger an internal error. I only use noneFree openrouter Models
(please first see the attachment file structur for my .agents)
Here's an excerpt from the CLI console
[checkpoint #1 saved]Codebuff:
I need to find LLM benchmarks for “text->text” models from models-list.json. The plan is:
....
- First, read the relevant files (models-list.json, benchmarks.json, etc.)
- Extract the text->text models and collect them in a lean JSON
- Use the web-researcher agent for each model benchmark search
- Save the results in benchmarkResults.json
....
I first read the important files to understand the structure.
....
[Read Files]
models-list.json
benchmarks.json
models-list-slim.json
....
[Read Files]
benchmarks.json
Lassen Sie mich die models-list-slim.json lesen, um die strukturierten
Daten zu sehen:
<codebuff_tool_call>
{
"cb_tool_name": "read_files",
"paths": [
"models-list-slim.json"
],
8 credits used for this request.
###FINSISHED ???
please first see the attachment file structur
.agents.zip