Expand description
§ararajuba-tools-coding
Standard coding-agent tool set for building Cursor/Claude Code style agents.
Provides pre-built ToolDef instances for file system operations, git,
shell execution, and code analysis. Combine with ararajuba-core’s generate_text
in a tool loop to create autonomous coding agents.
Modules§
- analysis
- Code analysis tools: diagnostics.
- fs
- File system tools: read, write, patch, list, find, search.
- git
- Git tools: status, diff, log, add, commit, branch, checkout, push, pull, clone.
- shell
- Shell execution tool.
Functions§
- all_
tools - Returns a
ToolSetcontaining all coding tools. - safe_
tools - Returns a
ToolSetcontaining only safe (read-only) tools that can run autonomously without user approval.