Skip to main content

inject_reference

Function inject_reference 

Source
pub fn inject_reference(
    config_file: &Path,
    soul_path: &Path,
    context_path: &Path,
    _agent_type: Option<&str>,
) -> Result<()>
Expand description

Inject Nexus references into a config file.

ยงParameters

  • config_file: Path to the configuration file
  • soul_path: Path to the soul.md reference
  • context_path: Path to the context.md reference
  • agent_type: Reserved for future agent-specific logic (currently unused)