mirror of
https://github.com/abhigyanpatwari/GitNexus.git
synced 2026-09-06 08:16:02 +00:00
19 lines
637 B
YAML
19 lines
637 B
YAML
# Native mode — GitNexus tools only, no grep enrichment
|
|
#
|
|
# Explicit tools: gitnexus-query, gitnexus-context, gitnexus-impact, gitnexus-cypher
|
|
# Available as fast bash commands (~100ms via eval-server)
|
|
#
|
|
# Use this mode to isolate the value of explicit tools without grep augmentation.
|
|
agent:
|
|
agent_class: "eval.agents.gitnexus_agent.GitNexusAgent"
|
|
gitnexus_mode: "native"
|
|
step_limit: 30
|
|
cost_limit: 3.0
|
|
track_gitnexus_usage: true
|
|
|
|
environment:
|
|
environment_class: "eval.environments.gitnexus_docker.GitNexusDockerEnvironment"
|
|
enable_gitnexus: true
|
|
skip_embeddings: true
|
|
gitnexus_timeout: 120
|
|
eval_server_port: 4848
|