What's your tooling around coding agents?

2 pointsposted 11 hours ago
by d675

Item id: 47510127

1 Comments

d675

11 hours ago

He discusses:

Instead of maintaining a catalog of tools like read_file, grep, list_dir, they just expose one run(command: str) tool and let the LLM compose Unix pipelines. It has access to one tool for shell commands: run(...)

I think you could use mcp-shell , written in Go instead of python subprocesses