Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
omni-code / worker / agent.yml
Size: Mime:
name: worker
label: Worker
description: "Autonomous coding worker for parallel subtasks"
instructions_file: instructions.md

additional_tools_dirs:
  - ../../tools

tools:
  - list_directory
  - glob_files
  - grep_files
  - read_file
  - read_notebook
  - convert_to_markdown
  - apply_patch
  - write_file
  - edit_notebook
  - execute_bash

model_settings:
  reasoning:
    effort: low
  parallel_tool_calls: true

max_turns: 200

context: build_worker_context
variables: {}