| Crates.io | neural-conductor-agent |
| lib.rs | neural-conductor-agent |
| version | 0.1.0 |
| created_at | 2025-12-24 02:47:44.132112+00 |
| updated_at | 2025-12-24 02:47:44.132112+00 |
| description | Remote agent for Neural Conductor - executes commands on behalf of the orchestration server |
| homepage | https://github.com/neural-garage/tools |
| repository | https://github.com/neural-garage/tools |
| max_upload_size | |
| id | 2002665 |
| size | 28,841 |
Remote agent for Neural Conductor orchestration platform
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.
Neural Conductor consists of three components:
# 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
# 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
🚧 Early Development - This crate reserves the name and provides basic structure. Full agent functionality is in development.
The agent will implement:
This agent is part of the Neural Garage suite.
Related crates:
Works with:
Licensed under either of:
at your option.