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    
Size: Mime:
name: voice_agent
label: Omni Code Voice
description: "Voice-optimized coding agent"
instructions_file: instructions.md
realtime_mode: true
voice_backend: pipeline
welcome_text: |
  Welcome to Omni Code Voice! I'm ready to help with your coding needs.

additional_tools_dirs:
  - ../../tools

tools:
  - dispatch
  - list_directory
  - glob_files
  - grep_files
  - read_file
  - apply_patch
  - write_file
  - execute_bash
  - web_fetch
  - web_search
  - youtube_search
  - scholar_search
  - download_file
  - convert_to_markdown

model_settings:
  reasoning:
    effort: high

use_safe_agent: true
safe_agent_options:
  skip_approvals: false
  halt_on_rejection: true
  safe_tool_names:
    - list_directory
    - glob_files
    - grep_files
    - read_file
    - dispatch
    - web_fetch
    - web_search
    - youtube_search
    - scholar_search
    - convert_to_markdown

server_functions:
  - help
  - good
  - bad
  - note
  - notes
  - models
  - model
  - voice-models
  - voice-model
  - reasoning

context: build_voice_context
model_config_resolver: resolve_default_model
realtime_settings_resolver: resolve_voice_realtime_settings
variables: {}