neural-conductor-agent

Crates.ioneural-conductor-agent
lib.rsneural-conductor-agent
version0.1.0
created_at2025-12-24 02:47:44.132112+00
updated_at2025-12-24 02:47:44.132112+00
descriptionRemote agent for Neural Conductor - executes commands on behalf of the orchestration server
homepagehttps://github.com/neural-garage/tools
repositoryhttps://github.com/neural-garage/tools
max_upload_size
id2002665
size28,841
Paolo Rechia (paolorechia)

documentation

https://docs.rs/neural-conductor-agent

README

neural-conductor-agent

Remote agent for Neural Conductor orchestration platform

Crates.io License: MIT OR Apache-2.0

Overview

neural-conductor-agent is the remote agent component of the Neural Conductor platform. It runs on development machines and executes commands on behalf of the orchestration server.

Features (Planned)

  • Session Management - Manage isolated work sessions
  • Command Execution - Execute commands in specific workspaces
  • Secure Communication - TLS-encrypted communication with server
  • Resource Monitoring - Track CPU, memory, and disk usage
  • Tool Integration - Seamless integration with Neural Garage analysis tools

Architecture

Neural Conductor consists of three components:

  1. Server (private) - Orchestrates agents, manages sessions, provides UI
  2. Agent (this crate) - Runs on remote machines, executes commands
  3. Shared - Communication protocol and types

Installation

# From crates.io (coming soon)
cargo install neural-conductor-agent

# From source
git clone https://github.com/neural-garage/tools
cd tools
cargo install --path crates/neural-conductor-agent

Usage (Coming Soon)

# Start agent and connect to server
neural-conductor-agent --server https://conductor.example.com

# Start agent with custom workspace
neural-conductor-agent --server https://conductor.example.com --workspace /path/to/workspace

# Run in daemon mode
neural-conductor-agent --server https://conductor.example.com --daemon

Status

🚧 Early Development - This crate reserves the name and provides basic structure. Full agent functionality is in development.

Security

The agent will implement:

  • TLS encryption for all communication
  • Command allowlisting/denylisting
  • Workspace isolation
  • Resource limits
  • Audit logging

Part of Neural Garage 🧠🔧

This agent is part of the Neural Garage suite.

Related crates:

Works with:

License

Licensed under either of:

at your option.

Commit count: 0

cargo fmt